-
Notifications
You must be signed in to change notification settings - Fork 87
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix upgrade_path prefix * fix conversion * add more check * user-defined upgrade path * fix a test * Update ibc-clients/ics07-tendermint/src/client_state/common.rs Co-authored-by: Sean Chen <[email protected]> Signed-off-by: Yuji Ito <[email protected]> * Update ibc-clients/ics07-tendermint/src/client_state/common.rs Co-authored-by: Sean Chen <[email protected]> Signed-off-by: Yuji Ito <[email protected]> * fmt * disallow empty upgrade_path * remove unused import * add InvalidUpgradePath * add changelogs --------- Signed-off-by: Yuji Ito <[email protected]> Co-authored-by: Sean Chen <[email protected]>
- Loading branch information
1 parent
f737886
commit 442e9ab
Showing
9 changed files
with
194 additions
and
65 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/1297-fix-upgrade-path-check.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [ibc-client-tendermint] Fix client verification panic on upgrades when the | ||
`upgrade_path` size is 1. | ||
([\#1297](https://github.com/cosmos/ibc-rs/issues/1297)) |
3 changes: 3 additions & 0 deletions
3
.changelog/unreleased/bug-fixes/1303-fix-upgrade-path-check.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [ibc-client-tendermint] Use the user-defined upgrade path for client upgrades, | ||
instead of defaulting to `UPGRADED_IBC_STATE`. | ||
([\#1303](https://github.com/cosmos/ibc-rs/issues/1303)) |
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.