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
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.
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
namada/crates/ibc/src/lib.rs
Line 326 in 879a326
The text was updated successfully, but these errors were encountered: