Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ERC721C capability to ERC721Items #18

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

ScreamingHawk
Copy link
Contributor

As part of this feature, we must also deploy and configure the EOARegistry, CreatorTokenTransferValidatorConfiguration and CreatorTokenTransferValidator. These exist on some networks already and are used by default, but we may want to provide our own implementation as they are owned by limit break and we may require different defaults.

Security level docs.
The default security level is level 3.
To allow Sequence Wallets to function the same as EOAs for security levels 5 and 6 we must whitelist the wallet code hash. This is an imperfect solution as it will allow other proxy contracts through. It also allows sequence wallets to act as operators on transfers which is unintended for these levels. Failing test are intentionally committed to highlight the issue.
We cannot whitelist the code hash for all security levels as this breaks level 4 policies.

We should consider whether we upgrade all ERC721Items contract to support ERC721C. Level 1 is effectively the same as existing functionality for ERC721Items. However, this change adds significant overhead for transfers.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant