-
Notifications
You must be signed in to change notification settings - Fork 608
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 upgrade proposal script to localOsmosis #4510
Conversation
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.
utACK
Nice! I"m sure this is now going to save us so much time in copy pasting propsal commands
OSMOSIS_HOME=$HOME/.osmosisd-local/ | ||
RPC_NODE=http://localhost:26657/ | ||
|
||
# Default upgrade version |
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.
# Default upgrade version | |
# Default upgrade version | |
# Note that this value should be changed depending on the upgrade that's being ran |
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.
Amazing, thanks!
* Add script to submit software-upgrade proposal * Update README.md * Update README.md * Remove unused function (cherry picked from commit 0bbe4f5)
* Add script to submit software-upgrade proposal * Update README.md * Update README.md * Remove unused function (cherry picked from commit 0bbe4f5)
* Add script to submit software-upgrade proposal * Update README.md * Update README.md * Remove unused function (cherry picked from commit 0bbe4f5) Co-authored-by: Niccolo Raspa <[email protected]>
* Add script to submit software-upgrade proposal * Update README.md * Update README.md * Remove unused function (cherry picked from commit 0bbe4f5) Co-authored-by: Niccolo Raspa <[email protected]>
What is the purpose of the change
This pull request adds a
submit_upgrade_proposal.sh
script to simplify the process of testing software upgrades in localosmosis.Assuming you have a localosmosis instance running, all you have to do is execute:
The new script automatically creates an upgrade proposal for the specified version and votes "yes" on the proposal.
The
README.md
has been updated with instructions on how to use the script.Brief Changelog
Added
submit_upgrade_proposal.sh
script to automate the submission of an upgrade proposal and voting "yes" on the proposal.Updated the documentation to include instructions on how to use the new script.
Testing and Verifying
submit_upgrade_proposal.sh
scriptDocumentation and Release Note
Unreleased
section inCHANGELOG.md
? no