You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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))
Problem Statement
context: cosmos/ibc-rs#792
When deserializing below JSON string w/o a memo field to the raw Protobuf type
FungibleTokenPacketData
serde_json
fails.The text was updated successfully, but these errors were encountered: