-
Notifications
You must be signed in to change notification settings - Fork 3.6k
op-deployer: Add support for upgrading and validating v4.0.0 #16048
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #16048 +/- ##
============================================
- Coverage 46.69% 0 -46.70%
============================================
Files 1368 0 -1368
Lines 110795 0 -110795
============================================
- Hits 51733 0 -51733
+ Misses 55418 0 -55418
+ Partials 3644 0 -3644
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
1ea1414
to
6161e47
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.
These changes look good to me but seems like we will have to update op-validator to support contract v4.0.0 before the ci tests will pass
4ec5620
to
a1cfc5a
Compare
a1cfc5a
to
63c8426
Compare
63c8426
to
4afd65a
Compare
* op-deployer: Add support for upgrading to v4.0.0 * simplify versions * rebase, add validator v4 support * update address test * lint
* Update standard.go for rc.8 * Update superchain registry with op-contracts/v4.0.0-rc.8 * Update Validator address * Update registry commit * op-deployer: Add support for upgrading and validating v4.0.0 (#16048) * op-deployer: Add support for upgrading to v4.0.0 * simplify versions * rebase, add validator v4 support * update address test * lint --------- Co-authored-by: Matthew Slipper <[email protected]>
* Update standard.go for rc.8 * Update superchain registry with op-contracts/v4.0.0-rc.8 * Update Validator address * Update registry commit * op-deployer: Add support for upgrading and validating v4.0.0 (#16048) * op-deployer: Add support for upgrading to v4.0.0 * simplify versions * rebase, add validator v4 support * update address test * lint --------- Co-authored-by: Matthew Slipper <[email protected]>
…m-optimism#16048) * op-deployer: Add support for upgrading to v4.0.0 * simplify versions * rebase, add validator v4 support * update address test * lint
Depends on ethereum-optimism/superchain-registry#1023.