-
Notifications
You must be signed in to change notification settings - Fork 48
Add upgrade handlers for rust-rc1 and rust. #1549
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
Conversation
…ng now: The owner seems to have abandoned the linter. Replaced by unused.
… standard logging around the module migrations.
…e gov v1 MsgSubmitProposal fee in the rust upgrades.
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #1549 +/- ##
==========================================
+ Coverage 61.84% 61.95% +0.11%
==========================================
Files 198 198
Lines 25586 25611 +25
==========================================
+ Hits 15823 15868 +45
+ Misses 8661 8637 -24
- Partials 1102 1106 +4
|
# Conflicts: # CHANGELOG.md
… since the plan doesn't provide any usable info, but we regularly need to get that version map. Just create the noopHandler function in the loop the same way we create the non-no-op one. Add a log message about the upgrade starting. Rename the map to upgrades (from handlers) since they're defining more than just handlers.
…lizeContractFee, on the rust and rust-rc1 upgrades and also some testing on the keys defined in the upgrades map. Move the log buffer stuff to the suite level.
…tests can create an app without interference from those tests.
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.
The name rust
still makes me think of the Rust programming language every time I see it... It is hard to remember that it is the color for our 1.16.x release
Heh. It was picked partially for that reference. Also not to be confused with the book or soon-to-be-movie. |
Description
Remove the
paua
andpaua-rc2
upgrades and stuff specific to those upgrades.Add upgrade handlers for
rust-rc1
andrust
. Therust-rc1
upgrade will create a gov v1MsgSubmitProposal
message fee (if it doesn't already exist). Both upgrades will delete theMsgP8eMemorializeContractRequest
message fee since that message no longer exists.Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes