From c4c8dade90a3701d909b6f856e6d8021a8fbec7d Mon Sep 17 00:00:00 2001 From: MD Aleem <72057206+aleem1314@users.noreply.github.com> Date: Thu, 10 Nov 2022 05:40:38 +0530 Subject: [PATCH] fix(x/ecocredit): add back allow denom legacy proposal type (#1595) Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com> --- .../ecocredit/marketplace/v1/types.pulsar.go | 67 ++++++++++--------- .../ecocredit/marketplace/v1/types.proto | 2 + x/ecocredit/marketplace/types/v1/codec.go | 2 + .../types/v1/msg_allowed_denom_proposal.go | 40 +++++++++++ x/ecocredit/marketplace/types/v1/types.pb.go | 39 +++++------ 5 files changed, 99 insertions(+), 51 deletions(-) create mode 100644 x/ecocredit/marketplace/types/v1/msg_allowed_denom_proposal.go diff --git a/api/regen/ecocredit/marketplace/v1/types.pulsar.go b/api/regen/ecocredit/marketplace/v1/types.pulsar.go index 812af2c6f0..c285e7a80e 100644 --- a/api/regen/ecocredit/marketplace/v1/types.pulsar.go +++ b/api/regen/ecocredit/marketplace/v1/types.pulsar.go @@ -4,6 +4,7 @@ package marketplacev1 import ( fmt "fmt" runtime "github.com/cosmos/cosmos-proto/runtime" + _ "github.com/cosmos/gogoproto/gogoproto" protoreflect "google.golang.org/protobuf/reflect/protoreflect" protoiface "google.golang.org/protobuf/runtime/protoiface" protoimpl "google.golang.org/protobuf/runtime/protoimpl" @@ -655,38 +656,40 @@ var file_regen_ecocredit_marketplace_v1_types_proto_rawDesc = []byte{ 0x74, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x74, 0x79, 0x70, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12, 0x1e, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2e, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2e, 0x6d, 0x61, - 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x2a, 0x72, 0x65, - 0x67, 0x65, 0x6e, 0x2f, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2f, 0x6d, 0x61, - 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x2f, 0x73, 0x74, 0x61, - 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x90, 0x01, 0x0a, 0x12, 0x41, 0x6c, 0x6c, - 0x6f, 0x77, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x50, 0x72, 0x6f, 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x12, - 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, - 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, - 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, - 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, - 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2e, 0x65, - 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, - 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x44, - 0x65, 0x6e, 0x6f, 0x6d, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x42, 0xa3, 0x02, 0x0a, 0x22, - 0x63, 0x6f, 0x6d, 0x2e, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2e, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, - 0x64, 0x69, 0x74, 0x2e, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, - 0x76, 0x31, 0x42, 0x0a, 0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, - 0x5a, 0x56, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x72, 0x65, 0x67, - 0x65, 0x6e, 0x2d, 0x6e, 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x72, 0x65, 0x67, 0x65, 0x6e, - 0x2d, 0x6c, 0x65, 0x64, 0x67, 0x65, 0x72, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x67, 0x65, - 0x6e, 0x2f, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2f, 0x6d, 0x61, 0x72, 0x6b, - 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x6d, 0x61, 0x72, 0x6b, 0x65, - 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x52, 0x45, 0x4d, 0xaa, 0x02, - 0x1e, 0x52, 0x65, 0x67, 0x65, 0x6e, 0x2e, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, - 0x2e, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x56, 0x31, 0xca, - 0x02, 0x1e, 0x52, 0x65, 0x67, 0x65, 0x6e, 0x5c, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, - 0x74, 0x5c, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5c, 0x56, 0x31, - 0xe2, 0x02, 0x2a, 0x52, 0x65, 0x67, 0x65, 0x6e, 0x5c, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, - 0x69, 0x74, 0x5c, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5c, 0x56, - 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x21, - 0x52, 0x65, 0x67, 0x65, 0x6e, 0x3a, 0x3a, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, - 0x3a, 0x3a, 0x4d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x3a, 0x3a, 0x56, - 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x1a, 0x14, 0x67, 0x6f, + 0x67, 0x6f, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x2f, 0x67, 0x6f, 0x67, 0x6f, 0x2e, 0x70, 0x72, 0x6f, + 0x74, 0x6f, 0x1a, 0x2a, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2f, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, + 0x64, 0x69, 0x74, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2f, + 0x76, 0x31, 0x2f, 0x73, 0x74, 0x61, 0x74, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x96, + 0x01, 0x0a, 0x12, 0x41, 0x6c, 0x6c, 0x6f, 0x77, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x50, 0x72, 0x6f, + 0x70, 0x6f, 0x73, 0x61, 0x6c, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x01, + 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, + 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, + 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x42, 0x0a, + 0x05, 0x64, 0x65, 0x6e, 0x6f, 0x6d, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x2c, 0x2e, 0x72, + 0x65, 0x67, 0x65, 0x6e, 0x2e, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2e, 0x6d, + 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x2e, 0x41, 0x6c, + 0x6c, 0x6f, 0x77, 0x65, 0x64, 0x44, 0x65, 0x6e, 0x6f, 0x6d, 0x52, 0x05, 0x64, 0x65, 0x6e, 0x6f, + 0x6d, 0x3a, 0x04, 0x98, 0xa0, 0x1f, 0x00, 0x42, 0xa3, 0x02, 0x0a, 0x22, 0x63, 0x6f, 0x6d, 0x2e, + 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2e, 0x65, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2e, + 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x76, 0x31, 0x42, 0x0a, + 0x54, 0x79, 0x70, 0x65, 0x73, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x56, 0x67, 0x69, + 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2d, 0x6e, + 0x65, 0x74, 0x77, 0x6f, 0x72, 0x6b, 0x2f, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2d, 0x6c, 0x65, 0x64, + 0x67, 0x65, 0x72, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x72, 0x65, 0x67, 0x65, 0x6e, 0x2f, 0x65, 0x63, + 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2f, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, + 0x61, 0x63, 0x65, 0x2f, 0x76, 0x31, 0x3b, 0x6d, 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, + 0x63, 0x65, 0x76, 0x31, 0xa2, 0x02, 0x03, 0x52, 0x45, 0x4d, 0xaa, 0x02, 0x1e, 0x52, 0x65, 0x67, + 0x65, 0x6e, 0x2e, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x2e, 0x4d, 0x61, 0x72, + 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x2e, 0x56, 0x31, 0xca, 0x02, 0x1e, 0x52, 0x65, + 0x67, 0x65, 0x6e, 0x5c, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5c, 0x4d, 0x61, + 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5c, 0x56, 0x31, 0xe2, 0x02, 0x2a, 0x52, + 0x65, 0x67, 0x65, 0x6e, 0x5c, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x5c, 0x4d, + 0x61, 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x5c, 0x56, 0x31, 0x5c, 0x47, 0x50, + 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x21, 0x52, 0x65, 0x67, 0x65, + 0x6e, 0x3a, 0x3a, 0x45, 0x63, 0x6f, 0x63, 0x72, 0x65, 0x64, 0x69, 0x74, 0x3a, 0x3a, 0x4d, 0x61, + 0x72, 0x6b, 0x65, 0x74, 0x70, 0x6c, 0x61, 0x63, 0x65, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x06, 0x70, + 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/proto/regen/ecocredit/marketplace/v1/types.proto b/proto/regen/ecocredit/marketplace/v1/types.proto index 72a1e287ba..5f12d503b4 100644 --- a/proto/regen/ecocredit/marketplace/v1/types.proto +++ b/proto/regen/ecocredit/marketplace/v1/types.proto @@ -2,6 +2,7 @@ syntax = "proto3"; package regen.ecocredit.marketplace.v1; +import "gogoproto/gogo.proto"; import "regen/ecocredit/marketplace/v1/state.proto"; option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketplace/types/v1"; @@ -12,6 +13,7 @@ option go_package = "github.com/regen-network/regen-ledger/x/ecocredit/marketpla // Deprecated (Since Revision 1): This message is no longer used and will be // removed in the next version. See MsgAddAllowedDenom. message AllowDenomProposal { + option (gogoproto.goproto_stringer) = false; // title is the title of the proposal. string title = 1; diff --git a/x/ecocredit/marketplace/types/v1/codec.go b/x/ecocredit/marketplace/types/v1/codec.go index b9a6f302d7..3990ef4c9e 100644 --- a/x/ecocredit/marketplace/types/v1/codec.go +++ b/x/ecocredit/marketplace/types/v1/codec.go @@ -7,9 +7,11 @@ import ( sdk "github.com/cosmos/cosmos-sdk/types" "github.com/cosmos/cosmos-sdk/types/msgservice" authzcodec "github.com/cosmos/cosmos-sdk/x/authz/codec" + govv1beta1 "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" ) func RegisterTypes(registry codectypes.InterfaceRegistry) { + registry.RegisterImplementations((*govv1beta1.Content)(nil), &AllowDenomProposal{}) msgservice.RegisterMsgServiceDesc(registry, &_Msg_serviceDesc) } diff --git a/x/ecocredit/marketplace/types/v1/msg_allowed_denom_proposal.go b/x/ecocredit/marketplace/types/v1/msg_allowed_denom_proposal.go new file mode 100644 index 0000000000..788befdbb5 --- /dev/null +++ b/x/ecocredit/marketplace/types/v1/msg_allowed_denom_proposal.go @@ -0,0 +1,40 @@ +package v1 + +import ( + "fmt" + + sdkerrors "github.com/cosmos/cosmos-sdk/types/errors" + govtypes "github.com/cosmos/cosmos-sdk/x/gov/types/v1beta1" +) + +var _ govtypes.Content = &AllowDenomProposal{} + +const ( + AllowDenomProposalType = "AllowDenomProposal" +) + +func init() { + govtypes.RegisterProposalType(AllowDenomProposalType) +} + +func (m AllowDenomProposal) ProposalRoute() string { return "ecocredit" } + +func (m AllowDenomProposal) ProposalType() string { return AllowDenomProposalType } + +func (m AllowDenomProposal) ValidateBasic() error { + if m.Denom == nil { + return sdkerrors.ErrInvalidRequest.Wrap("denom cannot be empty") + } + if err := m.Denom.Validate(); err != nil { + return err + } + return govtypes.ValidateAbstract(&m) +} + +func (m AllowDenomProposal) String() string { + return fmt.Sprintf(`Allow Denom Proposal: + Title: %s + Description: %s + Allowed Denom: %v +`, m.Title, m.Description, m.Denom) +} diff --git a/x/ecocredit/marketplace/types/v1/types.pb.go b/x/ecocredit/marketplace/types/v1/types.pb.go index 81ea488bf6..ec47504671 100644 --- a/x/ecocredit/marketplace/types/v1/types.pb.go +++ b/x/ecocredit/marketplace/types/v1/types.pb.go @@ -5,6 +5,7 @@ package v1 import ( fmt "fmt" + _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/gogo/protobuf/proto" io "io" math "math" @@ -37,9 +38,8 @@ type AllowDenomProposal struct { Denom *AllowedDenom `protobuf:"bytes,3,opt,name=denom,proto3" json:"denom,omitempty"` } -func (m *AllowDenomProposal) Reset() { *m = AllowDenomProposal{} } -func (m *AllowDenomProposal) String() string { return proto.CompactTextString(m) } -func (*AllowDenomProposal) ProtoMessage() {} +func (m *AllowDenomProposal) Reset() { *m = AllowDenomProposal{} } +func (*AllowDenomProposal) ProtoMessage() {} func (*AllowDenomProposal) Descriptor() ([]byte, []int) { return fileDescriptor_eff2ca0c007ee426, []int{0} } @@ -100,23 +100,24 @@ func init() { } var fileDescriptor_eff2ca0c007ee426 = []byte{ - // 252 bytes of a gzipped FileDescriptorProto + // 271 bytes of a gzipped FileDescriptorProto 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x84, 0x90, 0xb1, 0x4e, 0xc3, 0x30, - 0x10, 0x86, 0x6b, 0x50, 0x91, 0x70, 0x37, 0x8b, 0x21, 0x62, 0xb0, 0x22, 0xa6, 0x0a, 0x81, 0xad, - 0xc0, 0x13, 0x50, 0x21, 0x66, 0xd4, 0x91, 0x89, 0xd4, 0x3e, 0x05, 0xab, 0x4e, 0xce, 0x72, 0x8e, - 0x14, 0xde, 0xa2, 0x8f, 0xc5, 0xd8, 0x91, 0x11, 0x25, 0x2f, 0x82, 0x70, 0x10, 0xea, 0x02, 0x8c, - 0xbf, 0xfd, 0xdf, 0xf7, 0xdf, 0x7f, 0xfc, 0x3c, 0x42, 0x05, 0x8d, 0x06, 0x83, 0x26, 0x82, 0x75, - 0xa4, 0xeb, 0x32, 0xae, 0x81, 0x82, 0x2f, 0x0d, 0xe8, 0xae, 0xd0, 0xf4, 0x1a, 0xa0, 0x55, 0x21, - 0x22, 0xa1, 0x90, 0xc9, 0xab, 0x7e, 0xbc, 0x6a, 0xcf, 0xab, 0xba, 0xe2, 0xf4, 0x3f, 0x56, 0x4b, - 0x25, 0xc1, 0xc8, 0x3a, 0xdb, 0x32, 0x2e, 0x6e, 0xbc, 0xc7, 0xcd, 0x2d, 0x34, 0x58, 0xdf, 0x47, - 0x0c, 0xd8, 0x96, 0x5e, 0x9c, 0xf0, 0x29, 0x39, 0xf2, 0x90, 0xb1, 0x9c, 0xcd, 0x8f, 0x97, 0xa3, - 0x10, 0x39, 0x9f, 0x59, 0x68, 0x4d, 0x74, 0x81, 0x1c, 0x36, 0xd9, 0x41, 0xfa, 0xdb, 0x7f, 0x12, - 0x0b, 0x3e, 0xb5, 0x5f, 0xa0, 0xec, 0x30, 0x67, 0xf3, 0xd9, 0xd5, 0x85, 0xfa, 0x7b, 0x55, 0x95, - 0xa2, 0xc1, 0xa6, 0xf0, 0xe5, 0x38, 0xba, 0x78, 0x7c, 0xeb, 0x25, 0xdb, 0xf5, 0x92, 0x7d, 0xf4, - 0x92, 0x6d, 0x07, 0x39, 0xd9, 0x0d, 0x72, 0xf2, 0x3e, 0xc8, 0xc9, 0xc3, 0x5d, 0xe5, 0xe8, 0xe9, - 0x79, 0xa5, 0x0c, 0xd6, 0x3a, 0x81, 0x2f, 0x1b, 0xa0, 0x0d, 0xc6, 0xf5, 0xb7, 0xf2, 0x60, 0x2b, - 0x88, 0xfa, 0xe5, 0x97, 0xea, 0xe9, 0x86, 0xba, 0x2b, 0x56, 0x47, 0xa9, 0xfb, 0xf5, 0x67, 0x00, - 0x00, 0x00, 0xff, 0xff, 0x8f, 0x13, 0x3c, 0xe0, 0x75, 0x01, 0x00, 0x00, + 0x18, 0x84, 0x63, 0xa0, 0x48, 0xa4, 0x5b, 0xd4, 0xa1, 0xea, 0x60, 0x22, 0xa6, 0x0a, 0x81, 0xad, + 0xc0, 0xc6, 0x46, 0x85, 0x98, 0x51, 0x47, 0x26, 0xd2, 0xf8, 0x97, 0xb1, 0xea, 0xe4, 0xb7, 0x9c, + 0x9f, 0x14, 0xde, 0x82, 0x09, 0x31, 0xf2, 0x38, 0x8c, 0x1d, 0x19, 0x51, 0xf2, 0x22, 0xa8, 0x0e, + 0x42, 0x5d, 0x80, 0xcd, 0x67, 0x7f, 0x77, 0x27, 0x5f, 0x7c, 0xec, 0x41, 0x43, 0x25, 0xa1, 0xc0, + 0xc2, 0x83, 0x32, 0x24, 0xcb, 0xdc, 0x2f, 0x81, 0x9c, 0xcd, 0x0b, 0x90, 0x4d, 0x26, 0xe9, 0xc9, + 0x41, 0x2d, 0x9c, 0x47, 0xc2, 0x84, 0x07, 0x56, 0xfc, 0xb0, 0x62, 0x8b, 0x15, 0x4d, 0x36, 0x19, + 0x69, 0xd4, 0x18, 0x50, 0xb9, 0x39, 0xf5, 0xae, 0xc9, 0x7f, 0x0d, 0x35, 0xe5, 0x04, 0x3d, 0x7b, + 0xf4, 0xc2, 0xe2, 0xe4, 0xd2, 0x5a, 0x5c, 0x5d, 0x41, 0x85, 0xe5, 0x8d, 0x47, 0x87, 0x75, 0x6e, + 0x93, 0x51, 0x3c, 0x20, 0x43, 0x16, 0xc6, 0x2c, 0x65, 0xd3, 0x83, 0x79, 0x2f, 0x92, 0x34, 0x1e, + 0x2a, 0xa8, 0x0b, 0x6f, 0x1c, 0x19, 0xac, 0xc6, 0x3b, 0xe1, 0x6d, 0xfb, 0x2a, 0x99, 0xc5, 0x03, + 0xb5, 0x09, 0x1a, 0xef, 0xa6, 0x6c, 0x3a, 0x3c, 0x3b, 0x11, 0x7f, 0x7f, 0x40, 0x84, 0x6a, 0x50, + 0xa1, 0x7c, 0xde, 0x5b, 0x2f, 0xf6, 0x5e, 0xdf, 0x0e, 0xa3, 0xd9, 0xdd, 0x7b, 0xcb, 0xd9, 0xba, + 0xe5, 0xec, 0xb3, 0xe5, 0xec, 0xb9, 0xe3, 0xd1, 0xba, 0xe3, 0xd1, 0x47, 0xc7, 0xa3, 0xdb, 0x6b, + 0x6d, 0xe8, 0xfe, 0x61, 0x21, 0x0a, 0x2c, 0x65, 0x88, 0x3f, 0xad, 0x80, 0x56, 0xe8, 0x97, 0xdf, + 0xca, 0x82, 0xd2, 0xe0, 0xe5, 0xe3, 0x2f, 0x03, 0x84, 0x7d, 0x65, 0x93, 0x2d, 0xf6, 0xc3, 0x02, + 0xe7, 0x5f, 0x01, 0x00, 0x00, 0xff, 0xff, 0xf8, 0xd5, 0x66, 0x2d, 0x91, 0x01, 0x00, 0x00, } func (m *AllowDenomProposal) Marshal() (dAtA []byte, err error) {