diff --git a/proto/cosmos/mint/v1beta1/mint.proto b/proto/cosmos/mint/v1beta1/mint.proto index add7948924..8287ef1ad6 100644 --- a/proto/cosmos/mint/v1beta1/mint.proto +++ b/proto/cosmos/mint/v1beta1/mint.proto @@ -23,13 +23,9 @@ message Minter { // Inflation holds parameters for individual native token inflation message MunicipalInflation { // address where inflation induced new tokens will be minted - string target_address = 2; + string target_address = 2 [(gogoproto.moretags) = "yaml:\"target_address\""]; // current ANNUAL inflation rate - string value = 3 [ - (gogoproto.moretags) = "yaml:\"inflation_rate\"", - (gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec", - (gogoproto.nullable) = false - ]; + string value = 3 [(gogoproto.customtype) = "github.com/cosmos/cosmos-sdk/types.Dec", (gogoproto.nullable) = false]; } // Pair representing denom -> inflation mapping. diff --git a/x/mint/types/mint.pb.go b/x/mint/types/mint.pb.go index a35c49b7c5..1ecd6ba7b0 100644 --- a/x/mint/types/mint.pb.go +++ b/x/mint/types/mint.pb.go @@ -76,9 +76,9 @@ func (m *Minter) GetMunicipalInflation() []*MunicipalInflationPair { // Inflation holds parameters for individual native token inflation type MunicipalInflation struct { // address where inflation induced new tokens will be minted - TargetAddress string `protobuf:"bytes,2,opt,name=target_address,json=targetAddress,proto3" json:"target_address,omitempty"` + TargetAddress string `protobuf:"bytes,2,opt,name=target_address,json=targetAddress,proto3" json:"target_address,omitempty" yaml:"target_address"` // current ANNUAL inflation rate - Value github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"value" yaml:"inflation_rate"` + Value github_com_cosmos_cosmos_sdk_types.Dec `protobuf:"bytes,3,opt,name=value,proto3,customtype=github.com/cosmos/cosmos-sdk/types.Dec" json:"value"` } func (m *MunicipalInflation) Reset() { *m = MunicipalInflation{} } @@ -248,37 +248,37 @@ func init() { func init() { proto.RegisterFile("cosmos/mint/v1beta1/mint.proto", fileDescriptor_2df116d183c1e223) } var fileDescriptor_2df116d183c1e223 = []byte{ - // 472 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xac, 0x93, 0xc1, 0x6e, 0xd3, 0x40, - 0x10, 0x86, 0xed, 0xa6, 0x8d, 0x94, 0xad, 0x52, 0x60, 0x5b, 0x2a, 0xab, 0x12, 0x76, 0x64, 0x09, - 0x08, 0x42, 0xd8, 0x6a, 0xb9, 0xf5, 0x46, 0x28, 0x42, 0x20, 0x2a, 0x45, 0xbe, 0x81, 0x40, 0xd6, - 0xc4, 0x59, 0xc2, 0xaa, 0xde, 0x5d, 0x6b, 0x77, 0x1d, 0xc8, 0x5b, 0x70, 0x44, 0x9c, 0x78, 0x01, - 0xde, 0xa3, 0xc7, 0x1e, 0x11, 0x87, 0x08, 0x92, 0x37, 0xe8, 0x13, 0xa0, 0xec, 0xba, 0x69, 0x20, - 0x15, 0x22, 0x12, 0x27, 0x7b, 0xbf, 0x19, 0xff, 0x33, 0xf3, 0x8f, 0x17, 0xf9, 0x99, 0x50, 0x4c, - 0xa8, 0x98, 0x51, 0xae, 0xe3, 0xe1, 0x7e, 0x8f, 0x68, 0xd8, 0x37, 0x87, 0xa8, 0x90, 0x42, 0x0b, - 0xbc, 0x6d, 0xe3, 0x91, 0x41, 0x55, 0x7c, 0x6f, 0x67, 0x20, 0x06, 0xc2, 0xc4, 0xe3, 0xd9, 0x9b, - 0x4d, 0x0d, 0xbf, 0xae, 0xa1, 0xfa, 0x31, 0xe5, 0x9a, 0x48, 0xfc, 0x02, 0x35, 0x28, 0x7f, 0x9b, - 0x83, 0xa6, 0x82, 0x7b, 0x6e, 0xcb, 0x6d, 0x37, 0x3a, 0xd1, 0xe9, 0x38, 0x70, 0xbe, 0x8f, 0x83, - 0x3b, 0x03, 0xaa, 0xdf, 0x95, 0xbd, 0x28, 0x13, 0x2c, 0xae, 0x6a, 0xdb, 0xc7, 0x03, 0xd5, 0x3f, - 0x89, 0xf5, 0xa8, 0x20, 0x2a, 0x3a, 0x22, 0x59, 0x72, 0x29, 0x80, 0xdf, 0xa3, 0x1b, 0xc0, 0x79, - 0x09, 0x79, 0x5a, 0x48, 0x31, 0xa4, 0x8a, 0x0a, 0xae, 0xbc, 0x35, 0xa3, 0xfa, 0x7c, 0x35, 0xd5, - 0xf3, 0x71, 0xe0, 0x8d, 0x80, 0xe5, 0x87, 0xe1, 0x92, 0x60, 0x98, 0x5c, 0xb7, 0xac, 0x3b, 0x47, - 0xf8, 0x35, 0xda, 0x66, 0x25, 0xa7, 0x19, 0x2d, 0x20, 0x4f, 0x2f, 0x07, 0xaa, 0xb5, 0x6a, 0xed, - 0xcd, 0x83, 0xfb, 0xd1, 0x15, 0xd6, 0x44, 0xc7, 0x17, 0xf9, 0xcf, 0x2e, 0xd2, 0xbb, 0x40, 0x65, - 0x82, 0xd9, 0x12, 0x0f, 0x3f, 0xbb, 0x08, 0x2f, 0xa7, 0xe3, 0xdb, 0x68, 0x4b, 0x83, 0x1c, 0x10, - 0x9d, 0x42, 0xbf, 0x2f, 0x89, 0xaa, 0x46, 0x4d, 0x9a, 0x96, 0x3e, 0xb2, 0x10, 0xbf, 0x41, 0x1b, - 0x43, 0xc8, 0x4b, 0xe2, 0xd5, 0x8c, 0x11, 0x4f, 0x57, 0x36, 0xe2, 0xa6, 0x35, 0x62, 0x3e, 0x56, - 0x2a, 0x41, 0x93, 0x30, 0xb1, 0xaa, 0x61, 0x89, 0x76, 0xaf, 0x1e, 0x05, 0xef, 0xa0, 0x8d, 0x3e, - 0xe1, 0x82, 0xd9, 0xbd, 0x26, 0xf6, 0x80, 0x9f, 0x2c, 0x6e, 0x7c, 0xd6, 0xf0, 0xe6, 0xc1, 0xdd, - 0x7f, 0x34, 0x68, 0x61, 0xd5, 0xe1, 0x4f, 0x17, 0xd5, 0xbb, 0x20, 0x81, 0x29, 0x7c, 0x0b, 0xa1, - 0xd9, 0x87, 0xe9, 0x62, 0xb1, 0xc6, 0x8c, 0x1c, 0x99, 0x82, 0x1c, 0x6d, 0xfd, 0xde, 0x7a, 0xf5, - 0x47, 0xfc, 0x37, 0x23, 0x9a, 0x73, 0x90, 0x80, 0x26, 0xb8, 0x83, 0xae, 0xf5, 0x72, 0x91, 0x9d, - 0xa8, 0xb4, 0x20, 0x32, 0x1d, 0x11, 0x90, 0x5e, 0xbd, 0xe5, 0xb6, 0xd7, 0x3b, 0x7b, 0xe7, 0xe3, - 0x60, 0xd7, 0x4a, 0xfc, 0x91, 0x10, 0x26, 0x4d, 0x4b, 0xba, 0x44, 0xbe, 0x24, 0x20, 0x0f, 0xd7, - 0x3f, 0x7d, 0x09, 0x9c, 0xce, 0xe3, 0xd3, 0x89, 0xef, 0x9e, 0x4d, 0x7c, 0xf7, 0xc7, 0xc4, 0x77, - 0x3f, 0x4e, 0x7d, 0xe7, 0x6c, 0xea, 0x3b, 0xdf, 0xa6, 0xbe, 0xf3, 0xea, 0xde, 0x5f, 0x7b, 0xfe, - 0x60, 0x2f, 0xa9, 0x69, 0xbd, 0x57, 0x37, 0x77, 0xee, 0xe1, 0xaf, 0x00, 0x00, 0x00, 0xff, 0xff, - 0xbe, 0x6c, 0x67, 0x8f, 0xc0, 0x03, 0x00, 0x00, + // 476 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x9c, 0x53, 0xc1, 0x6e, 0xd3, 0x40, + 0x10, 0xb5, 0x9b, 0x36, 0x52, 0xb6, 0x4a, 0x81, 0x6d, 0xa9, 0x4c, 0x25, 0xec, 0x68, 0x0f, 0x10, + 0x84, 0xb0, 0xd5, 0x72, 0xeb, 0x09, 0x42, 0x10, 0x02, 0x51, 0x29, 0xf2, 0x0d, 0x84, 0x64, 0x4d, + 0x9c, 0x25, 0xac, 0x6a, 0xef, 0x5a, 0xbb, 0xeb, 0x40, 0xfe, 0x82, 0x23, 0x07, 0x0e, 0xfc, 0x00, + 0xff, 0xd1, 0x63, 0x8f, 0x88, 0x83, 0x05, 0xc9, 0x1f, 0xe4, 0x0b, 0x50, 0xbc, 0x49, 0x9a, 0x92, + 0x0a, 0x91, 0x9e, 0x92, 0x79, 0xf3, 0xe6, 0xcd, 0xcc, 0x1b, 0x2f, 0x72, 0x63, 0xa1, 0x52, 0xa1, + 0x82, 0x94, 0x71, 0x1d, 0x0c, 0x0e, 0xbb, 0x54, 0xc3, 0x61, 0x19, 0xf8, 0x99, 0x14, 0x5a, 0xe0, + 0x5d, 0x93, 0xf7, 0x4b, 0x68, 0x96, 0x3f, 0xd8, 0xeb, 0x8b, 0xbe, 0x28, 0xf3, 0xc1, 0xf4, 0x9f, + 0xa1, 0x92, 0xef, 0x1b, 0xa8, 0x7a, 0xc2, 0xb8, 0xa6, 0x12, 0xbf, 0x46, 0x35, 0xc6, 0xdf, 0x27, + 0xa0, 0x99, 0xe0, 0x8e, 0xdd, 0xb0, 0x9b, 0xb5, 0x96, 0x7f, 0x56, 0x78, 0xd6, 0xcf, 0xc2, 0xbb, + 0xd7, 0x67, 0xfa, 0x43, 0xde, 0xf5, 0x63, 0x91, 0x06, 0xb3, 0xde, 0xe6, 0xe7, 0x91, 0xea, 0x9d, + 0x06, 0x7a, 0x98, 0x51, 0xe5, 0xb7, 0x69, 0x1c, 0x5e, 0x08, 0xe0, 0x8f, 0xe8, 0x16, 0x70, 0x9e, + 0x43, 0x12, 0x65, 0x52, 0x0c, 0x98, 0x62, 0x82, 0x2b, 0x67, 0xa3, 0x54, 0x7d, 0xb5, 0x9e, 0xea, + 0xa4, 0xf0, 0x9c, 0x21, 0xa4, 0xc9, 0x31, 0x59, 0x11, 0x24, 0xe1, 0x4d, 0x83, 0x75, 0x16, 0x10, + 0x7e, 0x87, 0x76, 0xd3, 0x9c, 0xb3, 0x98, 0x65, 0x90, 0x44, 0x17, 0x0b, 0x55, 0x1a, 0x95, 0xe6, + 0xf6, 0xd1, 0x43, 0xff, 0x0a, 0x6b, 0xfc, 0x93, 0x39, 0xff, 0xe5, 0x9c, 0xde, 0x01, 0x26, 0x43, + 0x9c, 0xae, 0xe0, 0xe4, 0xab, 0x8d, 0xf0, 0x2a, 0x1d, 0x3f, 0x41, 0x3b, 0x1a, 0x64, 0x9f, 0xea, + 0x08, 0x7a, 0x3d, 0x49, 0xd5, 0x7c, 0xd5, 0x3b, 0x93, 0xc2, 0xbb, 0x6d, 0x86, 0xbf, 0x9c, 0x27, + 0x61, 0xdd, 0x00, 0x4f, 0x4d, 0x8c, 0xdb, 0x68, 0x6b, 0x00, 0x49, 0x4e, 0x9d, 0xca, 0xb5, 0x9c, + 0x37, 0xc5, 0x24, 0x47, 0xfb, 0x57, 0x2f, 0x83, 0xf7, 0xd0, 0x56, 0x8f, 0x72, 0x91, 0x9a, 0xcb, + 0x86, 0x26, 0xc0, 0xcf, 0x97, 0x6f, 0x3e, 0x1d, 0x79, 0xfb, 0xe8, 0xfe, 0x7f, 0x5a, 0xb4, 0x74, + 0x6c, 0xf2, 0xdb, 0x46, 0xd5, 0x0e, 0x48, 0x48, 0x15, 0xbe, 0x8b, 0xd0, 0xb4, 0x30, 0x5a, 0x6e, + 0x56, 0x9b, 0x22, 0xed, 0xb2, 0x21, 0x47, 0x3b, 0x8b, 0xb2, 0x48, 0x82, 0xa6, 0x33, 0xa3, 0x5e, + 0xac, 0xfd, 0x4d, 0xcc, 0x6c, 0xbd, 0xac, 0x46, 0xc2, 0xfa, 0x02, 0x08, 0x41, 0x53, 0xdc, 0x42, + 0x37, 0xba, 0x89, 0x88, 0x4f, 0x55, 0x94, 0x51, 0x19, 0x0d, 0x29, 0x48, 0xa7, 0xda, 0xb0, 0x9b, + 0x9b, 0xad, 0x83, 0x49, 0xe1, 0xed, 0x1b, 0x89, 0xbf, 0x08, 0x24, 0xac, 0x1b, 0xa4, 0x43, 0xe5, + 0x1b, 0x0a, 0xf2, 0x78, 0xf3, 0xcb, 0x37, 0xcf, 0x6a, 0x3d, 0x3b, 0x1b, 0xb9, 0xf6, 0xf9, 0xc8, + 0xb5, 0x7f, 0x8d, 0x5c, 0xfb, 0xf3, 0xd8, 0xb5, 0xce, 0xc7, 0xae, 0xf5, 0x63, 0xec, 0x5a, 0x6f, + 0x1f, 0xfc, 0x73, 0xe6, 0x4f, 0xe6, 0x99, 0x96, 0xa3, 0x77, 0xab, 0xe5, 0xab, 0x7b, 0xfc, 0x27, + 0x00, 0x00, 0xff, 0xff, 0x65, 0xf2, 0xc8, 0x9b, 0xc2, 0x03, 0x00, 0x00, } func (m *Minter) Marshal() (dAtA []byte, err error) {