-
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(ibc-client-tendermint-types): drop frozen height check in `TryFro…
…m` of `TmClientState` (#1062) * Fix issues related to frozen height of tendermint client. * fix: ease frozen height check within TryFrom for TmClientState * nit: set correct vallue for the frozen height in test * nit * use rstest cases * add check for is_frozen --------- Co-authored-by: Rivers Yang <[email protected]> Co-authored-by: Ranadeep Biswas <[email protected]>
- Loading branch information
1 parent
5e1a67d
commit bce09ca
Showing
4 changed files
with
43 additions
and
33 deletions.
There are no files selected for viewing
3 changes: 3 additions & 0 deletions
3
.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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
- [ibc-client-tendermint-types] Ease frozen Height check in the tendermint | ||
`ClientState` protobuf deserialization | ||
([\#1061](https://github.com/cosmos/ibc-rs/issues/1061)) |
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