-
Notifications
You must be signed in to change notification settings - Fork 3.6k
Update standard.go for rc.8 #16505
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
Update standard.go for rc.8 #16505
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## backports/op-deployer/v0.4.0 #16505 +/- ##
=================================================================
+ Coverage 46.90% 65.84% +18.93%
=================================================================
Files 1363 55 -1308
Lines 109923 4283 -105640
=================================================================
- Hits 51560 2820 -48740
+ Misses 54719 1330 -53389
+ Partials 3644 133 -3511
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
you will need to update the SR version for tests to pass |
OK, done. 82f3b28 |
hmm no that's the SCR in the contracts - you need to revert and update the SCR in the go mod. like this, from the root of the repo:
|
82f3b28
to
e8634c4
Compare
* op-deployer: Add support for upgrading to v4.0.0 * simplify versions * rebase, add validator v4 support * update address test * lint
7fe5d2c
into
backports/op-deployer/v0.4.0
* 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]>
New tag, artifacts hash and content hash for https://github.com/ethereum-optimism/optimism/releases/tag/op-contracts%2Fv4.0.0-rc.8
Related SCR PR here: ethereum-optimism/superchain-registry#1079