-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: add frozen client check for
create_client
handler (#1063)
* fix: add frozen client check for create_client handler * imp: merge assert checks for test
- Loading branch information
1 parent
f8828f7
commit 752536c
Showing
3 changed files
with
51 additions
and
5 deletions.
There are no files selected for viewing
6 changes: 4 additions & 2 deletions
6
.changelog/unreleased/bug-fixes/1061-ease-frozen-height-check-ics07-try-from.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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- [ibc-client-tendermint-types] Ease frozen Height check in the tendermint | ||
`ClientState` protobuf deserialization | ||
([\#1061](https://github.com/cosmos/ibc-rs/issues/1061)) | ||
`ClientState` protobuf deserialization, and consequently include frozen client | ||
check for client creation path. | ||
([\#1061](https://github.com/cosmos/ibc-rs/issues/1061)), | ||
([\#1063](https://github.com/cosmos/ibc-rs/pull/1063)) |
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