-
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.
* put tests under mod * optional rev number during Height deserialization * add test * use serde cfg_attr * changelog entry * nit: changelog --------- Co-authored-by: Farhad Shabani <Farhad.Shabani@gmail.com>
- Loading branch information
1 parent
a5f9fbf
commit 230e7a5
Showing
3 changed files
with
53 additions
and
34 deletions.
There are no files selected for viewing
2 changes: 2 additions & 0 deletions
2
.changelog/unreleased/bug-fixes/1262-deserialize-height-without-revision-number.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 @@ | ||
- [ibc-core-client-types] Serde support for `Height` without `revision_number` | ||
([#1262](https://github.com/cosmos/ibc-rs/issues/1262)). |
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