-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
feat(x/upgrade): Add upgrade validation options and reuse upgrade functions in cosomovisor #11295
feat(x/upgrade): Add upgrade validation options and reuse upgrade functions in cosomovisor #11295
Conversation
…ional if desired.
…required in there anymore.
…sum and add new tests for split out pieces.
…f for downloading and parsing.
…ry for cosmovisor.
# Conflicts: # cosmovisor/args.go # cosmovisor/args_test.go # cosmovisor/go.mod # cosmovisor/go.sum # x/upgrade/plan/info.go
# Conflicts: # cosmovisor/go.sum
cosmovisor/go.mod
Outdated
|
||
replace github.com/cosmos/cosmos-sdk => ../. |
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.
This is the key change in this file. The rest of the changes are a result of this one.
Codecov Report
@@ Coverage Diff @@
## master #11295 +/- ##
==========================================
- Coverage 66.09% 65.07% -1.02%
==========================================
Files 715 689 -26
Lines 72876 71440 -1436
==========================================
- Hits 48165 46490 -1675
- Misses 21762 22253 +491
+ Partials 2949 2697 -252
|
# Conflicts: # CHANGELOG.md # x/upgrade/client/cli/tx.go
# Conflicts: # CHANGELOG.md # cosmovisor/go.mod
# Conflicts: # CHANGELOG.md
Closing this since the |
Description
Closes: #10464
Closes: #10718
This PR updates some of the
x/upgrade
validation to allow bypassing some checks. It also refactors cosmovisor to use some of the validation and functionality written in thex/upgrade
module.Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change