-
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
Add deployImplementations to ForkLive flow #13573
base: opcm-up/deploy-names-match-opcm-names
Are you sure you want to change the base?
Add deployImplementations to ForkLive flow #13573
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. |
462d3ab
to
8e643a4
Compare
157879e
to
f3b007b
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## opcm-up/deploy-names-match-opcm-names #13573 +/- ##
======================================================================
Coverage 88.99% 88.99%
======================================================================
Files 109 109
Lines 4588 4588
Branches 761 761
======================================================================
Hits 4083 4083
Misses 464 464
Partials 41 41
Flags with carried forward coverage won't be shown. Click here to find out more. |
cbc6606
to
050944f
Compare
c023b16
to
7d1a662
Compare
050944f
to
3e7d2cd
Compare
7d1a662
to
d6e9629
Compare
TL;DR
Added support for deploying the
develop
versions of contract implementations alongside implementations from the forked network.What changed?
Deploy.deployImplementations
to:save("SystemConfigImpl_NextVersion")
).Deploy
on the forked network to deploy new implementations.