-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add initial version of ERC6538Registry and tests #3
Conversation
Current dependencies on/for this PR:
This comment was auto-generated by Graphite. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, I have a couple questions on validation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple small initial comments @mds1 but looking good!
Graphite rebased this pull request as part of a merge. |
a6e9e3f
to
356e119
Compare
Coverage after merging feat/ERC6538Registry into main will be
Coverage Report
|
Adds a first implementation of the ERC-6538 Registry contract. It does not yet implement the
registerKeysOnBehalf
methods, which will be done in a future PR.