diff --git a/api/cosmos/distribution/v1beta1/query.pulsar.go b/api/cosmos/distribution/v1beta1/query.pulsar.go index 8d3374069daa..ae2696204498 100644 --- a/api/cosmos/distribution/v1beta1/query.pulsar.go +++ b/api/cosmos/distribution/v1beta1/query.pulsar.go @@ -10181,7 +10181,7 @@ func (x *QueryDelegatorWithdrawAddressResponse) GetWithdrawAddress() string { // method. // // Deprecated -// Since 0.50 +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type QueryCommunityPoolRequest struct { @@ -10214,7 +10214,7 @@ func (*QueryCommunityPoolRequest) Descriptor() ([]byte, []int) { // RPC method. // // Deprecated -// Since 0.50 +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type QueryCommunityPoolResponse struct { diff --git a/api/cosmos/distribution/v1beta1/query_grpc.pb.go b/api/cosmos/distribution/v1beta1/query_grpc.pb.go index 4e99877f6f4e..97ecac6f55cc 100644 --- a/api/cosmos/distribution/v1beta1/query_grpc.pb.go +++ b/api/cosmos/distribution/v1beta1/query_grpc.pb.go @@ -57,8 +57,8 @@ type QueryClient interface { // Deprecated: Do not use. // CommunityPool queries the community pool coins. // - // Deprecated: Prefer to use x/pool modules CommunityPool rpc method. - // Since 0.50 + // Deprecated: Prefer to use x/pool module's CommunityPool rpc method. + // Since: cosmos-sdk 0.50 CommunityPool(ctx context.Context, in *QueryCommunityPoolRequest, opts ...grpc.CallOption) (*QueryCommunityPoolResponse, error) } @@ -187,8 +187,8 @@ type QueryServer interface { // Deprecated: Do not use. // CommunityPool queries the community pool coins. // - // Deprecated: Prefer to use x/pool modules CommunityPool rpc method. - // Since 0.50 + // Deprecated: Prefer to use x/pool module's CommunityPool rpc method. + // Since: cosmos-sdk 0.50 CommunityPool(context.Context, *QueryCommunityPoolRequest) (*QueryCommunityPoolResponse, error) mustEmbedUnimplementedQueryServer() } diff --git a/api/cosmos/distribution/v1beta1/tx.pulsar.go b/api/cosmos/distribution/v1beta1/tx.pulsar.go index 100bcfed2280..3975e8d64976 100644 --- a/api/cosmos/distribution/v1beta1/tx.pulsar.go +++ b/api/cosmos/distribution/v1beta1/tx.pulsar.go @@ -6721,8 +6721,8 @@ func (x *MsgWithdrawValidatorCommissionResponse) GetAmount() []*v1beta1.Coin { // MsgFundCommunityPool allows an account to directly // fund the community pool. // -// Deprecated: Use x/pool modules MsgFundCommunityPool instead. -// Since 0.50 +// Deprecated: Use x/pool module's MsgFundCommunityPool instead. +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type MsgFundCommunityPool struct { @@ -6771,7 +6771,7 @@ func (x *MsgFundCommunityPool) GetDepositor() string { // MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. // // Deprecated -// Since 0.50 +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type MsgFundCommunityPoolResponse struct { @@ -6880,7 +6880,7 @@ func (*MsgUpdateParamsResponse) Descriptor() ([]byte, []int) { return file_cosmos_distribution_v1beta1_tx_proto_rawDescGZIP(), []int{9} } -// Deprecated: Use x/pool modules MsgCommunityPoolSpend instead +// Deprecated: Use x/pool module's MsgCommunityPoolSpend instead // Since: cosmos-sdk 0.50 // // Deprecated: Do not use. diff --git a/api/cosmos/distribution/v1beta1/tx_grpc.pb.go b/api/cosmos/distribution/v1beta1/tx_grpc.pb.go index f51dd367e20d..cfc4972a9e19 100644 --- a/api/cosmos/distribution/v1beta1/tx_grpc.pb.go +++ b/api/cosmos/distribution/v1beta1/tx_grpc.pb.go @@ -45,8 +45,8 @@ type MsgClient interface { // FundCommunityPool defines a method to allow an account to directly // fund the community pool. // - // Deprecated: Use x/pool modules FundCommunityPool instead. - // Since 0.50 + // Deprecated: Use x/pool module's FundCommunityPool instead. + // Since: cosmos-sdk 0.50 FundCommunityPool(ctx context.Context, in *MsgFundCommunityPool, opts ...grpc.CallOption) (*MsgFundCommunityPoolResponse, error) // UpdateParams defines a governance operation for updating the x/distribution // module parameters. The authority is defined in the keeper. @@ -58,8 +58,8 @@ type MsgClient interface { // could be the governance module itself. The authority is defined in the // keeper. // - // Deprecated: Use x/pool modules CommunityPoolSpend instead. - // Since: 0.50 + // Deprecated: Use x/pool module's CommunityPoolSpend instead. + // Since: cosmos-sdk 0.50 CommunityPoolSpend(ctx context.Context, in *MsgCommunityPoolSpend, opts ...grpc.CallOption) (*MsgCommunityPoolSpendResponse, error) // DepositValidatorRewardsPool defines a method to provide additional rewards // to delegators to a specific validator. @@ -157,8 +157,8 @@ type MsgServer interface { // FundCommunityPool defines a method to allow an account to directly // fund the community pool. // - // Deprecated: Use x/pool modules FundCommunityPool instead. - // Since 0.50 + // Deprecated: Use x/pool module's FundCommunityPool instead. + // Since: cosmos-sdk 0.50 FundCommunityPool(context.Context, *MsgFundCommunityPool) (*MsgFundCommunityPoolResponse, error) // UpdateParams defines a governance operation for updating the x/distribution // module parameters. The authority is defined in the keeper. @@ -170,8 +170,8 @@ type MsgServer interface { // could be the governance module itself. The authority is defined in the // keeper. // - // Deprecated: Use x/pool modules CommunityPoolSpend instead. - // Since: 0.50 + // Deprecated: Use x/pool module's CommunityPoolSpend instead. + // Since: cosmos-sdk 0.50 CommunityPoolSpend(context.Context, *MsgCommunityPoolSpend) (*MsgCommunityPoolSpendResponse, error) // DepositValidatorRewardsPool defines a method to provide additional rewards // to delegators to a specific validator. diff --git a/x/distribution/types/query.pb.go b/x/distribution/types/query.pb.go index fee270d452b0..9df556b7d345 100644 --- a/x/distribution/types/query.pb.go +++ b/x/distribution/types/query.pb.go @@ -871,7 +871,7 @@ var xxx_messageInfo_QueryDelegatorWithdrawAddressResponse proto.InternalMessageI // method. // // Deprecated -// Since 0.50 +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type QueryCommunityPoolRequest struct { @@ -914,7 +914,7 @@ var xxx_messageInfo_QueryCommunityPoolRequest proto.InternalMessageInfo // RPC method. // // Deprecated -// Since 0.50 +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type QueryCommunityPoolResponse struct { @@ -1106,8 +1106,8 @@ type QueryClient interface { DelegatorWithdrawAddress(ctx context.Context, in *QueryDelegatorWithdrawAddressRequest, opts ...grpc.CallOption) (*QueryDelegatorWithdrawAddressResponse, error) // CommunityPool queries the community pool coins. // - // Deprecated: Prefer to use x/pool modules CommunityPool rpc method. - // Since 0.50 + // Deprecated: Prefer to use x/pool module's CommunityPool rpc method. + // Since: cosmos-sdk 0.50 CommunityPool(ctx context.Context, in *QueryCommunityPoolRequest, opts ...grpc.CallOption) (*QueryCommunityPoolResponse, error) } @@ -1233,8 +1233,8 @@ type QueryServer interface { DelegatorWithdrawAddress(context.Context, *QueryDelegatorWithdrawAddressRequest) (*QueryDelegatorWithdrawAddressResponse, error) // CommunityPool queries the community pool coins. // - // Deprecated: Prefer to use x/pool modules CommunityPool rpc method. - // Since 0.50 + // Deprecated: Prefer to use x/pool module's CommunityPool rpc method. + // Since: cosmos-sdk 0.50 CommunityPool(context.Context, *QueryCommunityPoolRequest) (*QueryCommunityPoolResponse, error) } diff --git a/x/distribution/types/tx.pb.go b/x/distribution/types/tx.pb.go index bfb792f6aa7b..56d832d0599e 100644 --- a/x/distribution/types/tx.pb.go +++ b/x/distribution/types/tx.pb.go @@ -289,8 +289,8 @@ func (m *MsgWithdrawValidatorCommissionResponse) GetAmount() github_com_cosmos_c // MsgFundCommunityPool allows an account to directly // fund the community pool. // -// Deprecated: Use x/pool modules MsgFundCommunityPool instead. -// Since 0.50 +// Deprecated: Use x/pool module's MsgFundCommunityPool instead. +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type MsgFundCommunityPool struct { @@ -334,7 +334,7 @@ var xxx_messageInfo_MsgFundCommunityPool proto.InternalMessageInfo // MsgFundCommunityPoolResponse defines the Msg/FundCommunityPool response type. // // Deprecated -// Since 0.50 +// Since: cosmos-sdk 0.50 // // Deprecated: Do not use. type MsgFundCommunityPoolResponse struct { @@ -472,7 +472,7 @@ func (m *MsgUpdateParamsResponse) XXX_DiscardUnknown() { var xxx_messageInfo_MsgUpdateParamsResponse proto.InternalMessageInfo -// Deprecated: Use x/pool modules MsgCommunityPoolSpend instead +// Deprecated: Use x/pool module's MsgCommunityPoolSpend instead // Since: cosmos-sdk 0.50 // // Deprecated: Do not use. @@ -999,8 +999,8 @@ type MsgClient interface { // FundCommunityPool defines a method to allow an account to directly // fund the community pool. // - // Deprecated: Use x/pool modules FundCommunityPool instead. - // Since 0.50 + // Deprecated: Use x/pool module's FundCommunityPool instead. + // Since: cosmos-sdk 0.50 FundCommunityPool(ctx context.Context, in *MsgFundCommunityPool, opts ...grpc.CallOption) (*MsgFundCommunityPoolResponse, error) // UpdateParams defines a governance operation for updating the x/distribution // module parameters. The authority is defined in the keeper. @@ -1012,8 +1012,8 @@ type MsgClient interface { // could be the governance module itself. The authority is defined in the // keeper. // - // Deprecated: Use x/pool modules CommunityPoolSpend instead. - // Since: 0.50 + // Deprecated: Use x/pool module's CommunityPoolSpend instead. + // Since: cosmos-sdk 0.50 CommunityPoolSpend(ctx context.Context, in *MsgCommunityPoolSpend, opts ...grpc.CallOption) (*MsgCommunityPoolSpendResponse, error) // DepositValidatorRewardsPool defines a method to provide additional rewards // to delegators to a specific validator. @@ -1108,8 +1108,8 @@ type MsgServer interface { // FundCommunityPool defines a method to allow an account to directly // fund the community pool. // - // Deprecated: Use x/pool modules FundCommunityPool instead. - // Since 0.50 + // Deprecated: Use x/pool module's FundCommunityPool instead. + // Since: cosmos-sdk 0.50 FundCommunityPool(context.Context, *MsgFundCommunityPool) (*MsgFundCommunityPoolResponse, error) // UpdateParams defines a governance operation for updating the x/distribution // module parameters. The authority is defined in the keeper. @@ -1121,8 +1121,8 @@ type MsgServer interface { // could be the governance module itself. The authority is defined in the // keeper. // - // Deprecated: Use x/pool modules CommunityPoolSpend instead. - // Since: 0.50 + // Deprecated: Use x/pool module's CommunityPoolSpend instead. + // Since: cosmos-sdk 0.50 CommunityPoolSpend(context.Context, *MsgCommunityPoolSpend) (*MsgCommunityPoolSpendResponse, error) // DepositValidatorRewardsPool defines a method to provide additional rewards // to delegators to a specific validator.