-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
OPCM Upgrade implementations only #13574
base: opcm-up/add-deployImpls-to-fork-live
Are you sure you want to change the base?
OPCM Upgrade implementations only #13574
Conversation
Warning This pull request is not mergeable via GitHub because a downstack PR is open. Once all requirements are satisfied, merge this PR as a stack on Graphite.
This stack of pull requests is managed by Graphite. Learn more about stacking. |
fd4304d
to
c0742df
Compare
d3b8d13
to
ddda6a8
Compare
c0742df
to
e54effb
Compare
ddda6a8
to
2c1ff57
Compare
e54effb
to
157879e
Compare
2c1ff57
to
f249a03
Compare
157879e
to
f3b007b
Compare
68a5ec9
to
a0a1d04
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## opcm-up/add-deployImpls-to-fork-live #13574 +/- ##
========================================================================
- Coverage 88.99% 88.74% -0.25%
========================================================================
Files 109 109
Lines 4588 4602 +14
Branches 761 761
========================================================================
+ Hits 4083 4084 +1
- Misses 464 477 +13
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more.
|
1713b2b
to
aa75952
Compare
c023b16
to
7d1a662
Compare
aa75952
to
3bd493c
Compare
7d1a662
to
d6e9629
Compare
6ba1d89
to
392f064
Compare
392f064
to
26bdb34
Compare
This PR is part of a stack leading up to performing the full Isthmus upgrade via the
OPCM.upgrade()
function.In order to keep the diff small, this PR currently only updates the implementations of the contracts, meaning it cannot be expected to pass all upgrade tests as
initialize()
/upgrade()
is not called on contracts which receive new state variables.The next PR will aim to have all checks passing on the upgrade path.