diff --git a/proto/cork/v1/proposal.proto b/proto/cork/v1/proposal.proto index fd95412f..86d085fd 100644 --- a/proto/cork/v1/proposal.proto +++ b/proto/cork/v1/proposal.proto @@ -7,6 +7,7 @@ import "gogoproto/gogo.proto"; option go_package = "github.com/peggyjv/sommelier/v8/x/cork/types/v1"; message AddManagedCellarIDsProposal { + option (gogoproto.messagename) = true; string title = 1; string description = 2; CellarIDSet cellar_ids = 3; @@ -14,6 +15,7 @@ message AddManagedCellarIDsProposal { // AddManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands message AddManagedCellarIDsProposalWithDeposit { + option (gogoproto.messagename) = true; string title = 1; string description = 2; repeated string cellar_ids = 3; @@ -21,6 +23,7 @@ message AddManagedCellarIDsProposalWithDeposit { } message RemoveManagedCellarIDsProposal { + option (gogoproto.messagename) = true; string title = 1; string description = 2; CellarIDSet cellar_ids = 3; @@ -28,6 +31,7 @@ message RemoveManagedCellarIDsProposal { // RemoveManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands message RemoveManagedCellarIDsProposalWithDeposit { + option (gogoproto.messagename) = true; string title = 1; string description = 2; repeated string cellar_ids = 3; diff --git a/x/cork/types/v1/proposal.pb.go b/x/cork/types/v1/proposal.pb.go index 23dbe437..a5c23eda 100644 --- a/x/cork/types/v1/proposal.pb.go +++ b/x/cork/types/v1/proposal.pb.go @@ -83,6 +83,10 @@ func (m *AddManagedCellarIDsProposal) GetCellarIds() *CellarIDSet { return nil } +func (*AddManagedCellarIDsProposal) XXX_MessageName() string { + return "cork.v1.AddManagedCellarIDsProposal" +} + // AddManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands type AddManagedCellarIDsProposalWithDeposit struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` @@ -154,6 +158,10 @@ func (m *AddManagedCellarIDsProposalWithDeposit) GetDeposit() string { return "" } +func (*AddManagedCellarIDsProposalWithDeposit) XXX_MessageName() string { + return "cork.v1.AddManagedCellarIDsProposalWithDeposit" +} + type RemoveManagedCellarIDsProposal struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` Description string `protobuf:"bytes,2,opt,name=description,proto3" json:"description,omitempty"` @@ -214,6 +222,10 @@ func (m *RemoveManagedCellarIDsProposal) GetCellarIds() *CellarIDSet { return nil } +func (*RemoveManagedCellarIDsProposal) XXX_MessageName() string { + return "cork.v1.RemoveManagedCellarIDsProposal" +} + // RemoveManagedCellarIDsProposalWithDeposit is a specific definition for CLI commands type RemoveManagedCellarIDsProposalWithDeposit struct { Title string `protobuf:"bytes,1,opt,name=title,proto3" json:"title,omitempty"` @@ -287,6 +299,9 @@ func (m *RemoveManagedCellarIDsProposalWithDeposit) GetDeposit() string { return "" } +func (*RemoveManagedCellarIDsProposalWithDeposit) XXX_MessageName() string { + return "cork.v1.RemoveManagedCellarIDsProposalWithDeposit" +} func init() { proto.RegisterType((*AddManagedCellarIDsProposal)(nil), "cork.v1.AddManagedCellarIDsProposal") proto.RegisterType((*AddManagedCellarIDsProposalWithDeposit)(nil), "cork.v1.AddManagedCellarIDsProposalWithDeposit") @@ -297,28 +312,28 @@ func init() { func init() { proto.RegisterFile("cork/v1/proposal.proto", fileDescriptor_55632a565c114c4a) } var fileDescriptor_55632a565c114c4a = []byte{ - // 322 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x92, 0x3f, 0x4b, 0x33, 0x41, - 0x10, 0xc6, 0xb3, 0x6f, 0x5e, 0x0d, 0xd9, 0x74, 0x47, 0x90, 0x23, 0xe2, 0x12, 0x52, 0x48, 0x6c, - 0x6e, 0x89, 0x69, 0x6c, 0xd5, 0x34, 0x29, 0x04, 0x89, 0x85, 0x60, 0x23, 0x97, 0xdb, 0xe1, 0xb2, - 0x7a, 0x97, 0x59, 0x76, 0xd7, 0xc5, 0x7c, 0x05, 0x41, 0xb0, 0x15, 0xfc, 0x40, 0x96, 0x29, 0x2d, - 0x25, 0xf9, 0x22, 0x92, 0xbd, 0x1c, 0x04, 0x8b, 0x14, 0x36, 0xda, 0xcd, 0x3c, 0xf3, 0xef, 0xc7, - 0xf0, 0xd0, 0xbd, 0x04, 0xf5, 0x3d, 0x77, 0x3d, 0xae, 0x34, 0x2a, 0x34, 0x71, 0x16, 0x29, 0x8d, - 0x16, 0x83, 0xda, 0x4a, 0x8f, 0x5c, 0xaf, 0x15, 0x94, 0x0d, 0x5e, 0xf0, 0xc5, 0x56, 0x33, 0xc5, - 0x14, 0x7d, 0xc8, 0x57, 0x51, 0xa1, 0x76, 0x9e, 0x08, 0xdd, 0x3f, 0x15, 0xe2, 0x22, 0x9e, 0xc6, - 0x29, 0x88, 0x73, 0xc8, 0xb2, 0x58, 0x0f, 0x07, 0xe6, 0x72, 0xbd, 0x38, 0x68, 0xd2, 0x1d, 0x2b, - 0x6d, 0x06, 0x21, 0x69, 0x93, 0x6e, 0x7d, 0x54, 0x24, 0x41, 0x9b, 0x36, 0x04, 0x98, 0x44, 0x4b, - 0x65, 0x25, 0x4e, 0xc3, 0x7f, 0xbe, 0xb6, 0x29, 0x05, 0x7d, 0x4a, 0x13, 0xbf, 0xec, 0x56, 0x0a, - 0x13, 0x56, 0xdb, 0xa4, 0xdb, 0x38, 0x6e, 0x46, 0x6b, 0xbe, 0xa8, 0xbc, 0x73, 0x05, 0x76, 0x54, - 0x2f, 0xfa, 0x86, 0xc2, 0x74, 0x5e, 0x09, 0x3d, 0xdc, 0x02, 0x73, 0x2d, 0xed, 0x64, 0x00, 0x0a, - 0x8d, 0xb4, 0x3f, 0xe6, 0x3a, 0xf8, 0xc6, 0x55, 0xed, 0xd6, 0x37, 0x08, 0x82, 0x90, 0xd6, 0x44, - 0x71, 0x21, 0xfc, 0xef, 0x87, 0xcb, 0xb4, 0xf3, 0x4c, 0x28, 0x1b, 0x41, 0x8e, 0x0e, 0xfe, 0xc6, - 0xaf, 0xde, 0x08, 0x3d, 0xda, 0xce, 0xf3, 0x9b, 0xef, 0x3a, 0x1b, 0xbe, 0x2f, 0x18, 0x99, 0x2f, - 0x18, 0xf9, 0x5c, 0x30, 0xf2, 0xb2, 0x64, 0x95, 0xf9, 0x92, 0x55, 0x3e, 0x96, 0xac, 0x72, 0xc3, - 0x53, 0x69, 0x27, 0x0f, 0xe3, 0x28, 0xc1, 0x9c, 0x2b, 0x48, 0xd3, 0xd9, 0x9d, 0xe3, 0x06, 0xf3, - 0x1c, 0x32, 0x09, 0x9a, 0xbb, 0x13, 0xfe, 0xe8, 0x5d, 0xcb, 0xed, 0x4c, 0x81, 0xe1, 0xae, 0x37, - 0xde, 0xf5, 0x4e, 0xed, 0x7f, 0x05, 0x00, 0x00, 0xff, 0xff, 0x09, 0x82, 0x0b, 0xd7, 0xf6, 0x02, - 0x00, 0x00, + // 329 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xcc, 0x92, 0xbf, 0x4e, 0x02, 0x41, + 0x10, 0xc6, 0x59, 0x41, 0x09, 0x4b, 0x77, 0x21, 0xe6, 0x82, 0x71, 0x25, 0x14, 0x06, 0x9b, 0xdb, + 0x20, 0x8d, 0xb1, 0x53, 0x69, 0x28, 0x4c, 0x0c, 0x16, 0x26, 0x36, 0xe6, 0xb8, 0x9d, 0x1c, 0xab, + 0x77, 0xcc, 0xe6, 0x76, 0xdd, 0xc8, 0x1b, 0x58, 0x92, 0xf8, 0x00, 0x26, 0x3c, 0x8d, 0x25, 0xa5, + 0xa5, 0x81, 0x17, 0x31, 0xec, 0x41, 0x42, 0x2c, 0x28, 0x6c, 0xb4, 0x9b, 0xf9, 0xe6, 0xdf, 0x2f, + 0x93, 0x8f, 0xee, 0x47, 0x98, 0x3d, 0x71, 0xdb, 0xe6, 0x2a, 0x43, 0x85, 0x3a, 0x4c, 0x02, 0x95, + 0xa1, 0x41, 0xaf, 0xbc, 0xd4, 0x03, 0xdb, 0xae, 0x7b, 0xeb, 0x06, 0x27, 0xb8, 0x62, 0xbd, 0x16, + 0x63, 0x8c, 0x2e, 0xe4, 0xcb, 0x28, 0x57, 0x9b, 0x13, 0x42, 0x0f, 0x2e, 0x84, 0xb8, 0x0e, 0x47, + 0x61, 0x0c, 0xe2, 0x0a, 0x92, 0x24, 0xcc, 0x7a, 0x5d, 0x7d, 0xb3, 0x5a, 0xec, 0xd5, 0xe8, 0xae, + 0x91, 0x26, 0x01, 0x9f, 0x34, 0x48, 0xab, 0xd2, 0xcf, 0x13, 0xaf, 0x41, 0xab, 0x02, 0x74, 0x94, + 0x49, 0x65, 0x24, 0x8e, 0xfc, 0x1d, 0x57, 0xdb, 0x94, 0xbc, 0x0e, 0xa5, 0x91, 0x5b, 0xf6, 0x20, + 0x85, 0xf6, 0x8b, 0x0d, 0xd2, 0xaa, 0x9e, 0xd6, 0x82, 0x15, 0x5f, 0xb0, 0xbe, 0x73, 0x0b, 0xa6, + 0x5f, 0xc9, 0xfb, 0x7a, 0x42, 0x9f, 0x97, 0x5e, 0xa7, 0x47, 0xa4, 0xf9, 0x4e, 0xe8, 0xf1, 0x16, + 0xa4, 0x3b, 0x69, 0x86, 0x5d, 0x50, 0xa8, 0xa5, 0xf9, 0x35, 0xdd, 0xe1, 0x0f, 0xba, 0x62, 0xab, + 0xb2, 0xc1, 0xe1, 0xf9, 0xb4, 0x2c, 0xf2, 0x0b, 0x7e, 0xc9, 0x0d, 0xaf, 0xd3, 0x15, 0xe1, 0x1b, + 0xa1, 0xac, 0x0f, 0x29, 0x5a, 0xf8, 0x4f, 0x7f, 0x9b, 0x12, 0x7a, 0xb2, 0x9d, 0xea, 0xef, 0x5f, + 0x77, 0xd9, 0xfb, 0x98, 0x33, 0x32, 0x9b, 0x33, 0xf2, 0x35, 0x67, 0x64, 0xb2, 0x60, 0x85, 0xd9, + 0x82, 0x15, 0x3e, 0x17, 0xac, 0x70, 0xcf, 0x63, 0x69, 0x86, 0xcf, 0x83, 0x20, 0xc2, 0x94, 0x2b, + 0x88, 0xe3, 0xf1, 0xa3, 0xe5, 0x1a, 0xd3, 0x14, 0x12, 0x09, 0x19, 0xb7, 0x67, 0xfc, 0xc5, 0xb9, + 0x99, 0x9b, 0xb1, 0x02, 0xcd, 0x6d, 0x7b, 0xb0, 0xe7, 0x1c, 0xdc, 0xf9, 0x0e, 0x00, 0x00, 0xff, + 0xff, 0xd9, 0x9d, 0xb7, 0x4e, 0x0e, 0x03, 0x00, 0x00, } func (m *AddManagedCellarIDsProposal) Marshal() (dAtA []byte, err error) {