Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for the new IBC Transfer memo field #1525

Closed
nicolaslara opened this issue Nov 30, 2022 · 2 comments
Closed

Add support for the new IBC Transfer memo field #1525

nicolaslara opened this issue Nov 30, 2022 · 2 comments

Comments

@nicolaslara
Copy link

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.

@webmaster128
Copy link
Member

webmaster128 commented Nov 30, 2022

Hey @nicolaslara. Thanks for bringing that up. I think this is a duplicate of #1477. Feel free to add any thoughts to this ticket.

@nicolaslara
Copy link
Author

Ahh, thanks! didn't notice that one... I think I only searched in wasmd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants