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

Unwrapped MsgTransfer and MsgNftTransfer couldn't be decoded #3404

Closed
yito88 opened this issue Jun 12, 2024 · 0 comments · Fixed by #3410
Closed

Unwrapped MsgTransfer and MsgNftTransfer couldn't be decoded #3404

yito88 opened this issue Jun 12, 2024 · 0 comments · Fixed by #3410
Assignees
Labels
bug Something isn't working IBC

Comments

@yito88
Copy link
Member

yito88 commented Jun 12, 2024

A transaction with an unwrapped IBC message for token/NFT transfers failed, e.g. when requesting transfers with Hermes, these messages couldn't be decoded.
Through the SDK, all these messages are wrapped and they will be decoded on a node.

We need to add decoding these messages to

pub fn decode_message(tx_data: &[u8]) -> Result<IbcMessage, Error> {

@yito88 yito88 added bug Something isn't working IBC labels Jun 12, 2024
@yito88 yito88 self-assigned this Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working IBC
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant