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 back CosmosMsg::Stargate #2082

Closed
webmaster128 opened this issue Mar 28, 2024 · 0 comments · Fixed by #2083
Closed

Add back CosmosMsg::Stargate #2082

webmaster128 opened this issue Mar 28, 2024 · 0 comments · Fixed by #2083
Assignees
Milestone

Comments

@webmaster128
Copy link
Member

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.

See also #2079

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

Successfully merging a pull request may close this issue.

2 participants