-
Notifications
You must be signed in to change notification settings - Fork 32
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge tag 'v0.32.1' into luca_joss/solomachine-lightclient-v3-from-v0.32
ibc-proto-rs v0.32.1 *July 31st, 2023* This release includes default `serde` value for token transfer memos and fixes the issue with deserialization of `MsgTransfer` and `FungibleTokenPacketData` types when no memo is present. - Fix token transfer deserialization for cases with no memo by deriving `Default` serde for the memo field in `MsgTransfer` and `FungibleTokenPacketData` types. ([#119](#119))
- Loading branch information
Showing
9 changed files
with
41 additions
and
1 deletion.
There are no files selected for viewing
4 changes: 4 additions & 0 deletions
4
.changelog/v0.32.1/bug-fixes/119-fix-token-transfer-deser-with-no-memo.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,4 @@ | ||
- Fix token transfer deserialization for cases with no memo by deriving | ||
`Default` serde for the memo field in `MsgTransfer` and | ||
`FungibleTokenPacketData` types. | ||
([#119](https://github.com/cosmos/ibc-proto-rs/pull/119)) |
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,5 @@ | ||
*July 31st, 2023* | ||
|
||
This release includes default `serde` value for token transfer memos and fixes | ||
the issue with deserialization of `MsgTransfer` and `FungibleTokenPacketData` | ||
types when no memo is present. |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "ibc-proto" | ||
version = "0.32.0" | ||
version = "0.32.1" | ||
authors = ["Informal Systems <[email protected]>"] | ||
edition = "2021" | ||
license = "Apache-2.0" | ||
|
@@ -61,3 +61,4 @@ json-schema = ["std", "schemars"] | |
server = ["std", "tonic", "tonic/codegen", "tonic/transport", "tonic/prost"] | ||
parity-scale-codec = ["dep:parity-scale-codec", "dep:scale-info"] | ||
borsh = ["dep:borsh"] | ||
proto-descriptor = [] |
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
Binary file not shown.
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