-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Remove IBC logic from x/upgrade #8673
Merged
Merged
Changes from 1 commit
Commits
Show all changes
47 commits
Select commit
Hold shift + click to select a range
e65921b
add zeroed custom fields check to tm client
colin-axner 64b59fd
remove custom fields function from x/upgrade and fix tests
colin-axner 1234383
use []byte in x/upgrade, move abci to 02-client
colin-axner c5c0d26
remove x/ibc from types
colin-axner 31ca56d
whoops, delete testing files
colin-axner 9ea85b8
fix upgrade tests
colin-axner 3449f66
fix tm tests
colin-axner 01cc2d7
fix tests
colin-axner 975133b
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/rm-i…
colin-axner 21fb511
update CHANGELOG
colin-axner 862dc37
revert proto breakage, use reserved field cc @amaurym
colin-axner 1d5bdd5
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner dd180e8
add IBC Upgrade Proposal type
colin-axner 99f8a76
remove IBC from upgrade types
colin-axner 973cef5
add IBC upgrade logic to 02-client
colin-axner c47f4ce
Merge branch 'colin/rm-ibc-from-upgrade' of github.com:cosmos/cosmos-…
colin-axner c9e515b
fix all tests for x/upgrade
colin-axner 1590837
Add CLI for IBC Upgrade Proposal
colin-axner a2959f6
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/rm-i…
colin-axner 5295e58
Update x/ibc/core/02-client/types/proposal_test.go
colin-axner b136626
Merge branch 'colin/rm-ibc-from-upgrade' of github.com:cosmos/cosmos-…
colin-axner 49924c8
add gRPC for upgraded client state
colin-axner d05fba1
test fixes
colin-axner d86f0b0
add HandleUpgradeProposal tests
colin-axner 96bc1c8
update docs and remove unnecessary code
colin-axner 28fb256
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner b1fc663
self review bug and test fixes
colin-axner 715dd42
Merge branch 'colin/rm-ibc-from-upgrade' of github.com:cosmos/cosmos-…
colin-axner 2b2e0b0
neatness
colin-axner a0ff9e3
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner 7b281f4
construct empty rest handler
colin-axner 75edb27
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner d771d4f
fix tests
colin-axner e9597c1
Merge branch 'colin/rm-ibc-from-upgrade' of github.com:cosmos/cosmos-…
colin-axner 07670fc
fix stringer tests
colin-axner d3ecf9e
Update docs/core/proto-docs.md
colin-axner 2a6adb0
add key in ibc store tracking ibc upgrade heights
colin-axner 0b51095
Merge branch 'colin/rm-ibc-from-upgrade' of github.com:cosmos/cosmos-…
colin-axner d40e695
update abci and tests
colin-axner 7906b28
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner 0404d4e
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner 9dbcbe1
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner 73fefb9
Merge branch 'master' of github.com:cosmos/cosmos-sdk into colin/rm-i…
colin-axner abc4ebb
Merge branch 'colin/rm-ibc-from-upgrade' of github.com:cosmos/cosmos-…
colin-axner 95cb360
revert key storage after discussion with @AdityaSripal
colin-axner 5e20b2f
clear IBC states on cancelled upgrades
colin-axner 57f2c8d
Merge branch 'master' into colin/rm-ibc-from-upgrade
colin-axner 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
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.
This is unreachable but safe to have. plan.ValidateBasic won't allow not setting time and height and it won't allow setting both time and height