Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
Script to deploy smart contract changes to a network via governance #4706
Script to deploy smart contract changes to a network via governance #4706
Changes from 34 commits
3588479
9bff9b9
6c4ba95
5875573
8b6ea77
29a2d56
220c76e
3326ccf
18170e5
3d0f783
4ea8b4e
3b123df
67ca837
86d1abd
de9e1fd
57a1529
6f308cc
295e5e0
995dfc8
150aaf7
1832bf9
1ca0365
2817f8a
88e8fc0
bdd7de8
784b476
052b2f8
d803200
a3b58e5
783c4a6
10a3278
4429df1
b7dbc16
101c5af
14bd5b3
783e5b7
4d3a08d
dae202d
c0687ba
48079ef
e02ffbb
3beb283
36e977b
2c22704
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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.
any reason why these need to be explicitly separate instead of just reusing
Proxy
?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.
I think we wanted separate build artifacts for each. Happy to revisit this question outside the scope of this PR
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.
Yeah, this definitely made things easier when relying on Truffle for contract deployments. I guess going forward we'll be doing upgrade deployments somewhat differently (using this PR's script), but keeping with this convention might still be good to keep things organized, keep track of which contracts are proxied, + we still use Truffle for any dev deployments/new testnets.