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
we have a big blocker issue for Cosmos SDK 0.50 adoption with wasmd: with the upgrade Cosmos SDK the Amino JSON representation of certain things changed in a breaking way. This was observed for some Cosmos SDK message types and we now have it for wasmd types as well. In both cases we have signer breaking changes due to custom MarshalJSON implementations of custom Go types.
In case of wasmd there is e.g.
// Msg json encoded message to be passed to the contract on migration
bytes msg = 5 [ (gogoproto.casttype) = "RawContractMessage" ];