-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix upgrade-client issues and refactor relevant tests (#673)
* Fix upgrade-client bugs and refactor relevant tests * Update ADR06 * Add APIs for storing/retrieving upgraded client/cons states * Add unclog * Remove upgrade APIs to be added in a later PR
- Loading branch information
1 parent
455029d
commit af477d4
Showing
15 changed files
with
318 additions
and
283 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/672-fix-upgraded-client-cons-states-encoding.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,2 @@ | ||
- Encode upgraded client/consensus states for upgrade_client validation using `prost::Message` | ||
from pros ([#672](https://github.com/cosmos/ibc-rs/issues/672)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/385-refactor-upgrade-client-tests.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,2 @@ | ||
- Refactor tests for upgrade_client implementation | ||
([#385](https://github.com/cosmos/ibc-rs/issues/385)) |
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/improvements/671-client-state-conversion-refinement.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,2 @@ | ||
- Exclude `ClientState::new()` checks from proto ClientState conversion | ||
([#671](https://github.com/cosmos/ibc-rs/issues/671)) |
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.