8000 [REG-1816] Deploy RegistrarCustody to amoy by nickshatilo · Pull Request #392 · unstoppabledomains/uns · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

[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

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

Conversation

nickshatilo
Copy link
Member
@nickshatilo nickshatilo commented May 29, 2025

PR Checklist

1. Contracts versioning

  • Make sure that the patch version of the contracts is increased if changes have been made to the UNSRegistry, MintingManager, ProxyReader, ENSCustody, or RegistrarCustody contracts.
  • Make sure that the minor version of the contracts is increased if breaking changes have been made to the UNSRegistry, MintingManager, ProxyReader, ENSCustody, or RegistrarCustody contracts. It includes changes of interfaces.

2. Contracts licensing

  • Make sure that no SPDX-License-Identifier is defined in contracts.
  • Make sure that the header is added to the new contract files, including RegistrarCustody.

3. Coverage

  • Make sure that the coverage of contracts has not decreased and strive 100%

4. Configs versioning

  • Make sure that the version of uns-config.json is increased if changes have been made to the config.
  • Make sure that the version of ens-config.json is increased if changes have been made to the config.
  • Make sure that the version of resolver-keys.json is increased if changes have been made to the config.
  • Make sure that the version of ens-resolver-keys.json is increased if changes have been made to the config.

5. Package versioning

  • Make sure that the patch version of package is increased if valuable changes have been made to the package. It includes contracts update, configs update, etc.
  • Make sure that the major.minor version of package is synced with version of UNSRegistry contract.
  • Make sure that the CHANGELOG is updated with short description for the new version.

6. Code review

  • resolver-keys.json code review is required from DevTools team
  • ens-resolver-keys.json code review is required from DevTools team
  • For all other changes code review is required from Registry team

@nickshatilo nickshatilo requested review from DeRain, Armen-Arakelian, Copilot and DancingAxolotl and removed request for Armen-Arakelian May 29, 2025 10:34
@nickshatilo nickshatilo self-assigned this May 29, 2025
@nickshatilo nickshatilo changed the title [REG-1816] Deploy Registrar Custody to amoy [REG-1816] Deploy RegistrarCustody to amoy May 29, 2025
Copy link
@Copilot Copilot AI left a 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 replaces RegistrarCustody addresses/blocks for two networks.
  • Updates package.json patch version to 0.9.50 and adds a corresponding CHANGELOG.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",
Copy link
Preview
Copilot AI May 29, 2025

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.

Suggested change
"address": "0x0000000000000000000000000000000000000000",
"address": "0x0000000000000000000000000000000000000000",
"implementation": "0x1234567890abcdef1234567890abcdef12345678",

Copilot uses AI. Check for mistakes.

@selfagency
Copy link

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

Copy link

Contracts size report

Contract name Size (KiB) Delta (KiB)
ENSCustody 14.048 0
MintingManager 16.951 0
ProxyReader 15.176 0
RegistrarCustody 9.656 0
UNSRegistry 20.725 0

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.

2 participants
0