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
Due to the removal of the CosmosMsg::Stargate enum case in cosmwasm-std 2.0.0 it becomes impossible to create a MsgTransfer with memo for the case that the contract is upgraded to 2.0 but the chain is not. In those cases:
the memo field of IbcMsg::Transfer is ignored
CosmosMsg::Any is not available
This removal can be considered a bug and should be fixed in 2.0.1.
Due to the removal of the CosmosMsg::Stargate enum case in cosmwasm-std 2.0.0 it becomes impossible to create a MsgTransfer with memo for the case that the contract is upgraded to 2.0 but the chain is not. In those cases:
memo
field ofIbcMsg::Transfer
is ignoredCosmosMsg::Any
is not availableThis removal can be considered a bug and should be fixed in 2.0.1.
See also #2079
The text was updated successfully, but these errors were encountered: