-
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
refactor: improve x/upgrade
app wiring (part of upgrade audit)
#14216
Merged
Merged
Changes from 32 commits
Commits
Show all changes
38 commits
Select commit
Hold shift + click to select a range
95e848d
refactor: set genesis module order in app config
julienrbrt 7d53ceb
set custom migration order via app config
julienrbrt 1b566fb
updates
julienrbrt 2006601
updates
julienrbrt 527f082
updates
julienrbrt e2ec990
updates
julienrbrt f393e1c
updates
julienrbrt b3a4c23
add replace directive in tests
julienrbrt e8f19ab
improve description
julienrbrt 351c942
split in follow-up
julienrbrt 7130073
Merge branch 'main' into julien/appv2
julienrbrt 4b944f8
refactor: improve `x/upgrade` app config
julienrbrt 5d48a37
updates
julienrbrt fde91f6
updates
julienrbrt 77d27e1
remove todos
julienrbrt 2b440c1
Merge branch 'julien/appv2' into julien/upgrade
julienrbrt 55eab41
updates
julienrbrt e20e901
Merge branch 'main' into julien/upgrade
julienrbrt 666a54d
updates
julienrbrt 4725bc8
updates
julienrbrt c0c19ae
don't use fmt in app.go
julienrbrt 99519a9
Merge branch 'main' into julien/upgrade
julienrbrt 7eb9573
updates
julienrbrt 328b92f
updates
julienrbrt 6e5eb26
improve comment
julienrbrt d1a9328
update logger error
julienrbrt aca5f70
fix e2e
julienrbrt f5e92aa
Merge branch 'main' into julien/upgrade
julienrbrt c99bfe6
Merge branch 'main' into julien/upgrade
julienrbrt 4e34404
updates
julienrbrt 6474125
Merge branch 'main' into julien/upgrade
julienrbrt 8639ce1
set legacy router at correct place
julienrbrt a445d92
updates
julienrbrt 3518a40
Merge branch 'main' into julien/upgrade
julienrbrt ec9121e
remove global
julienrbrt 5fe8266
Merge branch 'main' into julien/upgrade
julienrbrt 2eabd59
improve comment
julienrbrt d3705e1
Merge branch 'main' into julien/upgrade
julienrbrt File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
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.
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.
Why is a reference needed?
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.
Because we want to set the version setter to the keeper here: https://github.com/cosmos/cosmos-sdk/pull/14216/files#diff-bde406b9030d9305e4d44025b556dae6d7c3dd3c924d28038d846910631a8a44R218-R220