-
Notifications
You must be signed in to change notification settings - Fork 43
[REG-1816] Deploy RegistrarCustody to amoy #392
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
base: main
Are you sure you want to change the base?
Conversation
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.
Pull Request Overview
This PR updates versions and deployment details for RegistrarCustody
, including config and package bumps, changelog entry, and OpenZeppelin deployment metadata.
- Bumps
uns-config.json
version and replacesRegistrarCustody
addresses/blocks for two networks. - Updates
package.json
patch version to 0.9.50 and adds a correspondingCHANGELOG.md
entry. - Adds new proxy and implementation records in
.openzeppelin/unknown-80002.json
.
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
uns-config.json | Version bump to 0.9.20; updated RegistrarCustody config entries |
package.json | Patched to version 0.9.50 |
CHANGELOG.md | Added v0.9.50 section with deployment note |
.openzeppelin/unknown-80002.json | Added new proxy entry & implementation layout for RegistrarCustody |
"deploymentBlock": "0x2f", | ||
"implementation": "0xDD622cF8306F18d736705e4Cc03f7FF83A899FD0", | ||
"forwarder": "0x38Dae41aEed12884D39dabD8F8a81Bb5B4562756" | ||
"address": "0x0000000000000000000000000000000000000000", |
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.
The first RegistrarCustody
block is missing the implementation
field. Add the implementation address to align with the expected schema and ensure the contract can be properly referenced.
"address": "0x0000000000000000000000000000000000000000", | |
"address": "0x0000000000000000000000000000000000000000", | |
"implementation": "0x1234567890abcdef1234567890abcdef12345678", |
Copilot uses AI. Check for mistakes.
🎉 Snyk checks have passed. No issues have been found so far.✅ security/snyk check is complete. No issues have been found. (View Details) |
Contracts size report
|
PR Checklist
1. Contracts versioning
patch
version of the contracts is increased if changes have been made to theUNSRegistry
,MintingManager
,ProxyReader
,ENSCustody
, orRegistrarCustody
contracts.minor
version of the contracts is increased if breaking changes have been made to theUNSRegistry
,MintingManager
,ProxyReader
,ENSCustody
, orRegistrarCustody
contracts. It includes changes of interfaces.2. Contracts licensing
RegistrarCustody
.3. Coverage
4. Configs versioning
uns-config.json
is increased if changes have been made to the config.ens-config.json
is increased if changes have been made to the config.resolver-keys.json
is increased if changes have been made to the config.ens-resolver-keys.json
is increased if changes have been made to the config.5. Package versioning
patch
version of package is increased if valuable changes have been made to the package. It includes contracts update, configs update, etc.major.minor
version of package is synced with version ofUNSRegistry
contract.CHANGELOG
is updated with short description for the new version.6. Code review
resolver-keys.json
code review is required from DevTools teamens-resolver-keys.json
code review is required from DevTools team