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
The Cosmos SDK is struggeling with protobuf version changes to the degree that it becomes clear releasing Stargate with "v1beta1" was a mistake. The plan is not to use the simple linear versioning with "v1" from 0.44 on (cosmos/cosmos-sdk#9446 (comment)).
We can avoid repeating this mistake and start the version counting now with v1.
Proposed changes in v1:
MsgMigrateContract.migrateMsg -> .msg (analogue to MsgExecuteContract)
MsgInstantiateContract.initMsg -> .msg (analogue to MsgExecuteContract)
The text was updated successfully, but these errors were encountered:
The Cosmos SDK is struggeling with protobuf version changes to the degree that it becomes clear releasing Stargate with "v1beta1" was a mistake. The plan is not to use the simple linear versioning with "v1" from 0.44 on (cosmos/cosmos-sdk#9446 (comment)).
We can avoid repeating this mistake and start the version counting now with v1.
Proposed changes in v1:
MsgMigrateContract.migrateMsg
->.msg
(analogue to MsgExecuteContract)MsgInstantiateContract.initMsg
->.msg
(analogue to MsgExecuteContract)The text was updated successfully, but these errors were encountered: