diff --git a/relayer/chains/penumbra/core/app/v1alpha1/app.pb.go b/relayer/chains/penumbra/core/app/v1/app.pb.go similarity index 72% rename from relayer/chains/penumbra/core/app/v1alpha1/app.pb.go rename to relayer/chains/penumbra/core/app/v1/app.pb.go index 16ed64eae..7637e923a 100644 --- a/relayer/chains/penumbra/core/app/v1alpha1/app.pb.go +++ b/relayer/chains/penumbra/core/app/v1/app.pb.go @@ -1,22 +1,24 @@ // Code generated by protoc-gen-gogo. DO NOT EDIT. -// source: penumbra/core/app/v1alpha1/app.proto +// source: penumbra/core/app/v1/app.proto -package appv1alpha1 +package appv1 import ( context "context" fmt "fmt" grpc1 "github.com/cosmos/gogoproto/grpc" proto "github.com/cosmos/gogoproto/proto" - v1alpha11 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/chain/v1alpha1" - v1alpha12 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/community_pool/v1alpha1" - v1alpha17 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/distributions/v1alpha1" - v1alpha16 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/fee/v1alpha1" - v1alpha13 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/governance/v1alpha1" - v1alpha14 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/ibc/v1alpha1" - v1alpha18 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/shielded_pool/v1alpha1" - v1alpha15 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/stake/v1alpha1" - v1alpha1 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/transaction/v1alpha1" + v12 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/community_pool/v1" + v110 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/dex/v1" + v17 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/distributions/v1" + v16 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/fee/v1" + v18 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/funding/v1" + v13 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/governance/v1" + v14 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/ibc/v1" + v11 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/sct/v1" + v19 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/shielded_pool/v1" + v15 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/component/stake/v1" + v1 "github.com/cosmos/relayer/v2/relayer/chains/penumbra/core/transaction/v1" grpc "google.golang.org/grpc" codes "google.golang.org/grpc/codes" status "google.golang.org/grpc/status" @@ -38,8 +40,6 @@ const _ = proto.GoGoProtoPackageIsVersion3 // please upgrade the proto package // Requests the list of all transactions that occurred within a given block. type TransactionsByHeightRequest struct { - // The expected chain id (empty string if no expectation). - ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` // The block height to retrieve. BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` } @@ -48,7 +48,7 @@ func (m *TransactionsByHeightRequest) Reset() { *m = TransactionsByHeigh func (m *TransactionsByHeightRequest) String() string { return proto.CompactTextString(m) } func (*TransactionsByHeightRequest) ProtoMessage() {} func (*TransactionsByHeightRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{0} + return fileDescriptor_cd5d94926a61eaaf, []int{0} } func (m *TransactionsByHeightRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -77,13 +77,6 @@ func (m *TransactionsByHeightRequest) XXX_DiscardUnknown() { var xxx_messageInfo_TransactionsByHeightRequest proto.InternalMessageInfo -func (m *TransactionsByHeightRequest) GetChainId() string { - if m != nil { - return m.ChainId - } - return "" -} - func (m *TransactionsByHeightRequest) GetBlockHeight() uint64 { if m != nil { return m.BlockHeight @@ -94,7 +87,7 @@ func (m *TransactionsByHeightRequest) GetBlockHeight() uint64 { // A transaction that appeared within a given block. type TransactionsByHeightResponse struct { // The transactions. - Transactions []*v1alpha1.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` + Transactions []*v1.Transaction `protobuf:"bytes,1,rep,name=transactions,proto3" json:"transactions,omitempty"` // The block height. BlockHeight uint64 `protobuf:"varint,2,opt,name=block_height,json=blockHeight,proto3" json:"block_height,omitempty"` } @@ -103,7 +96,7 @@ func (m *TransactionsByHeightResponse) Reset() { *m = TransactionsByHeig func (m *TransactionsByHeightResponse) String() string { return proto.CompactTextString(m) } func (*TransactionsByHeightResponse) ProtoMessage() {} func (*TransactionsByHeightResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{1} + return fileDescriptor_cd5d94926a61eaaf, []int{1} } func (m *TransactionsByHeightResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -132,7 +125,7 @@ func (m *TransactionsByHeightResponse) XXX_DiscardUnknown() { var xxx_messageInfo_TransactionsByHeightResponse proto.InternalMessageInfo -func (m *TransactionsByHeightResponse) GetTransactions() []*v1alpha1.Transaction { +func (m *TransactionsByHeightResponse) GetTransactions() []*v1.Transaction { if m != nil { return m.Transactions } @@ -147,27 +140,35 @@ func (m *TransactionsByHeightResponse) GetBlockHeight() uint64 { } type AppParameters struct { - // Chain module parameters. - ChainParams *v1alpha11.ChainParameters `protobuf:"bytes,1,opt,name=chain_params,json=chainParams,proto3" json:"chain_params,omitempty"` + // The chain identifier. + ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` + // Sct module parameters. + SctParams *v11.SctParameters `protobuf:"bytes,2,opt,name=sct_params,json=sctParams,proto3" json:"sct_params,omitempty"` // Community Pool module parameters. - CommunityPoolParams *v1alpha12.CommunityPoolParameters `protobuf:"bytes,2,opt,name=community_pool_params,json=communityPoolParams,proto3" json:"community_pool_params,omitempty"` + CommunityPoolParams *v12.CommunityPoolParameters `protobuf:"bytes,3,opt,name=community_pool_params,json=communityPoolParams,proto3" json:"community_pool_params,omitempty"` // Governance module parameters. - GovernanceParams *v1alpha13.GovernanceParameters `protobuf:"bytes,3,opt,name=governance_params,json=governanceParams,proto3" json:"governance_params,omitempty"` + GovernanceParams *v13.GovernanceParameters `protobuf:"bytes,4,opt,name=governance_params,json=governanceParams,proto3" json:"governance_params,omitempty"` // IBC module parameters. - IbcParams *v1alpha14.IbcParameters `protobuf:"bytes,4,opt,name=ibc_params,json=ibcParams,proto3" json:"ibc_params,omitempty"` + IbcParams *v14.IbcParameters `protobuf:"bytes,5,opt,name=ibc_params,json=ibcParams,proto3" json:"ibc_params,omitempty"` // Stake module parameters. - StakeParams *v1alpha15.StakeParameters `protobuf:"bytes,5,opt,name=stake_params,json=stakeParams,proto3" json:"stake_params,omitempty"` + StakeParams *v15.StakeParameters `protobuf:"bytes,6,opt,name=stake_params,json=stakeParams,proto3" json:"stake_params,omitempty"` // Fee module parameters. - FeeParams *v1alpha16.FeeParameters `protobuf:"bytes,6,opt,name=fee_params,json=feeParams,proto3" json:"fee_params,omitempty"` + FeeParams *v16.FeeParameters `protobuf:"bytes,7,opt,name=fee_params,json=feeParams,proto3" json:"fee_params,omitempty"` // Distributions module parameters. - DistributionsParams *v1alpha17.DistributionsParameters `protobuf:"bytes,7,opt,name=distributions_params,json=distributionsParams,proto3" json:"distributions_params,omitempty"` + DistributionsParams *v17.DistributionsParameters `protobuf:"bytes,8,opt,name=distributions_params,json=distributionsParams,proto3" json:"distributions_params,omitempty"` + // Funding module parameters. + FundingParams *v18.FundingParameters `protobuf:"bytes,9,opt,name=funding_params,json=fundingParams,proto3" json:"funding_params,omitempty"` + // Shielded pool module parameters. + ShieldedPoolParams *v19.ShieldedPoolParameters `protobuf:"bytes,10,opt,name=shielded_pool_params,json=shieldedPoolParams,proto3" json:"shielded_pool_params,omitempty"` + // DEX module parameters. + DexParams *v110.DexParameters `protobuf:"bytes,11,opt,name=dex_params,json=dexParams,proto3" json:"dex_params,omitempty"` } func (m *AppParameters) Reset() { *m = AppParameters{} } func (m *AppParameters) String() string { return proto.CompactTextString(m) } func (*AppParameters) ProtoMessage() {} func (*AppParameters) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{2} + return fileDescriptor_cd5d94926a61eaaf, []int{2} } func (m *AppParameters) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -196,66 +197,92 @@ func (m *AppParameters) XXX_DiscardUnknown() { var xxx_messageInfo_AppParameters proto.InternalMessageInfo -func (m *AppParameters) GetChainParams() *v1alpha11.ChainParameters { +func (m *AppParameters) GetChainId() string { if m != nil { - return m.ChainParams + return m.ChainId + } + return "" +} + +func (m *AppParameters) GetSctParams() *v11.SctParameters { + if m != nil { + return m.SctParams } return nil } -func (m *AppParameters) GetCommunityPoolParams() *v1alpha12.CommunityPoolParameters { +func (m *AppParameters) GetCommunityPoolParams() *v12.CommunityPoolParameters { if m != nil { return m.CommunityPoolParams } return nil } -func (m *AppParameters) GetGovernanceParams() *v1alpha13.GovernanceParameters { +func (m *AppParameters) GetGovernanceParams() *v13.GovernanceParameters { if m != nil { return m.GovernanceParams } return nil } -func (m *AppParameters) GetIbcParams() *v1alpha14.IbcParameters { +func (m *AppParameters) GetIbcParams() *v14.IbcParameters { if m != nil { return m.IbcParams } return nil } -func (m *AppParameters) GetStakeParams() *v1alpha15.StakeParameters { +func (m *AppParameters) GetStakeParams() *v15.StakeParameters { if m != nil { return m.StakeParams } return nil } -func (m *AppParameters) GetFeeParams() *v1alpha16.FeeParameters { +func (m *AppParameters) GetFeeParams() *v16.FeeParameters { if m != nil { return m.FeeParams } return nil } -func (m *AppParameters) GetDistributionsParams() *v1alpha17.DistributionsParameters { +func (m *AppParameters) GetDistributionsParams() *v17.DistributionsParameters { if m != nil { return m.DistributionsParams } return nil } +func (m *AppParameters) GetFundingParams() *v18.FundingParameters { + if m != nil { + return m.FundingParams + } + return nil +} + +func (m *AppParameters) GetShieldedPoolParams() *v19.ShieldedPoolParameters { + if m != nil { + return m.ShieldedPoolParams + } + return nil +} + +func (m *AppParameters) GetDexParams() *v110.DexParameters { + if m != nil { + return m.DexParams + } + return nil +} + // Requests the global configuration data for the app. type AppParametersRequest struct { - // The expected chain id (empty string if no expectation). - ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` } func (m *AppParametersRequest) Reset() { *m = AppParametersRequest{} } func (m *AppParametersRequest) String() string { return proto.CompactTextString(m) } func (*AppParametersRequest) ProtoMessage() {} func (*AppParametersRequest) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{3} + return fileDescriptor_cd5d94926a61eaaf, []int{3} } func (m *AppParametersRequest) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -284,13 +311,6 @@ func (m *AppParametersRequest) XXX_DiscardUnknown() { var xxx_messageInfo_AppParametersRequest proto.InternalMessageInfo -func (m *AppParametersRequest) GetChainId() string { - if m != nil { - return m.ChainId - } - return "" -} - type AppParametersResponse struct { AppParameters *AppParameters `protobuf:"bytes,1,opt,name=app_parameters,json=appParameters,proto3" json:"app_parameters,omitempty"` } @@ -299,7 +319,7 @@ func (m *AppParametersResponse) Reset() { *m = AppParametersResponse{} } func (m *AppParametersResponse) String() string { return proto.CompactTextString(m) } func (*AppParametersResponse) ProtoMessage() {} func (*AppParametersResponse) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{4} + return fileDescriptor_cd5d94926a61eaaf, []int{4} } func (m *AppParametersResponse) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -346,7 +366,7 @@ func (m *GenesisAppState) Reset() { *m = GenesisAppState{} } func (m *GenesisAppState) String() string { return proto.CompactTextString(m) } func (*GenesisAppState) ProtoMessage() {} func (*GenesisAppState) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{5} + return fileDescriptor_cd5d94926a61eaaf, []int{5} } func (m *GenesisAppState) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -421,29 +441,35 @@ func (*GenesisAppState) XXX_OneofWrappers() []interface{} { } type GenesisContent struct { + // The initial chain identifier. + ChainId string `protobuf:"bytes,1,opt,name=chain_id,json=chainId,proto3" json:"chain_id,omitempty"` // Stake module genesis state. - StakeContent *v1alpha15.GenesisContent `protobuf:"bytes,1,opt,name=stake_content,json=stakeContent,proto3" json:"stake_content,omitempty"` + StakeContent *v15.GenesisContent `protobuf:"bytes,2,opt,name=stake_content,json=stakeContent,proto3" json:"stake_content,omitempty"` // Shielded pool module genesis state. - ShieldedPoolContent *v1alpha18.GenesisContent `protobuf:"bytes,2,opt,name=shielded_pool_content,json=shieldedPoolContent,proto3" json:"shielded_pool_content,omitempty"` + ShieldedPoolContent *v19.GenesisContent `protobuf:"bytes,3,opt,name=shielded_pool_content,json=shieldedPoolContent,proto3" json:"shielded_pool_content,omitempty"` // Governance module genesis state. - GovernanceContent *v1alpha13.GenesisContent `protobuf:"bytes,3,opt,name=governance_content,json=governanceContent,proto3" json:"governance_content,omitempty"` + GovernanceContent *v13.GenesisContent `protobuf:"bytes,4,opt,name=governance_content,json=governanceContent,proto3" json:"governance_content,omitempty"` // IBC module genesis state. - IbcContent *v1alpha14.GenesisContent `protobuf:"bytes,4,opt,name=ibc_content,json=ibcContent,proto3" json:"ibc_content,omitempty"` - // Chain module genesis state. - ChainContent *v1alpha11.GenesisContent `protobuf:"bytes,5,opt,name=chain_content,json=chainContent,proto3" json:"chain_content,omitempty"` + IbcContent *v14.GenesisContent `protobuf:"bytes,5,opt,name=ibc_content,json=ibcContent,proto3" json:"ibc_content,omitempty"` + // Sct module genesis state. + SctContent *v11.GenesisContent `protobuf:"bytes,6,opt,name=sct_content,json=sctContent,proto3" json:"sct_content,omitempty"` // Community Pool module genesis state. - CommunityPoolContent *v1alpha12.GenesisContent `protobuf:"bytes,6,opt,name=community_pool_content,json=communityPoolContent,proto3" json:"community_pool_content,omitempty"` + CommunityPoolContent *v12.GenesisContent `protobuf:"bytes,7,opt,name=community_pool_content,json=communityPoolContent,proto3" json:"community_pool_content,omitempty"` // Fee module genesis state. - FeeContent *v1alpha16.GenesisContent `protobuf:"bytes,7,opt,name=fee_content,json=feeContent,proto3" json:"fee_content,omitempty"` + FeeContent *v16.GenesisContent `protobuf:"bytes,8,opt,name=fee_content,json=feeContent,proto3" json:"fee_content,omitempty"` // Distributions module genesis state. - DistributionsContent *v1alpha17.GenesisContent `protobuf:"bytes,8,opt,name=distributions_content,json=distributionsContent,proto3" json:"distributions_content,omitempty"` + DistributionsContent *v17.GenesisContent `protobuf:"bytes,9,opt,name=distributions_content,json=distributionsContent,proto3" json:"distributions_content,omitempty"` + // Funding module genesis state. + FundingContent *v18.GenesisContent `protobuf:"bytes,10,opt,name=funding_content,json=fundingContent,proto3" json:"funding_content,omitempty"` + // DEX component genesis state. + DexContent *v110.GenesisContent `protobuf:"bytes,11,opt,name=dex_content,json=dexContent,proto3" json:"dex_content,omitempty"` } func (m *GenesisContent) Reset() { *m = GenesisContent{} } func (m *GenesisContent) String() string { return proto.CompactTextString(m) } func (*GenesisContent) ProtoMessage() {} func (*GenesisContent) Descriptor() ([]byte, []int) { - return fileDescriptor_e3359d6f6803c6c6, []int{6} + return fileDescriptor_cd5d94926a61eaaf, []int{6} } func (m *GenesisContent) XXX_Unmarshal(b []byte) error { return m.Unmarshal(b) @@ -472,142 +498,168 @@ func (m *GenesisContent) XXX_DiscardUnknown() { var xxx_messageInfo_GenesisContent proto.InternalMessageInfo -func (m *GenesisContent) GetStakeContent() *v1alpha15.GenesisContent { +func (m *GenesisContent) GetChainId() string { + if m != nil { + return m.ChainId + } + return "" +} + +func (m *GenesisContent) GetStakeContent() *v15.GenesisContent { if m != nil { return m.StakeContent } return nil } -func (m *GenesisContent) GetShieldedPoolContent() *v1alpha18.GenesisContent { +func (m *GenesisContent) GetShieldedPoolContent() *v19.GenesisContent { if m != nil { return m.ShieldedPoolContent } return nil } -func (m *GenesisContent) GetGovernanceContent() *v1alpha13.GenesisContent { +func (m *GenesisContent) GetGovernanceContent() *v13.GenesisContent { if m != nil { return m.GovernanceContent } return nil } -func (m *GenesisContent) GetIbcContent() *v1alpha14.GenesisContent { +func (m *GenesisContent) GetIbcContent() *v14.GenesisContent { if m != nil { return m.IbcContent } return nil } -func (m *GenesisContent) GetChainContent() *v1alpha11.GenesisContent { +func (m *GenesisContent) GetSctContent() *v11.GenesisContent { if m != nil { - return m.ChainContent + return m.SctContent } return nil } -func (m *GenesisContent) GetCommunityPoolContent() *v1alpha12.GenesisContent { +func (m *GenesisContent) GetCommunityPoolContent() *v12.GenesisContent { if m != nil { return m.CommunityPoolContent } return nil } -func (m *GenesisContent) GetFeeContent() *v1alpha16.GenesisContent { +func (m *GenesisContent) GetFeeContent() *v16.GenesisContent { if m != nil { return m.FeeContent } return nil } -func (m *GenesisContent) GetDistributionsContent() *v1alpha17.GenesisContent { +func (m *GenesisContent) GetDistributionsContent() *v17.GenesisContent { if m != nil { return m.DistributionsContent } return nil } -func init() { - proto.RegisterType((*TransactionsByHeightRequest)(nil), "penumbra.core.app.v1alpha1.TransactionsByHeightRequest") - proto.RegisterType((*TransactionsByHeightResponse)(nil), "penumbra.core.app.v1alpha1.TransactionsByHeightResponse") - proto.RegisterType((*AppParameters)(nil), "penumbra.core.app.v1alpha1.AppParameters") - proto.RegisterType((*AppParametersRequest)(nil), "penumbra.core.app.v1alpha1.AppParametersRequest") - proto.RegisterType((*AppParametersResponse)(nil), "penumbra.core.app.v1alpha1.AppParametersResponse") - proto.RegisterType((*GenesisAppState)(nil), "penumbra.core.app.v1alpha1.GenesisAppState") - proto.RegisterType((*GenesisContent)(nil), "penumbra.core.app.v1alpha1.GenesisContent") +func (m *GenesisContent) GetFundingContent() *v18.GenesisContent { + if m != nil { + return m.FundingContent + } + return nil +} + +func (m *GenesisContent) GetDexContent() *v110.GenesisContent { + if m != nil { + return m.DexContent + } + return nil } func init() { - proto.RegisterFile("penumbra/core/app/v1alpha1/app.proto", fileDescriptor_e3359d6f6803c6c6) -} - -var fileDescriptor_e3359d6f6803c6c6 = []byte{ - // 1019 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0x4f, 0x6f, 0xe3, 0x44, - 0x14, 0x8f, 0xd3, 0xed, 0xbf, 0x49, 0xda, 0x65, 0xdd, 0x16, 0x95, 0x00, 0x51, 0x89, 0x10, 0x2a, - 0x1c, 0x6c, 0x9a, 0x5d, 0xb1, 0x28, 0x8b, 0x40, 0x49, 0x57, 0xb4, 0x7b, 0x40, 0x0a, 0x2e, 0xcb, - 0x61, 0xb7, 0x52, 0x34, 0x76, 0x26, 0xc9, 0xd0, 0xc4, 0x33, 0x78, 0x26, 0x95, 0x8a, 0xf8, 0x02, - 0xdc, 0xf6, 0xc4, 0x1d, 0x8e, 0x1c, 0xf8, 0x14, 0x1c, 0x10, 0xa7, 0x3d, 0xc2, 0x0d, 0xb5, 0x37, - 0x3e, 0x05, 0x9a, 0x19, 0x8f, 0x3d, 0xe3, 0x5d, 0x37, 0xed, 0x2d, 0xf3, 0xfe, 0xfc, 0x7e, 0x6f, - 0xfc, 0xde, 0xfb, 0xd9, 0x01, 0xef, 0x53, 0x14, 0xcf, 0x67, 0x61, 0x02, 0xfd, 0x88, 0x24, 0xc8, - 0x87, 0x94, 0xfa, 0xe7, 0x07, 0x70, 0x4a, 0x27, 0xf0, 0x40, 0x1c, 0x3c, 0x9a, 0x10, 0x4e, 0xdc, - 0x86, 0x8e, 0xf2, 0x44, 0x94, 0x27, 0x1c, 0x3a, 0xaa, 0xd1, 0xb6, 0x11, 0x22, 0x32, 0xa3, 0x24, - 0x46, 0x31, 0xf7, 0xa3, 0x09, 0xc4, 0x71, 0x8e, 0x26, 0x8f, 0x0a, 0xaf, 0xf1, 0xb8, 0x34, 0x87, - 0xcc, 0x66, 0xf3, 0x18, 0xf3, 0x8b, 0x01, 0x25, 0x64, 0x6a, 0x24, 0x5b, 0xf6, 0x14, 0xa5, 0x57, - 0x86, 0x32, 0xc4, 0x8c, 0x27, 0x38, 0x9c, 0x73, 0x4c, 0x62, 0x96, 0x83, 0x58, 0xe6, 0x14, 0xc3, - 0x2b, 0xc3, 0x18, 0x21, 0x94, 0x67, 0x8e, 0x10, 0x4a, 0xe3, 0x3f, 0x2b, 0x8b, 0x1f, 0x93, 0x73, - 0x94, 0xc4, 0x30, 0x8e, 0x8c, 0xb4, 0xdc, 0xb6, 0x88, 0x0d, 0x87, 0x51, 0x9e, 0x86, 0xc3, 0x68, - 0xd1, 0x0d, 0xd9, 0x04, 0xa3, 0xe9, 0x10, 0x0d, 0x0b, 0x8f, 0xc9, 0x32, 0xa7, 0x18, 0xa5, 0xfd, - 0x61, 0x1c, 0x9e, 0x19, 0xc5, 0xca, 0x63, 0x9a, 0xf3, 0xc0, 0xce, 0xe1, 0x09, 0x8c, 0x19, 0x8c, - 0xc4, 0x73, 0xcb, 0xe3, 0x0d, 0xa3, 0xca, 0x6a, 0x3d, 0x07, 0x6f, 0x7f, 0x93, 0x1b, 0x59, 0xef, - 0xe2, 0x18, 0xe1, 0xf1, 0x84, 0x07, 0xe8, 0xfb, 0x39, 0x62, 0xdc, 0x7d, 0x0b, 0xac, 0xc9, 0x19, - 0x18, 0xe0, 0xe1, 0xae, 0xb3, 0xe7, 0xec, 0xaf, 0x07, 0xab, 0xf2, 0xfc, 0x64, 0xe8, 0xbe, 0x07, - 0xea, 0xe1, 0x94, 0x44, 0x67, 0x83, 0x89, 0xcc, 0xd8, 0xad, 0xee, 0x39, 0xfb, 0x77, 0x82, 0x9a, - 0xb4, 0x29, 0x90, 0xd6, 0xcf, 0x0e, 0x78, 0xe7, 0xf5, 0xe8, 0x8c, 0x92, 0x98, 0x21, 0xf7, 0x04, - 0xd4, 0x8d, 0x92, 0xd8, 0xae, 0xb3, 0xb7, 0xb4, 0x5f, 0x6b, 0xfb, 0x9e, 0x3d, 0xba, 0x66, 0xd5, - 0xfa, 0x2a, 0x9e, 0x81, 0x1b, 0x58, 0x20, 0x37, 0x29, 0xec, 0x9f, 0x65, 0xb0, 0xd1, 0xa5, 0xb4, - 0x0f, 0x13, 0x38, 0x43, 0x1c, 0x25, 0xcc, 0x7d, 0x06, 0xea, 0xea, 0xa2, 0x54, 0xd8, 0x98, 0xbc, - 0x6c, 0xad, 0xfd, 0xb0, 0x50, 0x49, 0xd6, 0x08, 0x4f, 0x6d, 0x46, 0x56, 0xcd, 0xa1, 0x38, 0xe6, - 0x70, 0x41, 0x2d, 0xca, 0x0c, 0xcc, 0xfd, 0x11, 0xec, 0xd8, 0xbb, 0xa0, 0x49, 0xaa, 0x92, 0xe4, - 0xb8, 0x9c, 0xc4, 0xde, 0xa0, 0x9c, 0x4d, 0xdb, 0xfb, 0x84, 0x4c, 0x0d, 0xd6, 0xad, 0xe8, 0x15, - 0x07, 0x73, 0x63, 0x70, 0x2f, 0x9f, 0x69, 0xcd, 0xbc, 0x24, 0x99, 0xbb, 0xa5, 0xcc, 0xc6, 0x16, - 0x64, 0xac, 0x47, 0x99, 0xcd, 0xa0, 0x7c, 0x63, 0x6c, 0x5b, 0x99, 0x1b, 0x00, 0x80, 0xc3, 0x48, - 0x13, 0xdd, 0x91, 0x44, 0xf7, 0x4b, 0x89, 0xc4, 0xde, 0x64, 0x0c, 0x4f, 0xc2, 0xc8, 0x80, 0x5e, - 0xc7, 0xe9, 0x51, 0x76, 0x47, 0x8e, 0xba, 0x46, 0x5d, 0x5e, 0xd0, 0x1d, 0xb5, 0x17, 0x19, 0xee, - 0x89, 0x38, 0x9a, 0xdd, 0x61, 0x99, 0x41, 0xd6, 0x3b, 0x42, 0x19, 0xf2, 0xca, 0x82, 0x7a, 0x85, - 0xaa, 0x64, 0xb8, 0x5f, 0x22, 0x13, 0x75, 0x7d, 0x84, 0x34, 0xe6, 0x0f, 0x60, 0xdb, 0x12, 0x2e, - 0x8d, 0xbe, 0x2a, 0xd1, 0x8f, 0x4a, 0xd1, 0x6d, 0xb5, 0xcb, 0x78, 0x1e, 0x9b, 0x66, 0xb3, 0xdf, - 0xc3, 0x57, 0x1c, 0xac, 0x75, 0x00, 0xb6, 0xad, 0xd1, 0x5e, 0xbc, 0xca, 0x2d, 0x0c, 0x76, 0x0a, - 0x29, 0xe9, 0x7e, 0xf6, 0xc1, 0x26, 0xa4, 0x54, 0x55, 0x2f, 0x3d, 0xe9, 0x5e, 0x7c, 0xe8, 0x95, - 0xbf, 0x5c, 0x3c, 0x1b, 0x6a, 0x03, 0x9a, 0xc7, 0xd6, 0xef, 0x0e, 0xb8, 0x7b, 0x84, 0x62, 0xc4, - 0x30, 0xeb, 0x52, 0x7a, 0xc2, 0x21, 0x47, 0xee, 0x53, 0x70, 0x77, 0xac, 0x4c, 0x83, 0x88, 0xc4, - 0x1c, 0xc5, 0x3c, 0xa5, 0xf9, 0xe8, 0x3a, 0x9a, 0x14, 0xe5, 0x50, 0x65, 0x1c, 0x57, 0x82, 0xcd, - 0xb1, 0x65, 0x71, 0x7d, 0xe0, 0x66, 0xb0, 0x13, 0x14, 0x9d, 0x51, 0x82, 0x63, 0xa5, 0x06, 0xf5, - 0xe3, 0x4a, 0x70, 0x4f, 0x47, 0x67, 0xae, 0xde, 0x16, 0xd0, 0xc6, 0x81, 0xb8, 0x35, 0x13, 0xc5, - 0xb5, 0xfe, 0x58, 0x01, 0x9b, 0x36, 0x95, 0xfb, 0x1c, 0x6c, 0xa8, 0x69, 0xb4, 0xab, 0xfd, 0xe4, - 0xa6, 0xe3, 0x68, 0xc3, 0x05, 0x6a, 0xb4, 0x35, 0x78, 0x02, 0x76, 0xac, 0x37, 0x42, 0x46, 0xa2, - 0xc4, 0xe2, 0xf3, 0x72, 0x12, 0xeb, 0x3d, 0x52, 0x46, 0xb6, 0xa5, 0xc3, 0x84, 0x42, 0x68, 0xce, - 0xef, 0x80, 0x6b, 0x48, 0x84, 0x26, 0x54, 0x1a, 0xf1, 0xe8, 0x76, 0x1a, 0x61, 0xb3, 0x19, 0xca, - 0xa3, 0xb9, 0x9e, 0x82, 0x9a, 0x90, 0x07, 0x4d, 0xa2, 0xf4, 0xe1, 0xc1, 0xcd, 0xf4, 0xa1, 0x80, - 0x2e, 0x74, 0xc6, 0xe8, 0x89, 0x9a, 0x6e, 0x0d, 0xbc, 0xbc, 0xa0, 0x27, 0x05, 0x01, 0x2f, 0xf6, - 0x44, 0xba, 0x35, 0xf8, 0x1c, 0xbc, 0x59, 0x10, 0x70, 0xcd, 0xa2, 0xe4, 0xe2, 0x8b, 0x5b, 0x2b, - 0x78, 0x81, 0x6e, 0xdb, 0x12, 0x6e, 0xe3, 0x51, 0x09, 0x65, 0xd2, 0x5c, 0xab, 0x0b, 0x1e, 0x95, - 0x25, 0x4d, 0xc5, 0x47, 0x35, 0x42, 0x59, 0x07, 0x18, 0xd8, 0xb1, 0xc5, 0x49, 0x13, 0xac, 0x2d, - 0x98, 0xb0, 0x12, 0x75, 0x2a, 0xde, 0xc5, 0x0a, 0x4b, 0xad, 0xed, 0x17, 0x55, 0x50, 0xff, 0x7a, - 0x8e, 0x92, 0x8b, 0x13, 0x94, 0x9c, 0xe3, 0x08, 0xb9, 0xbc, 0xf8, 0x06, 0xfe, 0xf8, 0xe6, 0x9a, - 0xa2, 0x14, 0xad, 0x71, 0x70, 0x8b, 0x8c, 0x54, 0xd0, 0x7e, 0x72, 0xc0, 0xf6, 0xeb, 0xbe, 0x48, - 0xdc, 0x87, 0xd7, 0x61, 0x5d, 0xf3, 0x85, 0xd4, 0xf8, 0xf4, 0xf6, 0x89, 0xaa, 0x96, 0xde, 0x2f, - 0xd5, 0x3f, 0x2f, 0x9b, 0xce, 0xcb, 0xcb, 0xa6, 0xf3, 0xef, 0x65, 0xd3, 0x79, 0x71, 0xd5, 0xac, - 0xbc, 0xbc, 0x6a, 0x56, 0xfe, 0xbe, 0x6a, 0x56, 0x40, 0x33, 0x22, 0xb3, 0x6b, 0x70, 0x7b, 0x6b, - 0xe2, 0x76, 0xe2, 0xfb, 0xad, 0xef, 0x3c, 0x0b, 0xc6, 0x98, 0x4f, 0xe6, 0xa1, 0xe8, 0x93, 0x1f, - 0x11, 0x36, 0x23, 0xcc, 0x4f, 0xd0, 0x14, 0x5e, 0xa0, 0xc4, 0x3f, 0x6f, 0x67, 0x3f, 0xe5, 0x3c, - 0x33, 0xbf, 0xfc, 0x9f, 0xc3, 0x23, 0x48, 0xa9, 0xfe, 0xfd, 0x6b, 0x75, 0xa9, 0x7f, 0xd8, 0xfd, - 0xad, 0xda, 0xe8, 0xeb, 0x12, 0x0e, 0x45, 0x09, 0x5d, 0x4a, 0xbd, 0x6f, 0xd3, 0x90, 0xbf, 0x72, - 0xe7, 0xa9, 0x70, 0x9e, 0x76, 0x29, 0x3d, 0xd5, 0xce, 0xcb, 0xea, 0x07, 0xe5, 0xce, 0xd3, 0xa3, - 0x7e, 0xef, 0x2b, 0xc4, 0xe1, 0x10, 0x72, 0xf8, 0x5f, 0xf5, 0x5d, 0x1d, 0xd8, 0xe9, 0x88, 0xc8, - 0x4e, 0xa7, 0x4b, 0x69, 0xa7, 0xa3, 0x63, 0xc3, 0x15, 0xf9, 0x95, 0x7a, 0xff, 0xff, 0x00, 0x00, - 0x00, 0xff, 0xff, 0x6c, 0x62, 0x5e, 0xa0, 0xf3, 0x0c, 0x00, 0x00, + proto.RegisterType((*TransactionsByHeightRequest)(nil), "penumbra.core.app.v1.TransactionsByHeightRequest") + proto.RegisterType((*TransactionsByHeightResponse)(nil), "penumbra.core.app.v1.TransactionsByHeightResponse") + proto.RegisterType((*AppParameters)(nil), "penumbra.core.app.v1.AppParameters") + proto.RegisterType((*AppParametersRequest)(nil), "penumbra.core.app.v1.AppParametersRequest") + proto.RegisterType((*AppParametersResponse)(nil), "penumbra.core.app.v1.AppParametersResponse") + proto.RegisterType((*GenesisAppState)(nil), "penumbra.core.app.v1.GenesisAppState") + proto.RegisterType((*GenesisContent)(nil), "penumbra.core.app.v1.GenesisContent") +} + +func init() { proto.RegisterFile("penumbra/core/app/v1/app.proto", fileDescriptor_cd5d94926a61eaaf) } + +var fileDescriptor_cd5d94926a61eaaf = []byte{ + // 1136 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x57, 0xcf, 0x6e, 0x23, 0x35, + 0x1c, 0xce, 0x64, 0x4b, 0xdb, 0x38, 0x69, 0xcb, 0x4e, 0xd3, 0xa5, 0x14, 0x14, 0x95, 0xc0, 0xa1, + 0xfc, 0x9b, 0xec, 0x04, 0x81, 0x20, 0x8b, 0xd0, 0x26, 0x45, 0xdb, 0x2e, 0x62, 0xb5, 0x21, 0x5d, + 0x7a, 0x80, 0x48, 0xd1, 0xc4, 0xe3, 0x24, 0xa3, 0x26, 0x33, 0x66, 0xec, 0x8c, 0xd2, 0x03, 0xef, + 0xb0, 0xcf, 0xc0, 0x09, 0xf1, 0x24, 0x88, 0xd3, 0xde, 0xe0, 0x88, 0xd2, 0x1b, 0x2f, 0xb0, 0x57, + 0x64, 0x8f, 0x9d, 0xd8, 0xd3, 0xcc, 0x4e, 0xf6, 0x14, 0xfb, 0xf3, 0xef, 0xf7, 0x7d, 0xf6, 0xcf, + 0xf6, 0xe7, 0x09, 0xa8, 0x60, 0xe4, 0x4f, 0x27, 0xfd, 0xd0, 0xa9, 0xc1, 0x20, 0x44, 0x35, 0x07, + 0xe3, 0x5a, 0x64, 0xb3, 0x1f, 0x0b, 0x87, 0x01, 0x0d, 0xcc, 0xb2, 0x1c, 0xb7, 0xd8, 0xb8, 0xc5, + 0x06, 0x22, 0xfb, 0xe8, 0x1b, 0x3d, 0x0b, 0x06, 0x13, 0x1c, 0xf8, 0xc8, 0xa7, 0xac, 0x35, 0x99, + 0xfa, 0x1e, 0xbd, 0xee, 0xe1, 0x20, 0x18, 0x33, 0x2a, 0x1d, 0x89, 0x59, 0x8f, 0x4e, 0xd2, 0xf2, + 0x5d, 0x34, 0x63, 0x49, 0x2e, 0x9a, 0x89, 0xc8, 0xaf, 0x53, 0x23, 0x3d, 0x42, 0x43, 0xaf, 0x3f, + 0xa5, 0x5e, 0xe0, 0x13, 0x9e, 0xa3, 0x02, 0x59, 0x3a, 0x03, 0x84, 0x58, 0xce, 0x00, 0x21, 0x11, + 0x79, 0x3f, 0x35, 0x72, 0xea, 0xbb, 0x9e, 0x3f, 0xe4, 0xd1, 0x71, 0x53, 0x64, 0x7c, 0x91, 0x96, + 0x31, 0x0c, 0x22, 0x14, 0xfa, 0x8e, 0x0f, 0xb9, 0xc4, 0xb2, 0x97, 0x35, 0x27, 0xaf, 0x0f, 0x59, + 0x82, 0xd7, 0x87, 0x59, 0x91, 0x04, 0x52, 0x16, 0x49, 0x20, 0xcd, 0xaa, 0x12, 0x19, 0x79, 0x68, + 0xec, 0x22, 0x77, 0xb1, 0x1d, 0x1a, 0x20, 0xb2, 0x3f, 0x49, 0xcd, 0xa6, 0xce, 0x15, 0x5f, 0x04, + 0x6f, 0x88, 0x68, 0x4b, 0x8f, 0xa6, 0xa1, 0xe3, 0x13, 0x07, 0xb2, 0xaa, 0xb3, 0x48, 0xa5, 0x1b, + 0xc7, 0x57, 0x1f, 0x82, 0x77, 0x9e, 0x2d, 0x41, 0xd2, 0xba, 0x3e, 0x47, 0xde, 0x70, 0x44, 0x3b, + 0xe8, 0x97, 0x29, 0x22, 0xd4, 0x7c, 0x0f, 0x94, 0xfa, 0xe3, 0x00, 0x5e, 0xf5, 0x46, 0x1c, 0x3e, + 0xcc, 0x1f, 0x1b, 0x27, 0x1b, 0x9d, 0x22, 0xc7, 0xe2, 0xc8, 0xea, 0x73, 0x03, 0xbc, 0xbb, 0x9a, + 0x82, 0xe0, 0xc0, 0x27, 0xc8, 0x7c, 0x02, 0x4a, 0x8a, 0x2e, 0x39, 0x34, 0x8e, 0xef, 0x9c, 0x14, + 0xeb, 0x1f, 0x5a, 0xfa, 0xd9, 0x55, 0xa7, 0x16, 0xd9, 0x96, 0xc2, 0xd8, 0xd1, 0xd2, 0xd7, 0x99, + 0xd2, 0x7c, 0x0b, 0xec, 0x34, 0x31, 0x6e, 0x3b, 0xa1, 0x33, 0x41, 0x14, 0x85, 0xc4, 0x7c, 0x1b, + 0x6c, 0xc3, 0x91, 0xe3, 0xf9, 0x3d, 0xcf, 0x3d, 0x34, 0x8e, 0x8d, 0x93, 0x42, 0x67, 0x8b, 0xf7, + 0x1f, 0xbb, 0xe6, 0xf7, 0x00, 0x10, 0x48, 0x7b, 0x98, 0x05, 0x13, 0xce, 0x56, 0xac, 0x7f, 0x9a, + 0x98, 0xdc, 0xa2, 0xe8, 0x16, 0xdb, 0xd5, 0xc8, 0xb6, 0x2e, 0x20, 0x5d, 0xb2, 0x77, 0x0a, 0x44, + 0x74, 0x89, 0x19, 0x81, 0x03, 0xfd, 0x4e, 0x49, 0xe2, 0x3b, 0x9c, 0xb8, 0x95, 0x4a, 0x9c, 0xb8, + 0x89, 0x91, 0x6d, 0x9d, 0x4a, 0xa4, 0x1d, 0x04, 0x63, 0x45, 0x6d, 0x1f, 0xde, 0x1a, 0x20, 0xe6, + 0x08, 0xdc, 0x5d, 0x9e, 0x65, 0xa9, 0xb9, 0xc1, 0x35, 0x1f, 0xa4, 0x6a, 0x2a, 0xa7, 0x3f, 0xb2, + 0xad, 0xb3, 0x45, 0x4f, 0x11, 0x7b, 0x73, 0xa8, 0xa3, 0x84, 0xd5, 0xcb, 0xeb, 0x43, 0x29, 0xf1, + 0x46, 0x46, 0xbd, 0xd8, 0x7d, 0x89, 0x6c, 0xeb, 0x71, 0x1f, 0xaa, 0xf5, 0xf2, 0x44, 0x97, 0x98, + 0xcf, 0x40, 0x89, 0x1f, 0x5f, 0xc9, 0xb7, 0xc9, 0xf9, 0xec, 0xf4, 0xfa, 0xf3, 0xb3, 0xce, 0x76, + 0x80, 0x35, 0x14, 0xce, 0x22, 0x59, 0x00, 0x7c, 0x8e, 0x03, 0xb4, 0xe0, 0xdc, 0xca, 0x98, 0x23, + 0xf3, 0x99, 0xc8, 0xb6, 0x1e, 0x21, 0x95, 0xaf, 0x30, 0x40, 0x92, 0x8d, 0x82, 0xb2, 0x66, 0x5f, + 0x92, 0x77, 0x9b, 0xf3, 0x36, 0x53, 0x79, 0x75, 0xcf, 0x8b, 0x6c, 0xeb, 0x5b, 0x15, 0x50, 0x77, + 0xd4, 0xbd, 0x35, 0x40, 0xcc, 0x2e, 0xd8, 0x15, 0x96, 0x26, 0xf5, 0x0a, 0x5c, 0xef, 0xf3, 0xf4, + 0x75, 0x08, 0x07, 0x64, 0x6b, 0x89, 0x9b, 0x8a, 0xc6, 0xce, 0x40, 0x81, 0x88, 0x19, 0x82, 0xb2, + 0x66, 0x36, 0x52, 0x03, 0x70, 0x8d, 0x87, 0xe9, 0xf5, 0xd7, 0x1c, 0x8a, 0xed, 0x83, 0x00, 0x12, + 0x87, 0xd4, 0x24, 0x49, 0x9c, 0xef, 0x8a, 0x8b, 0x66, 0x52, 0xa9, 0x98, 0xb1, 0x2b, 0xec, 0x95, + 0x61, 0x35, 0x43, 0x33, 0x75, 0x57, 0x5c, 0xd1, 0x25, 0xd5, 0x7b, 0xa0, 0xac, 0xdd, 0x71, 0x61, + 0x59, 0x55, 0x08, 0x0e, 0x12, 0xb8, 0xf0, 0xa1, 0xef, 0xc0, 0xae, 0x83, 0x71, 0x2c, 0xcf, 0x47, + 0xb8, 0x13, 0x14, 0xeb, 0xef, 0x5b, 0xab, 0x5e, 0x51, 0x4b, 0x27, 0xd9, 0x71, 0xd4, 0x6e, 0xf5, + 0x77, 0x03, 0xec, 0x9d, 0x21, 0x1f, 0x11, 0x8f, 0x34, 0x31, 0xbe, 0xa0, 0x0e, 0x45, 0xe6, 0x53, + 0xb0, 0x37, 0x8c, 0xa1, 0x1e, 0x0c, 0x7c, 0x8a, 0x7c, 0x2a, 0x04, 0x3e, 0x58, 0x2d, 0x20, 0xf2, + 0x4f, 0xe3, 0xd8, 0xf3, 0x5c, 0x67, 0x77, 0xa8, 0x21, 0x66, 0x0d, 0x98, 0x0b, 0xc2, 0x11, 0x82, + 0x57, 0x38, 0xf0, 0xfc, 0xd8, 0xef, 0x4a, 0xe7, 0xb9, 0xce, 0x5d, 0x19, 0xbd, 0x18, 0x6a, 0xed, + 0x03, 0x09, 0xf6, 0xd8, 0x4a, 0x09, 0x9b, 0x56, 0xf5, 0xef, 0x2d, 0xb0, 0xab, 0x4b, 0xbd, 0xca, + 0x0d, 0x7f, 0x04, 0x3b, 0xf1, 0x7d, 0x94, 0x4b, 0x88, 0x0d, 0xf1, 0x7e, 0xf6, 0x85, 0xd4, 0x35, + 0x3a, 0xf1, 0xb5, 0x96, 0x8a, 0x63, 0x70, 0xa0, 0x1f, 0x37, 0x49, 0x1f, 0xdb, 0xe2, 0x97, 0xeb, + 0x9f, 0xb7, 0x84, 0xcc, 0xbe, 0x7a, 0xce, 0xa4, 0x9a, 0x0b, 0x4c, 0xc5, 0x0c, 0xa5, 0xd4, 0x46, + 0xc6, 0xf5, 0x49, 0xb8, 0xa1, 0xae, 0xa3, 0xb8, 0xab, 0x54, 0x79, 0x0a, 0x8a, 0xcc, 0x08, 0x25, + 0x7d, 0xec, 0x84, 0x56, 0x96, 0x13, 0x26, 0x78, 0x99, 0x97, 0x2a, 0x84, 0xec, 0x25, 0x92, 0x84, + 0x9b, 0x19, 0x84, 0xe2, 0x29, 0x4a, 0x12, 0x12, 0x48, 0x25, 0x61, 0x00, 0xee, 0x25, 0x1e, 0x23, + 0xc9, 0x1d, 0x5b, 0xe2, 0x57, 0xaf, 0xf1, 0x1a, 0x25, 0x64, 0xca, 0xda, 0x23, 0xa4, 0xac, 0x80, + 0xf9, 0xae, 0x54, 0xd9, 0xce, 0x58, 0x81, 0x30, 0xde, 0xe4, 0x0a, 0x06, 0x68, 0x51, 0xe3, 0x09, + 0x38, 0xd0, 0xad, 0x57, 0x52, 0x17, 0x32, 0xce, 0xcd, 0x2d, 0xef, 0x4d, 0xce, 0x5f, 0x0b, 0x90, + 0x72, 0x3f, 0x83, 0x3d, 0xe9, 0xb9, 0x52, 0x28, 0x36, 0xc4, 0xfa, 0x3a, 0xa6, 0x9b, 0x90, 0x90, + 0xf6, 0xad, 0x14, 0x87, 0xd9, 0x9f, 0x24, 0x2e, 0x66, 0x14, 0x47, 0xf8, 0x5f, 0xb2, 0x38, 0x2e, + 0x9a, 0x89, 0x76, 0xfd, 0xa5, 0x01, 0x4a, 0x3f, 0x4c, 0x51, 0x78, 0x7d, 0x81, 0xc2, 0xc8, 0x83, + 0xc8, 0x1c, 0x25, 0x3f, 0x7b, 0x3e, 0x5a, 0xc7, 0xda, 0x62, 0xdf, 0x3c, 0xfa, 0x78, 0xad, 0x58, + 0xe1, 0xa5, 0xbf, 0x82, 0xf2, 0xaa, 0x6f, 0x3e, 0xd3, 0x5e, 0x4d, 0xf2, 0x8a, 0x4f, 0xcc, 0xa3, + 0xfa, 0xeb, 0xa4, 0xc4, 0xf2, 0xad, 0x97, 0xc6, 0x9f, 0xf3, 0x8a, 0xf1, 0x62, 0x5e, 0x31, 0xfe, + 0x9d, 0x57, 0x8c, 0xe7, 0x37, 0x95, 0xdc, 0x8b, 0x9b, 0x4a, 0xee, 0x9f, 0x9b, 0x4a, 0x0e, 0x1c, + 0xc2, 0x60, 0xb2, 0x92, 0xb1, 0xb5, 0xcd, 0x96, 0xc2, 0x3e, 0x7a, 0xdb, 0xc6, 0x4f, 0x8f, 0x86, + 0x1e, 0x1d, 0x4d, 0xfb, 0xac, 0xdc, 0x35, 0x18, 0x90, 0x49, 0x40, 0x6a, 0x21, 0x1a, 0x3b, 0xd7, + 0x28, 0xac, 0x45, 0xf5, 0x45, 0x93, 0x9b, 0x22, 0xa9, 0xad, 0xfa, 0x13, 0xf6, 0xc0, 0xc1, 0x38, + 0xb2, 0x7f, 0xcb, 0xdf, 0x69, 0x9f, 0x36, 0xff, 0xc8, 0x97, 0xdb, 0x52, 0xf0, 0x94, 0x09, 0x36, + 0x31, 0xb6, 0x2e, 0xed, 0xbf, 0x96, 0x70, 0x97, 0xc1, 0xdd, 0x26, 0xc6, 0xdd, 0x4b, 0x7b, 0x9e, + 0x3f, 0x5e, 0x05, 0x77, 0xcf, 0xda, 0xad, 0x27, 0x88, 0x3a, 0xae, 0x43, 0x9d, 0xff, 0xf2, 0x6f, + 0xc9, 0x90, 0x46, 0x83, 0xc5, 0x34, 0x1a, 0x4d, 0x8c, 0x1b, 0x8d, 0x4b, 0xbb, 0xbf, 0xc9, 0x3f, + 0xdb, 0x3f, 0xfb, 0x3f, 0x00, 0x00, 0xff, 0xff, 0xf0, 0x81, 0x4b, 0xf1, 0x1a, 0x0e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -638,7 +690,7 @@ func NewQueryServiceClient(cc grpc1.ClientConn) QueryServiceClient { func (c *queryServiceClient) AppParameters(ctx context.Context, in *AppParametersRequest, opts ...grpc.CallOption) (*AppParametersResponse, error) { out := new(AppParametersResponse) - err := c.cc.Invoke(ctx, "/penumbra.core.app.v1alpha1.QueryService/AppParameters", in, out, opts...) + err := c.cc.Invoke(ctx, "/penumbra.core.app.v1.QueryService/AppParameters", in, out, opts...) if err != nil { return nil, err } @@ -647,7 +699,7 @@ func (c *queryServiceClient) AppParameters(ctx context.Context, in *AppParameter func (c *queryServiceClient) TransactionsByHeight(ctx context.Context, in *TransactionsByHeightRequest, opts ...grpc.CallOption) (*TransactionsByHeightResponse, error) { out := new(TransactionsByHeightResponse) - err := c.cc.Invoke(ctx, "/penumbra.core.app.v1alpha1.QueryService/TransactionsByHeight", in, out, opts...) + err := c.cc.Invoke(ctx, "/penumbra.core.app.v1.QueryService/TransactionsByHeight", in, out, opts...) if err != nil { return nil, err } @@ -687,7 +739,7 @@ func _QueryService_AppParameters_Handler(srv interface{}, ctx context.Context, d } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/penumbra.core.app.v1alpha1.QueryService/AppParameters", + FullMethod: "/penumbra.core.app.v1.QueryService/AppParameters", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServiceServer).AppParameters(ctx, req.(*AppParametersRequest)) @@ -705,7 +757,7 @@ func _QueryService_TransactionsByHeight_Handler(srv interface{}, ctx context.Con } info := &grpc.UnaryServerInfo{ Server: srv, - FullMethod: "/penumbra.core.app.v1alpha1.QueryService/TransactionsByHeight", + FullMethod: "/penumbra.core.app.v1.QueryService/TransactionsByHeight", } handler := func(ctx context.Context, req interface{}) (interface{}, error) { return srv.(QueryServiceServer).TransactionsByHeight(ctx, req.(*TransactionsByHeightRequest)) @@ -714,7 +766,7 @@ func _QueryService_TransactionsByHeight_Handler(srv interface{}, ctx context.Con } var _QueryService_serviceDesc = grpc.ServiceDesc{ - ServiceName: "penumbra.core.app.v1alpha1.QueryService", + ServiceName: "penumbra.core.app.v1.QueryService", HandlerType: (*QueryServiceServer)(nil), Methods: []grpc.MethodDesc{ { @@ -727,7 +779,7 @@ var _QueryService_serviceDesc = grpc.ServiceDesc{ }, }, Streams: []grpc.StreamDesc{}, - Metadata: "penumbra/core/app/v1alpha1/app.proto", + Metadata: "penumbra/core/app/v1/app.proto", } func (m *TransactionsByHeightRequest) Marshal() (dAtA []byte, err error) { @@ -755,13 +807,6 @@ func (m *TransactionsByHeightRequest) MarshalToSizedBuffer(dAtA []byte) (int, er i-- dAtA[i] = 0x10 } - if len(m.ChainId) > 0 { - i -= len(m.ChainId) - copy(dAtA[i:], m.ChainId) - i = encodeVarintApp(dAtA, i, uint64(len(m.ChainId))) - i-- - dAtA[i] = 0xa - } return len(dAtA) - i, nil } @@ -827,6 +872,42 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.DexParams != nil { + { + size, err := m.DexParams.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintApp(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x5a + } + if m.ShieldedPoolParams != nil { + { + size, err := m.ShieldedPoolParams.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintApp(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 + } + if m.FundingParams != nil { + { + size, err := m.FundingParams.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintApp(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x4a + } if m.DistributionsParams != nil { { size, err := m.DistributionsParams.MarshalToSizedBuffer(dAtA[:i]) @@ -837,7 +918,7 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x3a + dAtA[i] = 0x42 } if m.FeeParams != nil { { @@ -849,7 +930,7 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x32 + dAtA[i] = 0x3a } if m.StakeParams != nil { { @@ -861,7 +942,7 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x2a + dAtA[i] = 0x32 } if m.IbcParams != nil { { @@ -873,7 +954,7 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x22 + dAtA[i] = 0x2a } if m.GovernanceParams != nil { { @@ -885,7 +966,7 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x1a + dAtA[i] = 0x22 } if m.CommunityPoolParams != nil { { @@ -897,11 +978,11 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x12 + dAtA[i] = 0x1a } - if m.ChainParams != nil { + if m.SctParams != nil { { - size, err := m.ChainParams.MarshalToSizedBuffer(dAtA[:i]) + size, err := m.SctParams.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -909,6 +990,13 @@ func (m *AppParameters) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- + dAtA[i] = 0x12 + } + if len(m.ChainId) > 0 { + i -= len(m.ChainId) + copy(dAtA[i:], m.ChainId) + i = encodeVarintApp(dAtA, i, uint64(len(m.ChainId))) + i-- dAtA[i] = 0xa } return len(dAtA) - i, nil @@ -934,13 +1022,6 @@ func (m *AppParametersRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l - if len(m.ChainId) > 0 { - i -= len(m.ChainId) - copy(dAtA[i:], m.ChainId) - i = encodeVarintApp(dAtA, i, uint64(len(m.ChainId))) - i-- - dAtA[i] = 0xa - } return len(dAtA) - i, nil } @@ -1068,6 +1149,30 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { _ = i var l int _ = l + if m.DexContent != nil { + { + size, err := m.DexContent.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintApp(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x5a + } + if m.FundingContent != nil { + { + size, err := m.FundingContent.MarshalToSizedBuffer(dAtA[:i]) + if err != nil { + return 0, err + } + i -= size + i = encodeVarintApp(dAtA, i, uint64(size)) + } + i-- + dAtA[i] = 0x52 + } if m.DistributionsContent != nil { { size, err := m.DistributionsContent.MarshalToSizedBuffer(dAtA[:i]) @@ -1078,7 +1183,7 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x42 + dAtA[i] = 0x4a } if m.FeeContent != nil { { @@ -1090,7 +1195,7 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x3a + dAtA[i] = 0x42 } if m.CommunityPoolContent != nil { { @@ -1102,11 +1207,11 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x32 + dAtA[i] = 0x3a } - if m.ChainContent != nil { + if m.SctContent != nil { { - size, err := m.ChainContent.MarshalToSizedBuffer(dAtA[:i]) + size, err := m.SctContent.MarshalToSizedBuffer(dAtA[:i]) if err != nil { return 0, err } @@ -1114,7 +1219,7 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x2a + dAtA[i] = 0x32 } if m.IbcContent != nil { { @@ -1126,7 +1231,7 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x22 + dAtA[i] = 0x2a } if m.GovernanceContent != nil { { @@ -1138,7 +1243,7 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x1a + dAtA[i] = 0x22 } if m.ShieldedPoolContent != nil { { @@ -1150,7 +1255,7 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- - dAtA[i] = 0x12 + dAtA[i] = 0x1a } if m.StakeContent != nil { { @@ -1162,6 +1267,13 @@ func (m *GenesisContent) MarshalToSizedBuffer(dAtA []byte) (int, error) { i = encodeVarintApp(dAtA, i, uint64(size)) } i-- + dAtA[i] = 0x12 + } + if len(m.ChainId) > 0 { + i -= len(m.ChainId) + copy(dAtA[i:], m.ChainId) + i = encodeVarintApp(dAtA, i, uint64(len(m.ChainId))) + i-- dAtA[i] = 0xa } return len(dAtA) - i, nil @@ -1184,10 +1296,6 @@ func (m *TransactionsByHeightRequest) Size() (n int) { } var l int _ = l - l = len(m.ChainId) - if l > 0 { - n += 1 + l + sovApp(uint64(l)) - } if m.BlockHeight != 0 { n += 1 + sovApp(uint64(m.BlockHeight)) } @@ -1218,8 +1326,12 @@ func (m *AppParameters) Size() (n int) { } var l int _ = l - if m.ChainParams != nil { - l = m.ChainParams.Size() + l = len(m.ChainId) + if l > 0 { + n += 1 + l + sovApp(uint64(l)) + } + if m.SctParams != nil { + l = m.SctParams.Size() n += 1 + l + sovApp(uint64(l)) } if m.CommunityPoolParams != nil { @@ -1246,6 +1358,18 @@ func (m *AppParameters) Size() (n int) { l = m.DistributionsParams.Size() n += 1 + l + sovApp(uint64(l)) } + if m.FundingParams != nil { + l = m.FundingParams.Size() + n += 1 + l + sovApp(uint64(l)) + } + if m.ShieldedPoolParams != nil { + l = m.ShieldedPoolParams.Size() + n += 1 + l + sovApp(uint64(l)) + } + if m.DexParams != nil { + l = m.DexParams.Size() + n += 1 + l + sovApp(uint64(l)) + } return n } @@ -1255,10 +1379,6 @@ func (m *AppParametersRequest) Size() (n int) { } var l int _ = l - l = len(m.ChainId) - if l > 0 { - n += 1 + l + sovApp(uint64(l)) - } return n } @@ -1317,6 +1437,10 @@ func (m *GenesisContent) Size() (n int) { } var l int _ = l + l = len(m.ChainId) + if l > 0 { + n += 1 + l + sovApp(uint64(l)) + } if m.StakeContent != nil { l = m.StakeContent.Size() n += 1 + l + sovApp(uint64(l)) @@ -1333,8 +1457,8 @@ func (m *GenesisContent) Size() (n int) { l = m.IbcContent.Size() n += 1 + l + sovApp(uint64(l)) } - if m.ChainContent != nil { - l = m.ChainContent.Size() + if m.SctContent != nil { + l = m.SctContent.Size() n += 1 + l + sovApp(uint64(l)) } if m.CommunityPoolContent != nil { @@ -1349,6 +1473,14 @@ func (m *GenesisContent) Size() (n int) { l = m.DistributionsContent.Size() n += 1 + l + sovApp(uint64(l)) } + if m.FundingContent != nil { + l = m.FundingContent.Size() + n += 1 + l + sovApp(uint64(l)) + } + if m.DexContent != nil { + l = m.DexContent.Size() + n += 1 + l + sovApp(uint64(l)) + } return n } @@ -1387,38 +1519,6 @@ func (m *TransactionsByHeightRequest) Unmarshal(dAtA []byte) error { return fmt.Errorf("proto: TransactionsByHeightRequest: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowApp - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthApp - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthApp - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.ChainId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex case 2: if wireType != 0 { return fmt.Errorf("proto: wrong wireType = %d for field BlockHeight", wireType) @@ -1517,7 +1617,7 @@ func (m *TransactionsByHeightResponse) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - m.Transactions = append(m.Transactions, &v1alpha1.Transaction{}) + m.Transactions = append(m.Transactions, &v1.Transaction{}) if err := m.Transactions[len(m.Transactions)-1].Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } @@ -1593,7 +1693,39 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { switch fieldNum { case 1: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChainParams", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ChainId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field SctParams", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -1620,14 +1752,14 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.ChainParams == nil { - m.ChainParams = &v1alpha11.ChainParameters{} + if m.SctParams == nil { + m.SctParams = &v11.SctParameters{} } - if err := m.ChainParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.SctParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 2: + case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field CommunityPoolParams", wireType) } @@ -1657,13 +1789,13 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.CommunityPoolParams == nil { - m.CommunityPoolParams = &v1alpha12.CommunityPoolParameters{} + m.CommunityPoolParams = &v12.CommunityPoolParameters{} } if err := m.CommunityPoolParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field GovernanceParams", wireType) } @@ -1693,13 +1825,13 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.GovernanceParams == nil { - m.GovernanceParams = &v1alpha13.GovernanceParameters{} + m.GovernanceParams = &v13.GovernanceParameters{} } if err := m.GovernanceParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 4: + case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field IbcParams", wireType) } @@ -1729,13 +1861,13 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.IbcParams == nil { - m.IbcParams = &v1alpha14.IbcParameters{} + m.IbcParams = &v14.IbcParameters{} } if err := m.IbcParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 5: + case 6: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field StakeParams", wireType) } @@ -1765,13 +1897,13 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.StakeParams == nil { - m.StakeParams = &v1alpha15.StakeParameters{} + m.StakeParams = &v15.StakeParameters{} } if err := m.StakeParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 6: + case 7: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field FeeParams", wireType) } @@ -1801,13 +1933,13 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.FeeParams == nil { - m.FeeParams = &v1alpha16.FeeParameters{} + m.FeeParams = &v16.FeeParameters{} } if err := m.FeeParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 7: + case 8: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field DistributionsParams", wireType) } @@ -1837,12 +1969,120 @@ func (m *AppParameters) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.DistributionsParams == nil { - m.DistributionsParams = &v1alpha17.DistributionsParameters{} + m.DistributionsParams = &v17.DistributionsParameters{} } if err := m.DistributionsParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex + case 9: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FundingParams", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.FundingParams == nil { + m.FundingParams = &v18.FundingParameters{} + } + if err := m.FundingParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ShieldedPoolParams", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.ShieldedPoolParams == nil { + m.ShieldedPoolParams = &v19.ShieldedPoolParameters{} + } + if err := m.ShieldedPoolParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DexParams", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.DexParams == nil { + m.DexParams = &v110.DexParameters{} + } + if err := m.DexParams.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipApp(dAtA[iNdEx:]) @@ -1893,38 +2133,6 @@ func (m *AppParametersRequest) Unmarshal(dAtA []byte) error { return fmt.Errorf("proto: AppParametersRequest: illegal tag %d (wire type %d)", fieldNum, wire) } switch fieldNum { - case 1: - if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) - } - var stringLen uint64 - for shift := uint(0); ; shift += 7 { - if shift >= 64 { - return ErrIntOverflowApp - } - if iNdEx >= l { - return io.ErrUnexpectedEOF - } - b := dAtA[iNdEx] - iNdEx++ - stringLen |= uint64(b&0x7F) << shift - if b < 0x80 { - break - } - } - intStringLen := int(stringLen) - if intStringLen < 0 { - return ErrInvalidLengthApp - } - postIndex := iNdEx + intStringLen - if postIndex < 0 { - return ErrInvalidLengthApp - } - if postIndex > l { - return io.ErrUnexpectedEOF - } - m.ChainId = string(dAtA[iNdEx:postIndex]) - iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipApp(dAtA[iNdEx:]) @@ -2180,6 +2388,38 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { } switch fieldNum { case 1: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field ChainId", wireType) + } + var stringLen uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + stringLen |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + intStringLen := int(stringLen) + if intStringLen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + intStringLen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + m.ChainId = string(dAtA[iNdEx:postIndex]) + iNdEx = postIndex + case 2: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field StakeContent", wireType) } @@ -2209,13 +2449,13 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.StakeContent == nil { - m.StakeContent = &v1alpha15.GenesisContent{} + m.StakeContent = &v15.GenesisContent{} } if err := m.StakeContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 2: + case 3: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field ShieldedPoolContent", wireType) } @@ -2245,13 +2485,13 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.ShieldedPoolContent == nil { - m.ShieldedPoolContent = &v1alpha18.GenesisContent{} + m.ShieldedPoolContent = &v19.GenesisContent{} } if err := m.ShieldedPoolContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 3: + case 4: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field GovernanceContent", wireType) } @@ -2281,13 +2521,13 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.GovernanceContent == nil { - m.GovernanceContent = &v1alpha13.GenesisContent{} + m.GovernanceContent = &v13.GenesisContent{} } if err := m.GovernanceContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 4: + case 5: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field IbcContent", wireType) } @@ -2317,15 +2557,15 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.IbcContent == nil { - m.IbcContent = &v1alpha14.GenesisContent{} + m.IbcContent = &v14.GenesisContent{} } if err := m.IbcContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 5: + case 6: if wireType != 2 { - return fmt.Errorf("proto: wrong wireType = %d for field ChainContent", wireType) + return fmt.Errorf("proto: wrong wireType = %d for field SctContent", wireType) } var msglen int for shift := uint(0); ; shift += 7 { @@ -2352,14 +2592,14 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { if postIndex > l { return io.ErrUnexpectedEOF } - if m.ChainContent == nil { - m.ChainContent = &v1alpha11.GenesisContent{} + if m.SctContent == nil { + m.SctContent = &v11.GenesisContent{} } - if err := m.ChainContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + if err := m.SctContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 6: + case 7: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field CommunityPoolContent", wireType) } @@ -2389,13 +2629,13 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.CommunityPoolContent == nil { - m.CommunityPoolContent = &v1alpha12.GenesisContent{} + m.CommunityPoolContent = &v12.GenesisContent{} } if err := m.CommunityPoolContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 7: + case 8: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field FeeContent", wireType) } @@ -2425,13 +2665,13 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.FeeContent == nil { - m.FeeContent = &v1alpha16.GenesisContent{} + m.FeeContent = &v16.GenesisContent{} } if err := m.FeeContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex - case 8: + case 9: if wireType != 2 { return fmt.Errorf("proto: wrong wireType = %d for field DistributionsContent", wireType) } @@ -2461,12 +2701,84 @@ func (m *GenesisContent) Unmarshal(dAtA []byte) error { return io.ErrUnexpectedEOF } if m.DistributionsContent == nil { - m.DistributionsContent = &v1alpha17.GenesisContent{} + m.DistributionsContent = &v17.GenesisContent{} } if err := m.DistributionsContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { return err } iNdEx = postIndex + case 10: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field FundingContent", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.FundingContent == nil { + m.FundingContent = &v18.GenesisContent{} + } + if err := m.FundingContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex + case 11: + if wireType != 2 { + return fmt.Errorf("proto: wrong wireType = %d for field DexContent", wireType) + } + var msglen int + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowApp + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + msglen |= int(b&0x7F) << shift + if b < 0x80 { + break + } + } + if msglen < 0 { + return ErrInvalidLengthApp + } + postIndex := iNdEx + msglen + if postIndex < 0 { + return ErrInvalidLengthApp + } + if postIndex > l { + return io.ErrUnexpectedEOF + } + if m.DexContent == nil { + m.DexContent = &v110.GenesisContent{} + } + if err := m.DexContent.Unmarshal(dAtA[iNdEx:postIndex]); err != nil { + return err + } + iNdEx = postIndex default: iNdEx = preIndex skippy, err := skipApp(dAtA[iNdEx:])