File tree Expand file tree Collapse file tree 2 files changed +546
-105
lines changed
proto/secret/compute/v1beta1 Expand file tree Collapse file tree 2 files changed +546
-105
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,20 @@ message MsgContractGovernanceProposal {
243243
244244message MsgContractGovernanceProposalResponse {}
245245
246+ // for backward compatibility
247+ message MsgMigrateContractProposal {
248+ option (gogoproto.goproto_getters ) = false ;
249+ option (cosmos.msg.v1.signer ) = "authority" ;
250+ option (amino.name ) = "wasm/MsgMigrateContractProposal" ;
251+
252+ string authority = 1 ;
253+ string title = 2 ;
254+ string description = 3 ;
255+ repeated MigrateContractInfo contracts = 4 ;
256+ }
257+
258+ message MsgMigrateContractProposalResponse {}
259+
246260message MsgSetContractGovernance {
247261 option (gogoproto.goproto_getters ) = false ;
248262 option (cosmos.msg.v1.signer ) = "sender" ;
You can’t perform that action at this time.
0 commit comments