-
Notifications
You must be signed in to change notification settings - Fork 23
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(contracts): add registry manager #274
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
2636f1a
to
1377d82
Compare
This pull request sets up GitHub code scanning for this repository. Once the scans have completed and the checks have passed, the analysis results for this pull request branch will appear on this overview. Once you merge this pull request, the 'Security' tab will show more code scanning analysis results (for example, for the default branch). Depending on your configuration and choice of analysis tool, future pull requests will be annotated with code scanning analysis results. For more information about GitHub code scanning, check out the documentation. |
packages/contracts/contracts/registryManager/EASRegistryManager.sol
Dismissed
Show dismissed
Hide dismissed
packages/contracts/contracts/registryManager/RegistryManager.sol
Dismissed
Show dismissed
Hide dismissed
1377d82
to
dfd97f9
Compare
dfd97f9
to
695c281
Compare
packages/contracts/contracts/registryManager/RegistryManager.sol
Outdated
Show resolved
Hide resolved
695c281
to
d6a6b25
Compare
d6a6b25
to
580281a
Compare
packages/contracts/contracts/registryManager/RegistryManager.sol
Outdated
Show resolved
Hide resolved
580281a
to
969aabd
Compare
packages/contracts/contracts/registryManager/RegistryManager.sol
Outdated
Show resolved
Hide resolved
Just a general question: why we need registry manager contract instead of writing those functions inside the registry contract? |
969aabd
to
0e924cf
Compare
Because we can have multiple registries and registry manager will be only one. |
0e924cf
to
44a8c75
Compare
- [x] Add RegistryManager contract - [x] Add EASRegistryManager contract - [x] Add Common contract with common errors - [x] Minor refactoring - [x] Add tests
44a8c75
to
c9ed506
Compare
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.
Great work, thanks
Related to #263