Nick Barry

Results 65 comments of Nick Barry

Some work has begun on this, predating even the OZ governance release. We need to decide whether it makes sense to build on top of that old branch, or to...

Consider using a linked list for the `ERC1155Enumerable` features.

Differentiate between linked list of unique values and linked list of repeatable values. The former includes constant-time lookups by default, but is not as widely applicable as a standard linked...

Implementation here: https://github.com/vittominacori/solidity-linked-list If possible, the SolidState implementation should support multiple underlying data types and expose an interface for each, like with `EnumerableSet`.

This is worth considering, but not something I want to rush into. Two concerns: 1. Bot spam is annoying. 2. GitHub workflow ties the project specifically to GitHub. Migration to...

That package is located in the `spec` directory of this repository.

> please add describeBehaviorOfAccessControl to @solidstate/spec I don't think I have access to your branch. You can add it by importing it into `spec/access/index.ts`.

I will review again soon. Not much time at the moment. It appears to be nearly finished, though.

@iam-dev Merge conflict fixed, pull changes.

Please forgive the delay, will get back to this as soon as I can.