Skip to content

Add support for the new IBC Transfer memo field #1525

@nicolaslara

Description

@nicolaslara

IBC recently introduced an optional memo field into the ICS20 FungibleTokenTransfer packet data (docs).

To support this in cosmwasm, it would need to be added to IBCMsg::Transfer as an Option<String> and to the matching encoder in wasmd.

The code changes to add this are relatively simple; the complexity is in coordinating the release on wasmd and cosmwasm-std and making this works well across the different versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions