cosmos / ibc

Interchain Standards (ICS) for the Cosmos network & interchain ecosystem.
Other
919 stars 382 forks source link

update `FungibleTokenPacketData` marshalling to match rest of spec #1043

Closed noot closed 9 months ago

noot commented 9 months ago

The FungibleTokenPacketData marshalling in the pseudocode was using protobuf, but the rest of the spec says "Note that both the FungibleTokenPacketData as well as FungibleTokenPacketAcknowledgement must be JSON-encoded (not Protobuf encoded) when they serialized into packet data." this is also what the ibc-go implementation does.