Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions proto/secret/compute/v1beta1/msg.proto
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,20 @@ message MsgContractGovernanceProposal {

message MsgContractGovernanceProposalResponse {}

// for backward compatibility
message MsgMigrateContractProposal {
option (gogoproto.goproto_getters) = false;
option (cosmos.msg.v1.signer) = "authority";
option (amino.name) = "wasm/MsgMigrateContractProposal";

string authority = 1;
string title = 2;
string description = 3;
repeated MigrateContractInfo contracts = 4;
}

message MsgMigrateContractProposalResponse {}

message MsgSetContractGovernance {
option (gogoproto.goproto_getters) = false;
option (cosmos.msg.v1.signer) = "sender";
Expand Down
Loading
Loading