diff --git a/proto/babylon/finality/v1/query.proto b/proto/babylon/finality/v1/query.proto index b4d8e7af8..3d443e97c 100644 --- a/proto/babylon/finality/v1/query.proto +++ b/proto/babylon/finality/v1/query.proto @@ -86,6 +86,11 @@ service Query { rpc SigningInfos(QuerySigningInfosRequest) returns (QuerySigningInfosResponse) { option (google.api.http).get = "/babylon/finality/v1/signing_infos"; } + + // NextRewardHeight queries the next block height to reward + rpc NextRewardHeight(QueryNextRewardHeightRequest) returns (QueryNextRewardHeightResponse) { + option (google.api.http).get = "/babylon/finality/v1/next_reward_height"; + } } // QueryParamsRequest is request type for the Query/Params RPC method. @@ -396,3 +401,15 @@ message QuerySigningInfosResponse { repeated SigningInfoResponse signing_infos = 1 [(gogoproto.nullable) = false]; cosmos.base.query.v1beta1.PageResponse pagination = 2; } + +// QueryNextRewardHeightRequest is the request type for the Query/NextRewardHeight RPC +// method +message QueryNextRewardHeightRequest { +} + +// QueryNextRewardHeightResponse is the response type for the Query/NextRewardHeight RPC +// method +message QueryNextRewardHeightResponse { + // NextRewardHeight is the next block height which will be rewarded + uint64 next_reward_height = 2; +} diff --git a/x/btcstaking/types/events.pb.go b/x/btcstaking/types/events.pb.go index c7b7a9a27..6f95ea2aa 100644 --- a/x/btcstaking/types/events.pb.go +++ b/x/btcstaking/types/events.pb.go @@ -6,9 +6,7 @@ package types import ( fmt "fmt" github_com_babylonlabs_io_babylon_types "github.com/babylonlabs-io/babylon/types" - _ "github.com/cosmos/cosmos-proto" _ "github.com/cosmos/cosmos-sdk/types/tx/amino" - _ "github.com/cosmos/cosmos-sdk/x/staking/types" _ "github.com/cosmos/gogoproto/gogoproto" proto "github.com/cosmos/gogoproto/proto" io "io" @@ -1247,86 +1245,85 @@ func init() { } var fileDescriptor_74118427820fff75 = []byte{ - // 1264 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0xcd, 0x6f, 0xdb, 0xc6, - 0x12, 0xb7, 0x24, 0x7f, 0xae, 0x1d, 0xc7, 0xd9, 0xe7, 0x17, 0xc8, 0x7a, 0x89, 0xe2, 0x28, 0x1f, - 0xf0, 0xcb, 0x7b, 0x91, 0xf2, 0x61, 0xa0, 0xbd, 0x5a, 0xb6, 0x1c, 0x29, 0x35, 0x1c, 0x55, 0xb2, - 0x03, 0xb4, 0x17, 0x62, 0x49, 0x8e, 0xa5, 0xad, 0xa8, 0x5d, 0x82, 0x5c, 0xca, 0xd2, 0xbd, 0x40, - 0xaf, 0x39, 0x17, 0xe8, 0xbd, 0xb7, 0xf6, 0xcf, 0xe8, 0xa5, 0x40, 0x2e, 0x05, 0x8a, 0x1e, 0x8a, - 0x22, 0x39, 0xf4, 0xbf, 0x28, 0x0a, 0xee, 0x2e, 0x29, 0xd1, 0xa6, 0x12, 0xbb, 0x48, 0x2e, 0x82, - 0x76, 0xf7, 0x37, 0xf3, 0x9b, 0xf9, 0xed, 0xce, 0x0c, 0x88, 0x4a, 0x26, 0x31, 0x47, 0x0e, 0x67, - 0x15, 0x53, 0x58, 0xbe, 0x20, 0x3d, 0xca, 0x3a, 0x95, 0xc1, 0xe3, 0x0a, 0x0c, 0x80, 0x09, 0xbf, - 0xec, 0x7a, 0x5c, 0x70, 0xfc, 0x6f, 0x8d, 0x29, 0x8f, 0x31, 0xe5, 0xc1, 0xe3, 0xc2, 0x7a, 0x87, - 0x77, 0xb8, 0x44, 0x54, 0xc2, 0x7f, 0x0a, 0x5c, 0xb8, 0x6b, 0x71, 0xbf, 0xcf, 0xfd, 0xca, 0xd8, - 0x99, 0x09, 0x82, 0x3c, 0x8e, 0xd6, 0x1a, 0x75, 0x3f, 0x9d, 0x76, 0x82, 0x40, 0xe1, 0x36, 0x94, - 0x37, 0x43, 0xd1, 0xa8, 0x85, 0x3e, 0xba, 0x46, 0xfa, 0x94, 0xf1, 0x8a, 0xfc, 0x55, 0x5b, 0xa5, - 0x6f, 0xb3, 0xe8, 0x46, 0x2d, 0x8c, 0x7c, 0x9f, 0x32, 0xe2, 0x50, 0x31, 0x6a, 0x7a, 0x7c, 0x40, - 0x6d, 0xf0, 0x76, 0x3d, 0x20, 0x02, 0x6c, 0x7c, 0x07, 0x21, 0x53, 0x58, 0x86, 0xdb, 0x33, 0xba, - 0x30, 0xcc, 0x67, 0x36, 0x33, 0x5b, 0x4b, 0xd5, 0xb9, 0xef, 0xff, 0xfc, 0xf1, 0x41, 0xa6, 0xb5, - 0x68, 0x0a, 0xab, 0xd9, 0xab, 0xc3, 0x10, 0x6f, 0xa0, 0x59, 0x62, 0xdb, 0x5e, 0x3e, 0x3b, 0x79, - 0x2c, 0xb7, 0xf0, 0x3d, 0x84, 0x2c, 0xde, 0xef, 0x53, 0xdf, 0xa7, 0x9c, 0xe5, 0x73, 0x93, 0x80, - 0x89, 0x03, 0x9c, 0x47, 0x0b, 0x7d, 0xce, 0x68, 0x0f, 0xbc, 0xfc, 0x6c, 0x88, 0x69, 0x45, 0x4b, - 0x5c, 0x40, 0x8b, 0xd4, 0x06, 0x26, 0xa8, 0x18, 0xe5, 0xe7, 0xe4, 0x51, 0xbc, 0x0e, 0xad, 0x4e, - 0xc1, 0xf4, 0xa9, 0x80, 0xfc, 0xbc, 0xb2, 0xd2, 0x4b, 0xfc, 0x5f, 0xb4, 0xe6, 0x83, 0x15, 0x78, - 0x54, 0x8c, 0x0c, 0x8b, 0x33, 0x41, 0x2c, 0x91, 0x5f, 0x90, 0x90, 0xab, 0xd1, 0xfe, 0xae, 0xda, - 0x0e, 0x9d, 0xd8, 0x20, 0x08, 0x75, 0xfc, 0xfc, 0xa2, 0x72, 0xa2, 0x97, 0xa5, 0xbf, 0x32, 0xe8, - 0x3f, 0xa9, 0xe2, 0xd4, 0x6c, 0x7a, 0x61, 0x6d, 0x92, 0x02, 0x64, 0x2f, 0x20, 0x40, 0x6e, 0xba, - 0x00, 0xb3, 0xd3, 0x05, 0x98, 0x7b, 0xbf, 0x00, 0xf3, 0xef, 0x15, 0x60, 0x21, 0x29, 0xc0, 0xab, - 0x0c, 0xba, 0x29, 0x05, 0xa8, 0x1e, 0xed, 0xee, 0x81, 0x03, 0x1d, 0x22, 0x28, 0x67, 0x6d, 0x41, - 0x04, 0x1c, 0xbb, 0x36, 0x11, 0x80, 0xef, 0xa3, 0xab, 0xfa, 0xf9, 0x19, 0x62, 0x68, 0x74, 0x89, - 0xdf, 0x55, 0x3a, 0xb4, 0xae, 0xe8, 0xed, 0xa3, 0x61, 0x9d, 0xf8, 0x5d, 0xfc, 0x0c, 0x2d, 0x31, - 0x38, 0x35, 0xfc, 0xd0, 0x54, 0x8a, 0xb0, 0xfa, 0xe4, 0x41, 0x39, 0xb5, 0x48, 0xca, 0xe7, 0xb8, - 0x02, 0xbf, 0xb5, 0xc8, 0xe0, 0x54, 0xd2, 0x96, 0x4e, 0xd0, 0x75, 0x19, 0x51, 0x1b, 0x1c, 0xb0, - 0x04, 0x1d, 0x40, 0xdb, 0x21, 0x7e, 0x97, 0xb2, 0x0e, 0x3e, 0x40, 0x8b, 0x10, 0xde, 0x0e, 0xb3, - 0x40, 0xc6, 0xb0, 0xfc, 0xe4, 0xd1, 0x14, 0x86, 0x73, 0xb6, 0x35, 0x6d, 0xd7, 0x8a, 0x3d, 0x94, - 0xbe, 0x9e, 0x47, 0xeb, 0x92, 0xa8, 0xc9, 0x4f, 0xc1, 0xdb, 0xa3, 0xbe, 0xd0, 0x19, 0x53, 0x84, - 0xfc, 0xd0, 0x0c, 0x6c, 0xe3, 0xc4, 0xd5, 0x44, 0xf5, 0x29, 0x44, 0x69, 0x0e, 0xd4, 0x66, 0x5b, - 0xb9, 0x38, 0xfb, 0xb0, 0xea, 0x33, 0xad, 0x25, 0xed, 0x7d, 0xdf, 0xc5, 0x27, 0x68, 0xe9, 0x2b, - 0x42, 0x1d, 0xc5, 0x94, 0x95, 0x4c, 0xcf, 0x2e, 0xcd, 0xf4, 0x5c, 0x7a, 0x48, 0x21, 0x5a, 0x54, - 0xbe, 0xf7, 0x5d, 0xec, 0xa0, 0xe5, 0x80, 0x8d, 0x99, 0x72, 0x92, 0xa9, 0x71, 0x69, 0xa6, 0x63, - 0xed, 0x23, 0x85, 0x0b, 0x45, 0xfe, 0xf7, 0x5d, 0xdc, 0x41, 0xeb, 0x61, 0xd5, 0xd8, 0xe0, 0xa8, - 0xe7, 0x60, 0x04, 0xd2, 0x87, 0x7c, 0xdb, 0xcb, 0x4f, 0xb6, 0xdf, 0x45, 0x3b, 0xed, 0x19, 0xd6, - 0x67, 0x5a, 0xd7, 0x4c, 0x61, 0xed, 0x81, 0x33, 0xb1, 0x59, 0xe8, 0xea, 0xd6, 0x36, 0x45, 0x6b, - 0x5c, 0x47, 0x59, 0xb7, 0x27, 0x6f, 0x70, 0xa5, 0xfa, 0xe9, 0x6f, 0xbf, 0xdf, 0xda, 0xee, 0x50, - 0xd1, 0x0d, 0xcc, 0xb2, 0xc5, 0xfb, 0x15, 0x1d, 0x84, 0x43, 0x4c, 0xff, 0x21, 0xe5, 0xd1, 0xb2, - 0x22, 0x46, 0x2e, 0xf8, 0xe5, 0x6a, 0xa3, 0xf9, 0x74, 0xfb, 0x51, 0x33, 0x30, 0x3f, 0x83, 0x51, - 0x2b, 0xeb, 0xf6, 0x0a, 0x1d, 0xdd, 0x27, 0xd2, 0xb5, 0xfe, 0x80, 0x44, 0x54, 0xd7, 0xe3, 0x34, - 0xa9, 0x3f, 0x1c, 0x55, 0x75, 0x16, 0x65, 0x61, 0x50, 0x02, 0x74, 0x3b, 0xb5, 0x03, 0xaa, 0xba, - 0xdc, 0xed, 0x12, 0xd6, 0x01, 0x7c, 0x03, 0xcd, 0xab, 0x3e, 0x98, 0xec, 0x81, 0x73, 0xb2, 0x07, - 0xe2, 0xd2, 0xd9, 0xd2, 0x1f, 0x37, 0xc9, 0xb8, 0xaa, 0x5f, 0xe7, 0xd0, 0xc6, 0xf9, 0x1b, 0x8e, - 0x66, 0xd0, 0xff, 0xd0, 0xea, 0x64, 0x93, 0x39, 0xdb, 0x6b, 0x57, 0xc6, 0xad, 0x06, 0x86, 0xf8, - 0x13, 0xb4, 0x1e, 0x81, 0x79, 0x20, 0xdc, 0x40, 0x18, 0x94, 0xd9, 0x30, 0x4c, 0x32, 0x63, 0x0d, - 0x79, 0x21, 0x11, 0x8d, 0x10, 0x80, 0xff, 0x8f, 0x56, 0x5d, 0xe2, 0x91, 0xbe, 0x6f, 0x0c, 0xc0, - 0x3b, 0x3f, 0xad, 0xae, 0xa8, 0xc3, 0x97, 0xea, 0x0c, 0x3f, 0x43, 0x37, 0x4f, 0xb4, 0x26, 0xe1, - 0xa8, 0x95, 0xa2, 0x18, 0x4a, 0x05, 0x5f, 0x86, 0x38, 0xbb, 0x99, 0x1b, 0x1b, 0x6f, 0x9c, 0x9c, - 0xd1, 0xaf, 0x1a, 0x4a, 0xe3, 0x87, 0xf1, 0x3e, 0x42, 0xd7, 0xc2, 0x60, 0x62, 0x6b, 0x69, 0x3c, - 0x37, 0xc9, 0xbc, 0xaa, 0xce, 0xab, 0xd1, 0x44, 0xd9, 0x42, 0x2b, 0xb1, 0x1c, 0xb4, 0xaf, 0x47, - 0x5f, 0x04, 0x5e, 0x8e, 0xc4, 0xa0, 0x7d, 0x08, 0x53, 0x0a, 0x98, 0xc9, 0x99, 0x1d, 0x63, 0x17, - 0x12, 0x29, 0xc5, 0x87, 0x12, 0xbd, 0x85, 0x56, 0x26, 0xd0, 0x43, 0x35, 0x0d, 0x63, 0xbf, 0x63, - 0xec, 0x30, 0x79, 0xa5, 0x4b, 0xe9, 0x57, 0xfa, 0x4b, 0x06, 0x15, 0xe5, 0x95, 0xee, 0xf2, 0x01, - 0x30, 0xc2, 0x44, 0x9b, 0x76, 0x18, 0x11, 0x81, 0x07, 0x2d, 0xb0, 0x80, 0x0e, 0xc0, 0xc6, 0x0f, - 0xa7, 0x0c, 0x8f, 0x38, 0xbe, 0xe4, 0x0c, 0xd9, 0x46, 0xff, 0xb2, 0xb4, 0xaf, 0x49, 0xad, 0x12, - 0x17, 0xbb, 0x16, 0x21, 0x62, 0xb5, 0x0e, 0xd1, 0x66, 0x6c, 0x35, 0x4e, 0xcf, 0x8f, 0x82, 0x91, - 0x2e, 0x12, 0x17, 0x7d, 0x33, 0x82, 0x1f, 0x47, 0xe8, 0x38, 0xf2, 0x3a, 0x0c, 0x4b, 0x1c, 0x15, - 0x12, 0x69, 0x7d, 0x1e, 0x70, 0x2f, 0xe8, 0xb7, 0x80, 0x58, 0xdd, 0xcb, 0xa7, 0x74, 0x91, 0xda, - 0xf8, 0x39, 0x83, 0xb6, 0xce, 0xd7, 0x46, 0x83, 0x59, 0x4e, 0x10, 0xbe, 0xc4, 0xa6, 0xc7, 0xf9, - 0xc9, 0x3f, 0x95, 0x54, 0x3d, 0x25, 0x4f, 0x18, 0x5d, 0xa0, 0x9d, 0xae, 0x48, 0x86, 0xb0, 0x2c, - 0x8f, 0xea, 0xf2, 0x04, 0xdf, 0x45, 0x08, 0x98, 0x1d, 0xe1, 0x12, 0x82, 0x2d, 0x01, 0xb3, 0x35, - 0x2a, 0x91, 0xcf, 0x6c, 0x7a, 0x3e, 0xdf, 0x45, 0x0f, 0x43, 0xe5, 0xa3, 0xd2, 0x51, 0x5a, 0x83, - 0x5d, 0x23, 0x9e, 0x33, 0xfa, 0x78, 0x59, 0x24, 0xe2, 0xcb, 0xa5, 0xc7, 0xc7, 0xd2, 0x5a, 0x51, - 0x6d, 0xe8, 0x52, 0xef, 0xe3, 0xdc, 0xef, 0x37, 0x59, 0xfd, 0xa2, 0x8e, 0x19, 0x0c, 0x5d, 0xb0, - 0x04, 0xd8, 0xc7, 0x13, 0xb5, 0x76, 0xf9, 0x22, 0xf1, 0xdd, 0xf0, 0xa6, 0x64, 0xd3, 0x88, 0x4d, - 0x92, 0x45, 0x22, 0x11, 0xed, 0x10, 0xa0, 0xad, 0x76, 0x50, 0xe1, 0xac, 0x15, 0x90, 0xb0, 0xa3, - 0x49, 0xe3, 0x84, 0x50, 0xd7, 0x13, 0xc6, 0x12, 0x35, 0xc5, 0x85, 0xe9, 0x70, 0xab, 0xa7, 0xbb, - 0x6f, 0xf8, 0x16, 0xae, 0xa4, 0xba, 0xa8, 0x86, 0x28, 0xd9, 0x81, 0x1f, 0xfc, 0x90, 0x41, 0xd7, - 0xd3, 0x07, 0x0d, 0xbe, 0x87, 0x6e, 0xef, 0x37, 0x0e, 0x77, 0x0e, 0x1a, 0x47, 0x5f, 0x18, 0xcd, - 0xd6, 0x8b, 0x97, 0x8d, 0xbd, 0x5a, 0xcb, 0x68, 0x1f, 0xed, 0x1c, 0x1d, 0xb7, 0x8d, 0xc6, 0xe1, - 0xce, 0xee, 0x51, 0xe3, 0x65, 0x6d, 0x6d, 0x06, 0xdf, 0x41, 0xb7, 0xa6, 0xc2, 0x34, 0x28, 0xf3, - 0x4e, 0xd0, 0xf3, 0x9d, 0xc6, 0x41, 0x6d, 0x6f, 0x2d, 0x8b, 0xef, 0xa2, 0xcd, 0xa9, 0xa0, 0xf6, - 0xc1, 0x4e, 0xbb, 0x5e, 0xdb, 0x5b, 0xcb, 0x55, 0x0f, 0x7f, 0x7a, 0x53, 0xcc, 0xbc, 0x7e, 0x53, - 0xcc, 0xfc, 0xf1, 0xa6, 0x98, 0x79, 0xf5, 0xb6, 0x38, 0xf3, 0xfa, 0x6d, 0x71, 0xe6, 0xd7, 0xb7, - 0xc5, 0x99, 0x2f, 0x2f, 0x30, 0x78, 0x87, 0x93, 0x9f, 0x72, 0x72, 0x0a, 0x9b, 0xf3, 0xf2, 0xab, - 0xec, 0xe9, 0xdf, 0x01, 0x00, 0x00, 0xff, 0xff, 0x17, 0xaf, 0x52, 0x0e, 0x64, 0x0e, 0x00, 0x00, + // 1237 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xb4, 0x57, 0x4b, 0x6f, 0xdb, 0x46, + 0x17, 0x35, 0x25, 0x3f, 0xc7, 0x8e, 0xe3, 0xcc, 0xe7, 0x2f, 0x50, 0xd4, 0x44, 0x71, 0x94, 0x07, + 0xdc, 0xb4, 0x91, 0xf2, 0x30, 0xd0, 0x6e, 0x2d, 0x5b, 0x8e, 0x94, 0x1a, 0x8e, 0x4a, 0x59, 0x01, + 0xda, 0x0d, 0x31, 0x24, 0xaf, 0xa4, 0xa9, 0xa8, 0x21, 0x41, 0x0e, 0x65, 0x6a, 0x5f, 0xa0, 0xdb, + 0xac, 0x0b, 0x74, 0xdf, 0x5d, 0xfb, 0x33, 0xba, 0x29, 0x90, 0x4d, 0x81, 0xa2, 0x8b, 0xa2, 0x48, + 0x16, 0xfd, 0x17, 0x45, 0xc1, 0xe1, 0x90, 0x12, 0x6d, 0x2a, 0xb1, 0x8b, 0x64, 0x63, 0x98, 0x33, + 0xe7, 0xde, 0x73, 0xef, 0x99, 0xfb, 0x80, 0x50, 0x59, 0x27, 0xfa, 0xd8, 0xb2, 0x59, 0x55, 0xe7, + 0x86, 0xc7, 0xc9, 0x80, 0xb2, 0x5e, 0x75, 0xf4, 0xa8, 0x0a, 0x23, 0x60, 0xdc, 0xab, 0x38, 0xae, + 0xcd, 0x6d, 0xfc, 0x7f, 0x89, 0xa9, 0x4c, 0x30, 0x95, 0xd1, 0xa3, 0xe2, 0x66, 0xcf, 0xee, 0xd9, + 0x02, 0x51, 0x0d, 0xff, 0x8b, 0xc0, 0xc5, 0x7b, 0xd9, 0x0e, 0xa7, 0x4c, 0x23, 0xdc, 0x15, 0x32, + 0xa4, 0xcc, 0xae, 0x8a, 0xbf, 0xd1, 0x51, 0xf9, 0xfb, 0x1c, 0xba, 0x5e, 0x0f, 0x89, 0x0f, 0x28, + 0x23, 0x16, 0xe5, 0xe3, 0x96, 0x6b, 0x8f, 0xa8, 0x09, 0xee, 0x9e, 0x0b, 0x84, 0x83, 0x89, 0x6f, + 0x23, 0xa4, 0x73, 0x43, 0x73, 0x06, 0x5a, 0x1f, 0x82, 0x82, 0xb2, 0xa5, 0x6c, 0xaf, 0xd4, 0x16, + 0x7e, 0xfc, 0xfb, 0xe7, 0xfb, 0x8a, 0xba, 0xac, 0x73, 0xa3, 0x35, 0x68, 0x40, 0x80, 0xaf, 0xa1, + 0x79, 0x62, 0x9a, 0x6e, 0x21, 0x37, 0x7d, 0x2d, 0x8e, 0xf0, 0x5d, 0x84, 0x0c, 0x7b, 0x38, 0xa4, + 0x9e, 0x47, 0x6d, 0x56, 0xc8, 0x4f, 0x03, 0xa6, 0x2e, 0x70, 0x01, 0x2d, 0x0d, 0x6d, 0x46, 0x07, + 0xe0, 0x16, 0xe6, 0x43, 0x8c, 0x1a, 0x7f, 0xe2, 0x22, 0x5a, 0xa6, 0x26, 0x30, 0x4e, 0xf9, 0xb8, + 0xb0, 0x20, 0xae, 0x92, 0xef, 0xd0, 0xea, 0x04, 0x74, 0x8f, 0x72, 0x28, 0x2c, 0x46, 0x56, 0xf2, + 0x13, 0x7f, 0x8c, 0x36, 0x3c, 0x30, 0x7c, 0x97, 0xf2, 0xb1, 0x66, 0xd8, 0x8c, 0x13, 0x83, 0x17, + 0x96, 0x04, 0xe4, 0x72, 0x7c, 0xbe, 0x17, 0x1d, 0x87, 0x4e, 0x4c, 0xe0, 0x84, 0x5a, 0x5e, 0x61, + 0x39, 0x72, 0x22, 0x3f, 0xcb, 0xff, 0x28, 0xe8, 0xa3, 0x4c, 0x71, 0xea, 0x26, 0x3d, 0xb7, 0x36, + 0x69, 0x01, 0x72, 0xe7, 0x10, 0x20, 0x3f, 0x5b, 0x80, 0xf9, 0xd9, 0x02, 0x2c, 0xbc, 0x5b, 0x80, + 0xc5, 0x77, 0x0a, 0xb0, 0x94, 0x16, 0xe0, 0xa5, 0x82, 0x6e, 0x08, 0x01, 0x6a, 0xc7, 0x7b, 0xfb, + 0x60, 0x41, 0x8f, 0x70, 0x6a, 0xb3, 0x36, 0x27, 0x1c, 0x3a, 0x8e, 0x49, 0x38, 0xe0, 0x7b, 0xe8, + 0xb2, 0xac, 0x31, 0x8d, 0x07, 0x5a, 0x9f, 0x78, 0xfd, 0x48, 0x07, 0xf5, 0x92, 0x3c, 0x3e, 0x0e, + 0x1a, 0xc4, 0xeb, 0xe3, 0xa7, 0x68, 0x85, 0xc1, 0x89, 0xe6, 0x85, 0xa6, 0x42, 0x84, 0xf5, 0xc7, + 0xf7, 0x2b, 0x99, 0x35, 0x5e, 0x39, 0xc3, 0xe5, 0x7b, 0xea, 0x32, 0x83, 0x13, 0x41, 0x5b, 0xee, + 0xa2, 0xab, 0x22, 0xa2, 0x36, 0x58, 0x60, 0x70, 0x3a, 0x82, 0xb6, 0x45, 0xbc, 0x3e, 0x65, 0x3d, + 0x7c, 0x88, 0x96, 0x21, 0x7c, 0x1d, 0x66, 0x80, 0x88, 0x61, 0xf5, 0xf1, 0xc3, 0x19, 0x0c, 0x67, + 0x6c, 0xeb, 0xd2, 0x4e, 0x4d, 0x3c, 0x94, 0xbf, 0x5d, 0x44, 0x9b, 0x82, 0xa8, 0x65, 0x9f, 0x80, + 0xbb, 0x4f, 0x3d, 0x2e, 0x33, 0xa6, 0x08, 0x79, 0xa1, 0x19, 0x98, 0x5a, 0xd7, 0x91, 0x44, 0x8d, + 0x19, 0x44, 0x59, 0x0e, 0xa2, 0xc3, 0x76, 0xe4, 0xe2, 0x74, 0x61, 0x35, 0xe6, 0xd4, 0x15, 0xe9, + 0xfd, 0xc0, 0xc1, 0x5d, 0xb4, 0xf2, 0x0d, 0xa1, 0x56, 0xc4, 0x94, 0x13, 0x4c, 0x4f, 0x2f, 0xcc, + 0xf4, 0x4c, 0x78, 0xc8, 0x20, 0x5a, 0x8e, 0x7c, 0x1f, 0x38, 0xd8, 0x42, 0xab, 0x3e, 0x9b, 0x30, + 0xe5, 0x05, 0x53, 0xf3, 0xc2, 0x4c, 0x1d, 0xe9, 0x23, 0x83, 0x0b, 0xc5, 0xfe, 0x0f, 0x1c, 0xdc, + 0x43, 0x9b, 0x61, 0xd7, 0x98, 0x60, 0x45, 0xe5, 0xa0, 0xf9, 0xc2, 0x87, 0xa8, 0xed, 0xd5, 0xc7, + 0x3b, 0x6f, 0xa3, 0x9d, 0x55, 0x86, 0x8d, 0x39, 0xf5, 0x8a, 0xce, 0x8d, 0x7d, 0xb0, 0xa6, 0x0e, + 0x8b, 0x7d, 0x39, 0xda, 0x66, 0x68, 0x8d, 0x1b, 0x28, 0xe7, 0x0c, 0xc4, 0x0b, 0xae, 0xd5, 0x3e, + 0xff, 0xe3, 0xcf, 0x9b, 0x3b, 0x3d, 0xca, 0xfb, 0xbe, 0x5e, 0x31, 0xec, 0x61, 0x55, 0x06, 0x61, + 0x11, 0xdd, 0x7b, 0x40, 0xed, 0xf8, 0xb3, 0xca, 0xc7, 0x0e, 0x78, 0x95, 0x5a, 0xb3, 0xf5, 0x64, + 0xe7, 0x61, 0xcb, 0xd7, 0xbf, 0x80, 0xb1, 0x9a, 0x73, 0x06, 0xc5, 0x9e, 0x9c, 0x13, 0xd9, 0x5a, + 0xbf, 0x47, 0x22, 0x2a, 0xfb, 0x71, 0x96, 0xd4, 0xef, 0x8f, 0xaa, 0x36, 0x8f, 0x72, 0x30, 0x2a, + 0x03, 0xba, 0x95, 0x39, 0x01, 0xa3, 0xbe, 0xdc, 0xeb, 0x13, 0xd6, 0x03, 0x7c, 0x1d, 0x2d, 0x46, + 0x73, 0x30, 0x3d, 0x03, 0x17, 0xc4, 0x0c, 0xc4, 0xe5, 0xd3, 0xad, 0x3f, 0x19, 0x92, 0x49, 0x57, + 0xbf, 0xca, 0xa3, 0x6b, 0x67, 0x5f, 0x38, 0xde, 0x41, 0x9f, 0xa0, 0xf5, 0xe9, 0x21, 0x73, 0x7a, + 0xd6, 0xae, 0x4d, 0x46, 0x0d, 0x04, 0xf8, 0x33, 0xb4, 0x19, 0x83, 0x6d, 0x9f, 0x3b, 0x3e, 0xd7, + 0x28, 0x33, 0x21, 0x48, 0x33, 0x63, 0x09, 0x79, 0x2e, 0x10, 0xcd, 0x10, 0x80, 0x3f, 0x45, 0xeb, + 0x0e, 0x71, 0xc9, 0xd0, 0xd3, 0x46, 0xe0, 0x9e, 0xdd, 0x56, 0x97, 0xa2, 0xcb, 0x17, 0xd1, 0x1d, + 0x7e, 0x8a, 0x6e, 0x74, 0xa5, 0x26, 0x9a, 0x23, 0x45, 0xd1, 0x22, 0x15, 0x3c, 0x11, 0xe2, 0xfc, + 0x56, 0x7e, 0x62, 0x7c, 0xad, 0x7b, 0x4a, 0xbf, 0x5a, 0x28, 0x8d, 0x17, 0xc6, 0xfb, 0x10, 0x5d, + 0x09, 0x83, 0x49, 0xac, 0x85, 0xf1, 0xc2, 0x34, 0xf3, 0x7a, 0x74, 0x5f, 0x8b, 0x37, 0xca, 0x36, + 0x5a, 0x4b, 0xe4, 0xa0, 0x43, 0xb9, 0xfa, 0x62, 0xf0, 0x6a, 0x2c, 0x06, 0x1d, 0x42, 0x98, 0x92, + 0xcf, 0x74, 0x9b, 0x99, 0x09, 0x76, 0x29, 0x95, 0x52, 0x72, 0x29, 0xd0, 0xdb, 0x68, 0x6d, 0x0a, + 0x1d, 0x44, 0xdb, 0x30, 0xf1, 0x3b, 0xc1, 0x06, 0xe9, 0x27, 0x5d, 0xc9, 0x7e, 0xd2, 0xdf, 0x14, + 0x54, 0x12, 0x4f, 0xba, 0x67, 0x8f, 0x80, 0x11, 0xc6, 0xdb, 0xb4, 0xc7, 0x08, 0xf7, 0x5d, 0x50, + 0xc1, 0x00, 0x3a, 0x02, 0x13, 0x3f, 0x98, 0xb1, 0x3c, 0x92, 0xf8, 0xd2, 0x3b, 0x64, 0x07, 0xfd, + 0xcf, 0x90, 0xbe, 0xa6, 0xb5, 0x4a, 0x3d, 0xec, 0x46, 0x8c, 0x48, 0xd4, 0x3a, 0x42, 0x5b, 0x89, + 0xd5, 0x24, 0x3d, 0x2f, 0x0e, 0x46, 0xb8, 0x48, 0x3d, 0xf4, 0x8d, 0x18, 0xde, 0x89, 0xd1, 0x49, + 0xe4, 0x0d, 0x08, 0xca, 0x36, 0x2a, 0xa6, 0xd2, 0xfa, 0xd2, 0xb7, 0x5d, 0x7f, 0xa8, 0x02, 0x31, + 0xfa, 0x17, 0x4f, 0xe9, 0x3c, 0xbd, 0xf1, 0xab, 0x82, 0xb6, 0xcf, 0xf6, 0x46, 0x93, 0x19, 0x96, + 0x1f, 0x56, 0x62, 0xcb, 0xb5, 0xed, 0xee, 0x7f, 0x95, 0x34, 0x2a, 0x25, 0x97, 0x6b, 0x7d, 0xa0, + 0xbd, 0x3e, 0x4f, 0x87, 0xb0, 0x2a, 0xae, 0x1a, 0xe2, 0x06, 0xdf, 0x41, 0x08, 0x98, 0x19, 0xe3, + 0x52, 0x82, 0xad, 0x00, 0x33, 0x25, 0x2a, 0x95, 0xcf, 0x7c, 0x76, 0x3e, 0x3f, 0xc4, 0x85, 0x11, + 0xe5, 0x13, 0xa5, 0x13, 0x69, 0x0d, 0x66, 0x9d, 0xb8, 0xd6, 0xf8, 0xc3, 0x65, 0x91, 0x8a, 0x2f, + 0x9f, 0x1d, 0x1f, 0xcb, 0x1a, 0x45, 0xf5, 0xc0, 0xa1, 0xee, 0x87, 0x79, 0xdf, 0xef, 0x72, 0xb2, + 0xa2, 0x3a, 0x0c, 0x02, 0x07, 0x0c, 0x0e, 0x66, 0x67, 0xaa, 0xd7, 0x2e, 0xde, 0x24, 0x9e, 0x13, + 0xbe, 0x94, 0x18, 0x1a, 0x89, 0x49, 0xba, 0x49, 0x04, 0xa2, 0x1d, 0x02, 0xa4, 0xd5, 0x2e, 0x2a, + 0x9e, 0xb6, 0x02, 0x12, 0x4e, 0x34, 0x61, 0x9c, 0x12, 0xea, 0x6a, 0xca, 0x58, 0xa0, 0x66, 0xb8, + 0xd0, 0x2d, 0xdb, 0x18, 0xc8, 0xe9, 0x1b, 0xd6, 0xc2, 0xa5, 0x4c, 0x17, 0xb5, 0x10, 0x25, 0x26, + 0xf0, 0xfd, 0x9f, 0x14, 0x74, 0x35, 0x7b, 0xd1, 0xe0, 0xbb, 0xe8, 0xd6, 0x41, 0xf3, 0x68, 0xf7, + 0xb0, 0x79, 0xfc, 0x95, 0xd6, 0x52, 0x9f, 0xbf, 0x68, 0xee, 0xd7, 0x55, 0xad, 0x7d, 0xbc, 0x7b, + 0xdc, 0x69, 0x6b, 0xcd, 0xa3, 0xdd, 0xbd, 0xe3, 0xe6, 0x8b, 0xfa, 0xc6, 0x1c, 0xbe, 0x8d, 0x6e, + 0xce, 0x84, 0x49, 0x90, 0xf2, 0x56, 0xd0, 0xb3, 0xdd, 0xe6, 0x61, 0x7d, 0x7f, 0x23, 0x87, 0xef, + 0xa0, 0xad, 0x99, 0xa0, 0xf6, 0xe1, 0x6e, 0xbb, 0x51, 0xdf, 0xdf, 0xc8, 0xd7, 0x8e, 0x7e, 0x79, + 0x5d, 0x52, 0x5e, 0xbd, 0x2e, 0x29, 0x7f, 0xbd, 0x2e, 0x29, 0x2f, 0xdf, 0x94, 0xe6, 0x5e, 0xbd, + 0x29, 0xcd, 0xfd, 0xfe, 0xa6, 0x34, 0xf7, 0xf5, 0x39, 0x16, 0x6f, 0x30, 0xfd, 0x7b, 0x4d, 0x6c, + 0x61, 0x7d, 0x51, 0xfc, 0x2a, 0x7b, 0xf2, 0x6f, 0x00, 0x00, 0x00, 0xff, 0xff, 0x3f, 0xdc, 0x3c, + 0x31, 0x23, 0x0e, 0x00, 0x00, } func (m *EventFinalityProviderCreated) Marshal() (dAtA []byte, err error) { diff --git a/x/checkpointing/types/query.pb.go b/x/checkpointing/types/query.pb.go index a83900823..f4e2e75ec 100644 --- a/x/checkpointing/types/query.pb.go +++ b/x/checkpointing/types/query.pb.go @@ -1068,90 +1068,90 @@ func init() { } var fileDescriptor_113f1ca5c3c2ca44 = []byte{ - // 1322 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0x5b, 0x8f, 0xdb, 0xc4, - 0x17, 0xaf, 0xf7, 0xa6, 0xff, 0x9e, 0x6c, 0xb7, 0xdb, 0x51, 0xff, 0x6d, 0x48, 0xdb, 0x6c, 0x31, - 0x6d, 0xe9, 0x45, 0xb5, 0x95, 0x6c, 0xf7, 0xa2, 0x5e, 0xe9, 0x96, 0x42, 0xa5, 0x5e, 0xb4, 0xf5, - 0x52, 0x90, 0x78, 0xa8, 0x19, 0x7b, 0xa7, 0x8e, 0x89, 0x63, 0xbb, 0x9e, 0xf1, 0x6e, 0xa3, 0x52, - 0x21, 0xc1, 0x17, 0x28, 0x42, 0xe2, 0x91, 0x2f, 0xc0, 0x0b, 0xbc, 0xf1, 0xcc, 0x53, 0x25, 0x78, - 0xa8, 0xd4, 0x07, 0x10, 0x48, 0x50, 0xb5, 0x88, 0xcf, 0x81, 0x66, 0x3c, 0xb9, 0x38, 0x89, 0x93, - 0x4d, 0xba, 0x2f, 0xbc, 0xc5, 0x67, 0xce, 0x39, 0xf3, 0x3b, 0xd7, 0xf9, 0x05, 0x8e, 0x5a, 0xd8, - 0xaa, 0x7b, 0x81, 0xaf, 0xdb, 0x15, 0x62, 0x57, 0xc3, 0xc0, 0xf5, 0x99, 0xeb, 0x3b, 0xfa, 0x66, - 0x49, 0x7f, 0x10, 0x93, 0xa8, 0xae, 0x85, 0x51, 0xc0, 0x02, 0x94, 0x97, 0x5a, 0x5a, 0x4a, 0x4b, - 0xdb, 0x2c, 0x15, 0xf6, 0x39, 0x81, 0x13, 0x08, 0x25, 0x9d, 0xff, 0x4a, 0xf4, 0x0b, 0x87, 0x9c, - 0x20, 0x70, 0x3c, 0xa2, 0xe3, 0xd0, 0xd5, 0xb1, 0xef, 0x07, 0x0c, 0x33, 0x37, 0xf0, 0xa9, 0x3c, - 0x9d, 0x97, 0xa7, 0xe2, 0xcb, 0x8a, 0xef, 0xeb, 0xcc, 0xad, 0x11, 0xca, 0x70, 0x2d, 0x94, 0x0a, - 0xc7, 0x33, 0x41, 0x59, 0x1e, 0x35, 0xab, 0x44, 0xc2, 0x2a, 0x9c, 0xcc, 0xd4, 0x6b, 0x09, 0xa4, - 0xea, 0x29, 0x3b, 0xa0, 0xb5, 0x80, 0xea, 0x16, 0xa6, 0x24, 0x09, 0x4d, 0xdf, 0x2c, 0x59, 0x84, - 0xe1, 0x92, 0x1e, 0x62, 0xc7, 0xf5, 0x05, 0xc0, 0x44, 0x57, 0xfd, 0x4e, 0x81, 0xc3, 0x77, 0xb8, - 0x8a, 0x81, 0xb7, 0xae, 0x36, 0x1d, 0xdd, 0x74, 0x29, 0x33, 0xc8, 0x83, 0x98, 0x50, 0x86, 0x56, - 0x61, 0x8a, 0x32, 0xcc, 0x62, 0x9a, 0x57, 0x8e, 0x28, 0x27, 0x66, 0xcb, 0xa7, 0xb4, 0xac, 0x04, - 0x69, 0x2d, 0x07, 0xeb, 0xc2, 0xc2, 0x90, 0x96, 0xe8, 0x3d, 0x80, 0xd6, 0xcd, 0xf9, 0xb1, 0x23, - 0xca, 0x89, 0x5c, 0xf9, 0xb8, 0x96, 0xc0, 0xd4, 0x38, 0x4c, 0x2d, 0xa9, 0x80, 0x84, 0xa9, 0xad, - 0x61, 0x87, 0xc8, 0xfb, 0x8d, 0x36, 0x4b, 0xf5, 0x67, 0x05, 0x8a, 0x59, 0x68, 0x69, 0x18, 0xf8, - 0x94, 0xa0, 0x4f, 0x60, 0x4f, 0x84, 0xb7, 0xcc, 0x16, 0x36, 0x8e, 0x7b, 0xfc, 0x44, 0xae, 0xbc, - 0x9c, 0x8d, 0x3b, 0xe5, 0xed, 0x23, 0x97, 0x55, 0x6e, 0x11, 0x86, 0x1b, 0x1e, 0x8d, 0xd9, 0xa8, - 0xfd, 0x98, 0xa2, 0xf7, 0x7b, 0x04, 0xf3, 0xf6, 0xc0, 0x60, 0xa4, 0xb3, 0xf6, 0x68, 0x56, 0xe0, - 0x8d, 0xee, 0x60, 0x1a, 0x69, 0x3f, 0x08, 0xd3, 0x24, 0x0c, 0xec, 0x8a, 0xe9, 0xc7, 0x35, 0x91, - 0xf9, 0x09, 0xe3, 0x7f, 0x42, 0x70, 0x3b, 0xae, 0xa9, 0x9f, 0x41, 0xa1, 0x97, 0xa5, 0x4c, 0xc1, - 0x3d, 0x98, 0x4d, 0xa7, 0x40, 0xd8, 0xbf, 0x46, 0x06, 0x76, 0xa7, 0x32, 0xa0, 0x6e, 0xf4, 0xba, - 0x9d, 0x36, 0x80, 0xa7, 0x6b, 0xad, 0x8c, 0x5c, 0xeb, 0xa7, 0x0a, 0x1c, 0xec, 0x79, 0xcd, 0x7f, - 0xaf, 0xd0, 0x5f, 0x2a, 0x70, 0x48, 0x84, 0xb2, 0xea, 0xd1, 0xb5, 0xd8, 0xf2, 0x5c, 0xfb, 0x06, - 0xa9, 0xb7, 0xcf, 0x58, 0xbf, 0x62, 0xef, 0xd8, 0xf0, 0x7c, 0xa5, 0x40, 0xbe, 0x1b, 0x80, 0xcc, - 0xe6, 0x69, 0xd8, 0xbb, 0x89, 0x3d, 0x77, 0x03, 0xb3, 0x20, 0x32, 0xf1, 0xc6, 0x46, 0x44, 0x68, - 0x32, 0xf0, 0xd3, 0xc6, 0x5c, 0xf3, 0xe0, 0x4a, 0x22, 0x47, 0xc7, 0x60, 0x0f, 0x5f, 0x4e, 0x61, - 0x6c, 0xf1, 0x05, 0x65, 0x56, 0xc8, 0x43, 0x01, 0x6b, 0xda, 0x98, 0xb1, 0x84, 0xff, 0x1b, 0xa4, - 0x7e, 0x9d, 0x3c, 0x44, 0x6f, 0xc2, 0xcc, 0x66, 0xc0, 0x53, 0x6f, 0x86, 0xc1, 0x16, 0x89, 0xf2, - 0xe3, 0x22, 0xb0, 0x5c, 0x22, 0x5b, 0xe3, 0x22, 0xf5, 0x79, 0x63, 0xfd, 0x64, 0x02, 0x73, 0xe1, - 0x40, 0x0b, 0xd8, 0x96, 0xcb, 0x2a, 0xa6, 0xdc, 0x8b, 0x8d, 0x72, 0x97, 0xb3, 0xcb, 0x9d, 0xe5, - 0xd4, 0xd8, 0xd7, 0x74, 0xc9, 0x9b, 0x60, 0xd5, 0xa3, 0x37, 0x48, 0x7d, 0x07, 0xeb, 0xbd, 0x04, - 0x07, 0x44, 0x50, 0xd7, 0x78, 0x09, 0xe5, 0x2a, 0xdc, 0xce, 0x58, 0xdf, 0x83, 0x7c, 0xb7, 0x9d, - 0xcc, 0xc3, 0x0e, 0xac, 0x61, 0xf5, 0x1a, 0xa8, 0xc9, 0x44, 0x11, 0x9b, 0xf8, 0xac, 0xed, 0x96, - 0xab, 0x41, 0xdc, 0xda, 0x3c, 0xf3, 0x90, 0x4b, 0x20, 0xda, 0x5c, 0x2a, 0x41, 0x82, 0x10, 0x09, - 0x3d, 0xf5, 0x9b, 0x31, 0x78, 0xab, 0xaf, 0x1f, 0x09, 0xf9, 0x20, 0x4c, 0x33, 0x37, 0x34, 0x85, - 0x65, 0x23, 0x56, 0xe6, 0x86, 0x42, 0xbf, 0xf3, 0x96, 0xb1, 0xce, 0x5b, 0xd0, 0x03, 0x98, 0x49, - 0x60, 0x4b, 0x8d, 0x71, 0x51, 0xed, 0xdb, 0xd9, 0x61, 0x6f, 0x03, 0x92, 0xd6, 0x26, 0xbb, 0xe6, - 0xb3, 0xa8, 0x6e, 0xe4, 0x68, 0x4b, 0x52, 0xb8, 0x04, 0x73, 0x9d, 0x0a, 0x68, 0x0e, 0xc6, 0xab, - 0xa4, 0x2e, 0x47, 0x81, 0xff, 0x44, 0xfb, 0x60, 0x72, 0x13, 0x7b, 0x31, 0x91, 0x98, 0x93, 0x8f, - 0x73, 0x63, 0x2b, 0x8a, 0xfa, 0x29, 0x1c, 0x15, 0x20, 0x6e, 0x62, 0xca, 0xd2, 0x7b, 0x26, 0xdd, - 0x04, 0x3b, 0x51, 0xcb, 0xcf, 0xe1, 0xd8, 0x80, 0xbb, 0x64, 0x15, 0x3e, 0xcc, 0x78, 0x0d, 0xf4, - 0x6d, 0xae, 0xc9, 0xac, 0x57, 0xe0, 0x57, 0x05, 0xfe, 0xdf, 0xfb, 0xfd, 0xe9, 0xbb, 0xcd, 0x8e, - 0xc2, 0xac, 0xe5, 0x05, 0x76, 0xd5, 0xac, 0x60, 0x5a, 0x49, 0xaf, 0x8e, 0xc0, 0xae, 0x5e, 0xc7, - 0xb4, 0xc2, 0x57, 0xc7, 0x7e, 0x98, 0xb2, 0x5c, 0x56, 0xc3, 0xa1, 0x58, 0x1a, 0x33, 0x86, 0xfc, - 0x42, 0x36, 0xec, 0xe6, 0xe3, 0x5f, 0x8b, 0x3d, 0xe6, 0x9a, 0xd4, 0x75, 0xf2, 0x13, 0xfc, 0x78, - 0xf5, 0xf2, 0xef, 0x7f, 0xce, 0x9f, 0x77, 0x5c, 0x56, 0x89, 0x2d, 0xcd, 0x0e, 0x6a, 0xba, 0x8c, - 0xcc, 0xc3, 0x16, 0x3d, 0xe3, 0x06, 0x7a, 0x93, 0x3a, 0x45, 0xf5, 0x90, 0x05, 0x9c, 0x58, 0x95, - 0xca, 0x0b, 0x2b, 0x25, 0x6d, 0xdd, 0x75, 0x7c, 0xcc, 0xe2, 0x88, 0x18, 0x39, 0xcb, 0xa3, 0xb7, - 0xb8, 0xd3, 0x75, 0xd7, 0x51, 0xff, 0x51, 0xe0, 0x70, 0x3a, 0xef, 0xe4, 0x6e, 0xb8, 0x81, 0x59, - 0x73, 0xd8, 0xd1, 0x3b, 0x30, 0xc9, 0xcb, 0x40, 0x46, 0xa8, 0x5f, 0x62, 0xc8, 0xdb, 0x5f, 0x76, - 0xf7, 0x06, 0xa1, 0xb6, 0xcc, 0x01, 0x24, 0xa2, 0x77, 0x09, 0xb5, 0xf9, 0xf2, 0x94, 0x79, 0x22, - 0xae, 0x53, 0x61, 0x8d, 0xe5, 0x99, 0x64, 0x49, 0x88, 0xd0, 0x65, 0x80, 0x44, 0x85, 0x73, 0x4a, - 0x91, 0x89, 0x5c, 0xb9, 0xa0, 0x25, 0x84, 0x53, 0x6b, 0x10, 0x4e, 0xed, 0x83, 0x06, 0xe1, 0x5c, - 0x9d, 0x78, 0xf2, 0xd7, 0xbc, 0x62, 0x4c, 0x0b, 0x1b, 0x2e, 0x55, 0xbf, 0x1d, 0x87, 0xc3, 0x7d, - 0x9f, 0x44, 0x74, 0x15, 0x26, 0xec, 0x6a, 0x38, 0x72, 0xcb, 0x08, 0xe3, 0xb6, 0x76, 0x1f, 0x1b, - 0x99, 0x41, 0x76, 0xe4, 0x6b, 0xbc, 0x2b, 0x5f, 0x26, 0xf0, 0x1a, 0x9a, 0xd8, 0x71, 0x22, 0x33, - 0xac, 0xbe, 0x5e, 0x5f, 0x34, 0x1f, 0x0d, 0x9e, 0x2c, 0x7a, 0xc5, 0x71, 0xa2, 0xb5, 0x2a, 0xef, - 0x6a, 0xf1, 0x8c, 0x99, 0x34, 0xae, 0xe5, 0x27, 0x93, 0xae, 0x16, 0x82, 0xf5, 0xb8, 0x86, 0xee, - 0xc2, 0xb4, 0xe7, 0xde, 0x27, 0x76, 0xdd, 0xf6, 0x48, 0x7e, 0x6a, 0x10, 0x0d, 0xe9, 0xdb, 0x5c, - 0x46, 0xcb, 0x53, 0xf9, 0x05, 0xc0, 0xa4, 0x98, 0x72, 0xf4, 0x93, 0x02, 0x7b, 0xbb, 0x48, 0x2f, - 0x5a, 0x1e, 0xb4, 0x0d, 0x33, 0x48, 0x7d, 0x61, 0x65, 0x78, 0xc3, 0x04, 0x9d, 0x7a, 0xee, 0x8b, - 0xe7, 0x7f, 0x7f, 0x3d, 0x76, 0x16, 0x95, 0xf5, 0xcc, 0x3f, 0x24, 0x1d, 0xb4, 0x4c, 0x7f, 0x94, - 0x94, 0xe9, 0x31, 0xfa, 0x51, 0x81, 0xdd, 0x29, 0xcf, 0x68, 0x61, 0x18, 0x1c, 0x0d, 0xf0, 0x67, - 0x87, 0x33, 0x92, 0xc0, 0x2f, 0x08, 0xe0, 0x4b, 0xe8, 0xec, 0x76, 0x81, 0xeb, 0x8f, 0x9a, 0x5b, - 0xec, 0x31, 0xfa, 0x5e, 0x81, 0xd9, 0x34, 0x11, 0x45, 0x43, 0xc1, 0x68, 0xec, 0xfe, 0xc2, 0xe2, - 0x90, 0x56, 0x12, 0x7d, 0x49, 0xa0, 0x3f, 0x8d, 0x4e, 0x6e, 0x3b, 0xed, 0xbc, 0x65, 0xe6, 0x3a, - 0x19, 0x10, 0x5a, 0x1a, 0x70, 0x7d, 0x06, 0x43, 0x2d, 0x2c, 0x0f, 0x6d, 0x27, 0x81, 0x5f, 0x14, - 0xc0, 0x97, 0xd1, 0xa2, 0xde, 0xf7, 0x8f, 0x6e, 0x28, 0x8c, 0x05, 0xaf, 0x4b, 0xe5, 0xfd, 0x07, - 0x05, 0x72, 0x6d, 0xaf, 0x39, 0x2a, 0x0d, 0xc0, 0xd1, 0x4d, 0xb9, 0x0a, 0xe5, 0x61, 0x4c, 0x24, - 0xea, 0xf3, 0x02, 0xf5, 0x22, 0x5a, 0xc8, 0x46, 0x2d, 0x40, 0xa6, 0xc0, 0xea, 0x72, 0x57, 0xfd, - 0xa2, 0xc0, 0xfe, 0xde, 0x3c, 0x04, 0x5d, 0x18, 0x91, 0xbe, 0x24, 0x91, 0x5c, 0x7c, 0x2d, 0xf2, - 0xa3, 0x2e, 0x8a, 0xa0, 0x74, 0x74, 0x66, 0x50, 0x50, 0xe7, 0xda, 0x89, 0x17, 0xfa, 0x43, 0x81, - 0x7c, 0x16, 0xcb, 0x40, 0x97, 0x06, 0x40, 0x1a, 0x40, 0x85, 0x0a, 0x97, 0x47, 0xb6, 0x97, 0x41, - 0x5d, 0x12, 0x41, 0xad, 0xa0, 0xa5, 0xec, 0xa0, 0x3c, 0x4c, 0x99, 0xd9, 0x39, 0xdb, 0x72, 0x27, - 0xad, 0xde, 0x79, 0xfa, 0xb2, 0xa8, 0x3c, 0x7b, 0x59, 0x54, 0x5e, 0xbc, 0x2c, 0x2a, 0x4f, 0x5e, - 0x15, 0x77, 0x3d, 0x7b, 0x55, 0xdc, 0xf5, 0xdb, 0xab, 0xe2, 0xae, 0x8f, 0x97, 0x07, 0x3f, 0x1c, - 0x0f, 0x3b, 0x2e, 0x63, 0xf5, 0x90, 0x50, 0x6b, 0x4a, 0xbc, 0xbd, 0x0b, 0xff, 0x06, 0x00, 0x00, - 0xff, 0xff, 0x7b, 0x7c, 0xcd, 0x82, 0x70, 0x12, 0x00, 0x00, + // 1314 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xd4, 0x57, 0xcb, 0x6f, 0xdc, 0x44, + 0x18, 0xaf, 0xf3, 0x12, 0xf9, 0x36, 0x4d, 0xd3, 0x51, 0x69, 0x97, 0x6d, 0xbb, 0x29, 0xa6, 0x85, + 0x3e, 0x54, 0x5b, 0xbb, 0x69, 0x1e, 0xea, 0x93, 0xa6, 0x14, 0x2a, 0xf5, 0xa1, 0xd4, 0xa1, 0x20, + 0x71, 0xa8, 0x19, 0x3b, 0x53, 0xef, 0xb0, 0xde, 0xb5, 0xeb, 0x19, 0x27, 0xb5, 0x4a, 0x85, 0x04, + 0xff, 0x40, 0x11, 0x12, 0x47, 0xfe, 0x01, 0x2e, 0x70, 0xe3, 0xcc, 0xa9, 0x12, 0x1c, 0x2a, 0xf5, + 0x00, 0x02, 0x09, 0xaa, 0x16, 0xf1, 0x77, 0xa0, 0x19, 0xcf, 0x3e, 0xbc, 0x89, 0xb3, 0xd9, 0x34, + 0x17, 0x6e, 0xeb, 0x6f, 0xbe, 0xc7, 0xef, 0x7b, 0xcc, 0x37, 0xbf, 0x85, 0xa3, 0x0e, 0x76, 0x12, + 0x3f, 0x68, 0x9a, 0x6e, 0x8d, 0xb8, 0xf5, 0x30, 0xa0, 0x4d, 0x4e, 0x9b, 0x9e, 0xb9, 0x5a, 0x31, + 0xef, 0xc7, 0x24, 0x4a, 0x8c, 0x30, 0x0a, 0x78, 0x80, 0x8a, 0x4a, 0xcb, 0xc8, 0x68, 0x19, 0xab, + 0x95, 0xd2, 0x3e, 0x2f, 0xf0, 0x02, 0xa9, 0x64, 0x8a, 0x5f, 0xa9, 0x7e, 0xe9, 0x90, 0x17, 0x04, + 0x9e, 0x4f, 0x4c, 0x1c, 0x52, 0x13, 0x37, 0x9b, 0x01, 0xc7, 0x9c, 0x06, 0x4d, 0xa6, 0x4e, 0xa7, + 0xd5, 0xa9, 0xfc, 0x72, 0xe2, 0x7b, 0x26, 0xa7, 0x0d, 0xc2, 0x38, 0x6e, 0x84, 0x4a, 0xe1, 0x44, + 0x2e, 0xa8, 0x8e, 0x40, 0xa9, 0x9e, 0x74, 0x03, 0xd6, 0x08, 0x98, 0xe9, 0x60, 0x46, 0x52, 0xc8, + 0xe6, 0x6a, 0xc5, 0x21, 0x1c, 0x57, 0xcc, 0x10, 0x7b, 0xb4, 0x29, 0x03, 0xa7, 0xba, 0xfa, 0xf7, + 0x1a, 0x1c, 0xbe, 0x2d, 0x54, 0x2c, 0xbc, 0x76, 0xa5, 0xed, 0xe8, 0x06, 0x65, 0xdc, 0x22, 0xf7, + 0x63, 0xc2, 0x38, 0x5a, 0x84, 0x31, 0xc6, 0x31, 0x8f, 0x59, 0x51, 0x3b, 0xa2, 0x1d, 0x9f, 0xac, + 0x9e, 0x34, 0xf2, 0x12, 0x37, 0x3a, 0x0e, 0x96, 0xa5, 0x85, 0xa5, 0x2c, 0xd1, 0xfb, 0x00, 0x9d, + 0xc8, 0xc5, 0xa1, 0x23, 0xda, 0xf1, 0x42, 0xf5, 0x6d, 0x23, 0x85, 0x69, 0x08, 0x98, 0x46, 0x5a, + 0x59, 0x05, 0xd3, 0x58, 0xc2, 0x1e, 0x51, 0xf1, 0xad, 0x2e, 0x4b, 0xfd, 0x17, 0x0d, 0xca, 0x79, + 0x68, 0x59, 0x18, 0x34, 0x19, 0x41, 0x9f, 0xc2, 0x9e, 0x08, 0xaf, 0xd9, 0x1d, 0x6c, 0x02, 0xf7, + 0xf0, 0xf1, 0x42, 0x75, 0x3e, 0x1f, 0x77, 0xc6, 0xdb, 0xc7, 0x94, 0xd7, 0x6e, 0x12, 0x8e, 0x5b, + 0x1e, 0xad, 0xc9, 0xa8, 0xfb, 0x98, 0xa1, 0x0f, 0x36, 0x48, 0xe6, 0x9d, 0xbe, 0xc9, 0x28, 0x67, + 0xdd, 0xd9, 0x2c, 0xc0, 0x1b, 0xeb, 0x93, 0x69, 0x95, 0xfd, 0x20, 0x8c, 0x93, 0x30, 0x70, 0x6b, + 0x76, 0x33, 0x6e, 0xc8, 0xca, 0x8f, 0x58, 0xaf, 0x49, 0xc1, 0xad, 0xb8, 0xa1, 0x7f, 0x0e, 0xa5, + 0x8d, 0x2c, 0x55, 0x09, 0xee, 0xc2, 0x64, 0xb6, 0x04, 0xd2, 0xfe, 0x15, 0x2a, 0xb0, 0x3b, 0x53, + 0x01, 0x7d, 0x65, 0xa3, 0xe8, 0xac, 0x05, 0x3c, 0xdb, 0x6b, 0x6d, 0xdb, 0xbd, 0x7e, 0xa2, 0xc1, + 0xc1, 0x0d, 0xc3, 0xfc, 0xff, 0x1a, 0xfd, 0x95, 0x06, 0x87, 0x64, 0x2a, 0x8b, 0x3e, 0x5b, 0x8a, + 0x1d, 0x9f, 0xba, 0xd7, 0x49, 0xd2, 0x7d, 0xc7, 0x36, 0x6b, 0xf6, 0x8e, 0x5d, 0x9e, 0xaf, 0x35, + 0x28, 0xae, 0x07, 0xa0, 0xaa, 0x79, 0x0a, 0xf6, 0xae, 0x62, 0x9f, 0xae, 0x60, 0x1e, 0x44, 0x36, + 0x5e, 0x59, 0x89, 0x08, 0x4b, 0x2f, 0xfc, 0xb8, 0x35, 0xd5, 0x3e, 0xb8, 0x9c, 0xca, 0xd1, 0x31, + 0xd8, 0xe3, 0xf8, 0xcc, 0x0e, 0x63, 0xc7, 0xae, 0x93, 0xc4, 0xae, 0x91, 0x07, 0x12, 0xd6, 0xb8, + 0x35, 0xe1, 0x48, 0xff, 0xd7, 0x49, 0x72, 0x8d, 0x3c, 0x40, 0x6f, 0xc2, 0xc4, 0x6a, 0x20, 0x4a, + 0x6f, 0x87, 0xc1, 0x1a, 0x89, 0x8a, 0xc3, 0x32, 0xb1, 0x42, 0x2a, 0x5b, 0x12, 0x22, 0xfd, 0x59, + 0x6b, 0xfd, 0xe4, 0x02, 0xa3, 0x70, 0xa0, 0x03, 0x6c, 0x8d, 0xf2, 0x9a, 0x2d, 0x42, 0xd7, 0x49, + 0xd2, 0x6a, 0x77, 0x35, 0xbf, 0xdd, 0x79, 0x4e, 0xad, 0x7d, 0x6d, 0x97, 0x62, 0x08, 0x16, 0x7d, + 0x76, 0x9d, 0x24, 0x3b, 0xd8, 0xef, 0x39, 0x38, 0x20, 0x93, 0xba, 0x2a, 0x5a, 0xa8, 0x56, 0xe1, + 0x56, 0xae, 0xf5, 0x5d, 0x28, 0xae, 0xb7, 0x53, 0x75, 0xd8, 0x81, 0x35, 0xac, 0x5f, 0x05, 0x3d, + 0xbd, 0x51, 0xc4, 0x25, 0x4d, 0xde, 0x15, 0xe5, 0x4a, 0x10, 0x77, 0x36, 0xcf, 0x34, 0x14, 0x52, + 0x88, 0xae, 0x90, 0x2a, 0x90, 0x20, 0x45, 0x52, 0x4f, 0xff, 0x76, 0x08, 0xde, 0xda, 0xd4, 0x8f, + 0x82, 0x7c, 0x10, 0xc6, 0x39, 0x0d, 0x6d, 0x69, 0xd9, 0xca, 0x95, 0xd3, 0x50, 0xea, 0xf7, 0x46, + 0x19, 0xea, 0x8d, 0x82, 0xee, 0xc3, 0x44, 0x0a, 0x5b, 0x69, 0x0c, 0xcb, 0x6e, 0xdf, 0xca, 0x4f, + 0x7b, 0x0b, 0x90, 0x8c, 0x2e, 0xd9, 0xd5, 0x26, 0x8f, 0x12, 0xab, 0xc0, 0x3a, 0x92, 0xd2, 0x45, + 0x98, 0xea, 0x55, 0x40, 0x53, 0x30, 0x5c, 0x27, 0x89, 0xba, 0x0a, 0xe2, 0x27, 0xda, 0x07, 0xa3, + 0xab, 0xd8, 0x8f, 0x89, 0xc2, 0x9c, 0x7e, 0x9c, 0x1d, 0x5a, 0xd0, 0xf4, 0xcf, 0xe0, 0xa8, 0x04, + 0x71, 0x03, 0x33, 0x9e, 0xdd, 0x33, 0xd9, 0x21, 0xd8, 0x89, 0x5e, 0x7e, 0x01, 0xc7, 0xfa, 0xc4, + 0x52, 0x5d, 0xf8, 0x28, 0xe7, 0x35, 0x30, 0xb7, 0xb8, 0x26, 0xf3, 0x5e, 0x81, 0xdf, 0x34, 0x78, + 0x7d, 0xe3, 0xf7, 0x67, 0xd3, 0x6d, 0x76, 0x14, 0x26, 0x1d, 0x3f, 0x70, 0xeb, 0x76, 0x0d, 0xb3, + 0x5a, 0x76, 0x75, 0x04, 0x6e, 0xfd, 0x1a, 0x66, 0x35, 0xb1, 0x3a, 0xf6, 0xc3, 0x98, 0x43, 0x79, + 0x03, 0x87, 0x72, 0x69, 0x4c, 0x58, 0xea, 0x0b, 0xb9, 0xb0, 0x5b, 0x5c, 0xff, 0x46, 0xec, 0x73, + 0x6a, 0x33, 0xea, 0x15, 0x47, 0xc4, 0xf1, 0xe2, 0xa5, 0x3f, 0xfe, 0x9a, 0x3e, 0xe7, 0x51, 0x5e, + 0x8b, 0x1d, 0xc3, 0x0d, 0x1a, 0xa6, 0xca, 0xcc, 0xc7, 0x0e, 0x3b, 0x4d, 0x03, 0xb3, 0x4d, 0x9d, + 0xa2, 0x24, 0xe4, 0x81, 0xe9, 0xf8, 0xac, 0x52, 0x9d, 0x59, 0xa8, 0x18, 0xcb, 0xd4, 0x6b, 0x62, + 0x1e, 0x47, 0xc4, 0x2a, 0x38, 0x3e, 0xbb, 0x29, 0x9c, 0x2e, 0x53, 0x4f, 0xff, 0x57, 0x83, 0xc3, + 0xd9, 0xba, 0x93, 0x3b, 0xe1, 0x0a, 0xe6, 0xed, 0xcb, 0x8e, 0xde, 0x85, 0x51, 0xd1, 0x06, 0xb2, + 0x8d, 0xfe, 0xa5, 0x86, 0x62, 0xfc, 0xd5, 0x74, 0xaf, 0x10, 0xe6, 0xaa, 0x1a, 0x40, 0x2a, 0x7a, + 0x8f, 0x30, 0x57, 0x2c, 0x4f, 0x55, 0x27, 0x42, 0xbd, 0x1a, 0x6f, 0x2d, 0xcf, 0xb4, 0x4a, 0x52, + 0x84, 0x2e, 0x01, 0xa4, 0x2a, 0x82, 0x2b, 0xca, 0x4a, 0x14, 0xaa, 0x25, 0x23, 0x25, 0x92, 0x46, + 0x8b, 0x48, 0x1a, 0x1f, 0xb6, 0x88, 0xe4, 0xe2, 0xc8, 0xe3, 0xbf, 0xa7, 0x35, 0x6b, 0x5c, 0xda, + 0x08, 0xa9, 0xfe, 0xdd, 0x30, 0x1c, 0xde, 0xf4, 0x49, 0x44, 0x57, 0x60, 0xc4, 0xad, 0x87, 0xdb, + 0x1e, 0x19, 0x69, 0xdc, 0x35, 0xee, 0x43, 0xdb, 0x66, 0x90, 0x3d, 0xf5, 0x1a, 0x5e, 0x57, 0x2f, + 0x1b, 0x44, 0x0f, 0x6d, 0xec, 0x79, 0x91, 0x1d, 0xd6, 0x5f, 0x6d, 0x2e, 0xda, 0x8f, 0x86, 0x28, + 0x16, 0xbb, 0xec, 0x79, 0xd1, 0x52, 0x5d, 0x4c, 0xb5, 0x7c, 0xc6, 0x6c, 0x16, 0x37, 0x8a, 0xa3, + 0xe9, 0x54, 0x4b, 0xc1, 0x72, 0xdc, 0x40, 0x77, 0x60, 0xdc, 0xa7, 0xf7, 0x88, 0x9b, 0xb8, 0x3e, + 0x29, 0x8e, 0xf5, 0xa3, 0x21, 0x9b, 0x0e, 0x97, 0xd5, 0xf1, 0x54, 0x7d, 0x0e, 0x30, 0x2a, 0x6f, + 0x39, 0xfa, 0x59, 0x83, 0xbd, 0xeb, 0x48, 0x2f, 0x9a, 0xef, 0xb7, 0x0d, 0x73, 0x48, 0x7d, 0x69, + 0x61, 0x70, 0xc3, 0x14, 0x9d, 0x7e, 0xf6, 0xcb, 0x67, 0xff, 0x7c, 0x33, 0x74, 0x06, 0x55, 0xcd, + 0xdc, 0x3f, 0x24, 0x3d, 0xb4, 0xcc, 0x7c, 0x98, 0xb6, 0xe9, 0x11, 0xfa, 0x49, 0x83, 0xdd, 0x19, + 0xcf, 0x68, 0x66, 0x10, 0x1c, 0x2d, 0xf0, 0x67, 0x06, 0x33, 0x52, 0xc0, 0xcf, 0x4b, 0xe0, 0x73, + 0xe8, 0xcc, 0x56, 0x81, 0x9b, 0x0f, 0xdb, 0x5b, 0xec, 0x11, 0xfa, 0x41, 0x83, 0xc9, 0x2c, 0x11, + 0x45, 0x03, 0xc1, 0x68, 0xed, 0xfe, 0xd2, 0xec, 0x80, 0x56, 0x0a, 0x7d, 0x45, 0xa2, 0x3f, 0x85, + 0x4e, 0x6c, 0xb9, 0xec, 0x62, 0x64, 0xa6, 0x7a, 0x19, 0x10, 0x9a, 0xeb, 0x13, 0x3e, 0x87, 0xa1, + 0x96, 0xe6, 0x07, 0xb6, 0x53, 0xc0, 0x2f, 0x48, 0xe0, 0xf3, 0x68, 0x36, 0x1f, 0xb8, 0xe2, 0x92, + 0x3e, 0x75, 0x25, 0xaf, 0xcb, 0xd4, 0xfd, 0x47, 0x0d, 0x0a, 0x5d, 0xaf, 0x39, 0xaa, 0xf4, 0xc1, + 0xb1, 0x9e, 0x72, 0x95, 0xaa, 0x83, 0x98, 0x28, 0xd4, 0xe7, 0x24, 0xea, 0x59, 0x34, 0x93, 0x8f, + 0x5a, 0x82, 0xcc, 0x80, 0x35, 0xd5, 0xae, 0xfa, 0x55, 0x83, 0xfd, 0x1b, 0xf3, 0x10, 0x74, 0x7e, + 0x9b, 0xf4, 0x25, 0xcd, 0xe4, 0xc2, 0x2b, 0x91, 0x1f, 0x7d, 0x56, 0x26, 0x65, 0xa2, 0xd3, 0xfd, + 0x92, 0x3a, 0xdb, 0x4d, 0xbc, 0xd0, 0x9f, 0x1a, 0x14, 0xf3, 0x58, 0x06, 0xba, 0xd8, 0x07, 0x52, + 0x1f, 0x2a, 0x54, 0xba, 0xb4, 0x6d, 0x7b, 0x95, 0xd4, 0x45, 0x99, 0xd4, 0x02, 0x9a, 0xcb, 0x4f, + 0xca, 0xc7, 0x8c, 0xdb, 0xbd, 0x77, 0x5b, 0xed, 0xa4, 0xc5, 0xdb, 0x4f, 0x5e, 0x94, 0xb5, 0xa7, + 0x2f, 0xca, 0xda, 0xf3, 0x17, 0x65, 0xed, 0xf1, 0xcb, 0xf2, 0xae, 0xa7, 0x2f, 0xcb, 0xbb, 0x7e, + 0x7f, 0x59, 0xde, 0xf5, 0xc9, 0x7c, 0xff, 0x87, 0xe3, 0x41, 0x4f, 0x30, 0x9e, 0x84, 0x84, 0x39, + 0x63, 0xf2, 0xed, 0x9d, 0xf9, 0x2f, 0x00, 0x00, 0xff, 0xff, 0x63, 0xf0, 0x65, 0xc8, 0x48, 0x12, + 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/finality/client/cli/query.go b/x/finality/client/cli/query.go index 01d0a7b07..563917074 100644 --- a/x/finality/client/cli/query.go +++ b/x/finality/client/cli/query.go @@ -41,6 +41,7 @@ func GetQueryCmd(queryRoute string) *cobra.Command { CmdListEvidences(), CmdSigningInfo(), CmdAllSigningInfo(), + CmdNextRewardHeight(), ) return cmd @@ -408,3 +409,30 @@ func CmdAllSigningInfo() *cobra.Command { return cmd } + +func CmdNextRewardHeight() *cobra.Command { + cmd := &cobra.Command{ + Use: "next-reward-height", + Short: "Returns the next block height to be BTC rewarded", + Args: cobra.NoArgs, + RunE: func(cmd *cobra.Command, args []string) error { + clientCtx := client.GetClientContextFromCmd(cmd) + + queryClient := types.NewQueryClient(clientCtx) + + res, err := queryClient.NextRewardHeight( + cmd.Context(), + &types.QueryNextRewardHeightRequest{}, + ) + if err != nil { + return err + } + + return clientCtx.PrintProto(res) + }, + } + + flags.AddQueryFlagsToCmd(cmd) + + return cmd +} diff --git a/x/finality/keeper/grpc_query.go b/x/finality/keeper/grpc_query.go index 8567ddf5c..f7a27eda2 100644 --- a/x/finality/keeper/grpc_query.go +++ b/x/finality/keeper/grpc_query.go @@ -373,6 +373,14 @@ func (k Keeper) SigningInfos(ctx context.Context, req *types.QuerySigningInfosRe return &types.QuerySigningInfosResponse{SigningInfos: convertToSigningInfosResponse(signInfos), Pagination: pageRes}, nil } +// NextRewardHeight returns the next block height to be rewarded +func (k Keeper) NextRewardHeight(ctx context.Context, _ *types.QueryNextRewardHeightRequest) (*types.QueryNextRewardHeightResponse, error) { + sdkCtx := sdk.UnwrapSDKContext(ctx) + return &types.QueryNextRewardHeightResponse{ + NextRewardHeight: k.GetNextHeightToReward(sdkCtx), + }, nil +} + func convertToSigningInfoResponse(info types.FinalityProviderSigningInfo) types.SigningInfoResponse { return types.SigningInfoResponse{ FpBtcPkHex: info.FpBtcPk.MarshalHex(), diff --git a/x/finality/types/query.pb.go b/x/finality/types/query.pb.go index b858c89cf..f57c7624e 100644 --- a/x/finality/types/query.pb.go +++ b/x/finality/types/query.pb.go @@ -1816,6 +1816,91 @@ func (m *QuerySigningInfosResponse) GetPagination() *query.PageResponse { return nil } +// QueryNextRewardHeightRequest is the request type for the Query/NextRewardHeight RPC +// method +type QueryNextRewardHeightRequest struct { +} + +func (m *QueryNextRewardHeightRequest) Reset() { *m = QueryNextRewardHeightRequest{} } +func (m *QueryNextRewardHeightRequest) String() string { return proto.CompactTextString(m) } +func (*QueryNextRewardHeightRequest) ProtoMessage() {} +func (*QueryNextRewardHeightRequest) Descriptor() ([]byte, []int) { + return fileDescriptor_32bddab77af6fdae, []int{32} +} +func (m *QueryNextRewardHeightRequest) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *QueryNextRewardHeightRequest) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_QueryNextRewardHeightRequest.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *QueryNextRewardHeightRequest) XXX_Merge(src proto.Message) { + xxx_messageInfo_QueryNextRewardHeightRequest.Merge(m, src) +} +func (m *QueryNextRewardHeightRequest) XXX_Size() int { + return m.Size() +} +func (m *QueryNextRewardHeightRequest) XXX_DiscardUnknown() { + xxx_messageInfo_QueryNextRewardHeightRequest.DiscardUnknown(m) +} + +var xxx_messageInfo_QueryNextRewardHeightRequest proto.InternalMessageInfo + +// QueryNextRewardHeightResponse is the response type for the Query/NextRewardHeight RPC +// method +type QueryNextRewardHeightResponse struct { + // NextRewardHeight is the next block height which will be rewarded + NextRewardHeight uint64 `protobuf:"varint,2,opt,name=next_reward_height,json=nextRewardHeight,proto3" json:"next_reward_height,omitempty"` +} + +func (m *QueryNextRewardHeightResponse) Reset() { *m = QueryNextRewardHeightResponse{} } +func (m *QueryNextRewardHeightResponse) String() string { return proto.CompactTextString(m) } +func (*QueryNextRewardHeightResponse) ProtoMessage() {} +func (*QueryNextRewardHeightResponse) Descriptor() ([]byte, []int) { + return fileDescriptor_32bddab77af6fdae, []int{33} +} +func (m *QueryNextRewardHeightResponse) XXX_Unmarshal(b []byte) error { + return m.Unmarshal(b) +} +func (m *QueryNextRewardHeightResponse) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { + if deterministic { + return xxx_messageInfo_QueryNextRewardHeightResponse.Marshal(b, m, deterministic) + } else { + b = b[:cap(b)] + n, err := m.MarshalToSizedBuffer(b) + if err != nil { + return nil, err + } + return b[:n], nil + } +} +func (m *QueryNextRewardHeightResponse) XXX_Merge(src proto.Message) { + xxx_messageInfo_QueryNextRewardHeightResponse.Merge(m, src) +} +func (m *QueryNextRewardHeightResponse) XXX_Size() int { + return m.Size() +} +func (m *QueryNextRewardHeightResponse) XXX_DiscardUnknown() { + xxx_messageInfo_QueryNextRewardHeightResponse.DiscardUnknown(m) +} + +var xxx_messageInfo_QueryNextRewardHeightResponse proto.InternalMessageInfo + +func (m *QueryNextRewardHeightResponse) GetNextRewardHeight() uint64 { + if m != nil { + return m.NextRewardHeight + } + return 0 +} + func init() { proto.RegisterEnum("babylon.finality.v1.QueriedBlockStatus", QueriedBlockStatus_name, QueriedBlockStatus_value) proto.RegisterType((*QueryParamsRequest)(nil), "babylon.finality.v1.QueryParamsRequest") @@ -1852,136 +1937,142 @@ func init() { proto.RegisterType((*QuerySigningInfoResponse)(nil), "babylon.finality.v1.QuerySigningInfoResponse") proto.RegisterType((*QuerySigningInfosRequest)(nil), "babylon.finality.v1.QuerySigningInfosRequest") proto.RegisterType((*QuerySigningInfosResponse)(nil), "babylon.finality.v1.QuerySigningInfosResponse") + proto.RegisterType((*QueryNextRewardHeightRequest)(nil), "babylon.finality.v1.QueryNextRewardHeightRequest") + proto.RegisterType((*QueryNextRewardHeightResponse)(nil), "babylon.finality.v1.QueryNextRewardHeightResponse") } func init() { proto.RegisterFile("babylon/finality/v1/query.proto", fileDescriptor_32bddab77af6fdae) } var fileDescriptor_32bddab77af6fdae = []byte{ - // 1974 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0xcd, 0x6f, 0x1b, 0xd7, - 0x11, 0xd7, 0x93, 0x2c, 0x59, 0x1e, 0x92, 0xb5, 0xf4, 0x24, 0xab, 0x2a, 0x6d, 0x53, 0xd4, 0x26, - 0xb6, 0x14, 0xd9, 0xde, 0xb5, 0x68, 0xd7, 0x75, 0x8c, 0x38, 0xb6, 0xe8, 0x4a, 0x95, 0x50, 0x59, - 0x66, 0x56, 0x8e, 0x81, 0xfa, 0xb2, 0x58, 0x52, 0x4b, 0x72, 0x2b, 0xee, 0x47, 0xb8, 0xbb, 0xac, - 0x84, 0x22, 0x40, 0xd1, 0x43, 0x0e, 0x45, 0x0b, 0x04, 0xe8, 0xa5, 0x3d, 0xe4, 0x50, 0xa0, 0x2d, - 0x8a, 0xf6, 0xd2, 0x6b, 0xff, 0x03, 0x1f, 0x83, 0xb4, 0x87, 0x22, 0x45, 0xdc, 0xc0, 0x36, 0x50, - 0x20, 0xa7, 0xfe, 0x09, 0xc5, 0xbe, 0x37, 0xcb, 0xe5, 0x92, 0x4b, 0x72, 0xf5, 0x81, 0x5e, 0x04, - 0xf1, 0xbd, 0xf9, 0xf8, 0xcd, 0xbc, 0x99, 0xd9, 0x99, 0x81, 0x85, 0xb2, 0x5a, 0x3e, 0x6c, 0x58, - 0xa6, 0x54, 0xd5, 0x4d, 0xb5, 0xa1, 0xbb, 0x87, 0x52, 0x6b, 0x55, 0xfa, 0xc8, 0xd3, 0x9a, 0x87, - 0xa2, 0xdd, 0xb4, 0x5c, 0x8b, 0xce, 0x20, 0x81, 0x18, 0x10, 0x88, 0xad, 0xd5, 0xec, 0x6c, 0xcd, - 0xaa, 0x59, 0xec, 0x5e, 0xf2, 0xff, 0xe3, 0xa4, 0xd9, 0x4b, 0x35, 0xcb, 0xaa, 0x35, 0x34, 0x49, - 0xb5, 0x75, 0x49, 0x35, 0x4d, 0xcb, 0x55, 0x5d, 0xdd, 0x32, 0x1d, 0xbc, 0x5d, 0xa9, 0x58, 0x8e, - 0x61, 0x39, 0x52, 0x59, 0x75, 0x34, 0xae, 0x41, 0x6a, 0xad, 0x96, 0x35, 0x57, 0x5d, 0x95, 0x6c, - 0xb5, 0xa6, 0x9b, 0x8c, 0x18, 0x69, 0xf3, 0x71, 0xa8, 0x6c, 0xb5, 0xa9, 0x1a, 0x81, 0x34, 0x21, - 0x8e, 0xa2, 0x0d, 0x91, 0xd3, 0x2c, 0x20, 0x1e, 0xf6, 0xab, 0xec, 0x55, 0x25, 0x57, 0x37, 0x34, - 0xc7, 0x55, 0x0d, 0x1b, 0x09, 0xa6, 0x55, 0x43, 0x37, 0x2d, 0x89, 0xfd, 0xe5, 0x47, 0xc2, 0x2c, - 0xd0, 0x0f, 0x7c, 0x6c, 0x25, 0xa6, 0x4c, 0xd6, 0x3e, 0xf2, 0x34, 0xc7, 0x15, 0x4a, 0x30, 0x13, - 0x39, 0x75, 0x6c, 0xcb, 0x74, 0x34, 0xfa, 0x2e, 0x4c, 0x70, 0x50, 0xf3, 0x24, 0x4f, 0x96, 0x53, - 0x85, 0x8b, 0x62, 0x8c, 0xb3, 0x44, 0xce, 0x54, 0x3c, 0xf3, 0xe2, 0xe5, 0xc2, 0x88, 0x8c, 0x0c, - 0x42, 0x15, 0xde, 0x61, 0x12, 0x37, 0x90, 0xb0, 0xd4, 0xb4, 0x5a, 0xfa, 0x9e, 0xd6, 0x2c, 0x59, - 0x3f, 0xd1, 0x9a, 0x6b, 0xee, 0xa6, 0xa6, 0xd7, 0xea, 0x2e, 0xaa, 0xa7, 0x8b, 0x90, 0xa9, 0xda, - 0x4a, 0xd9, 0xad, 0x28, 0xf6, 0xbe, 0x52, 0xd7, 0x0e, 0x98, 0xba, 0x73, 0x32, 0x54, 0xed, 0xa2, - 0x5b, 0x29, 0xed, 0x6f, 0x6a, 0x07, 0x74, 0x0e, 0x26, 0xea, 0x8c, 0x67, 0x7e, 0x34, 0x4f, 0x96, - 0xcf, 0xc8, 0xf8, 0x4b, 0x78, 0x02, 0x2b, 0x49, 0xf4, 0xa0, 0x41, 0x8b, 0x90, 0x6e, 0x59, 0xae, - 0x6e, 0xd6, 0x14, 0xdb, 0xbf, 0x67, 0x7a, 0xce, 0xc8, 0x29, 0x7e, 0xc6, 0x58, 0x84, 0xc7, 0xb0, - 0x1c, 0x2b, 0xf0, 0x91, 0xd7, 0x6c, 0x6a, 0xa6, 0xcb, 0x88, 0x92, 0xe3, 0xee, 0xeb, 0x87, 0xa8, - 0x38, 0x84, 0x17, 0x1a, 0x49, 0x3a, 0x8d, 0xec, 0x81, 0x3d, 0xda, 0x0b, 0xfb, 0x57, 0x04, 0xae, - 0x31, 0x45, 0x6b, 0x15, 0x57, 0x6f, 0x69, 0xdd, 0xea, 0x9c, 0x6e, 0x97, 0xf7, 0x53, 0xb5, 0x01, - 0x10, 0x46, 0x2b, 0x53, 0x94, 0x2a, 0x5c, 0x15, 0x79, 0x68, 0x8b, 0x7e, 0x68, 0x8b, 0x3c, 0x79, - 0x30, 0xb4, 0xc5, 0x92, 0x5a, 0xd3, 0x50, 0xa6, 0xdc, 0xc1, 0x29, 0x7c, 0x33, 0x0a, 0x4b, 0x43, - 0xa1, 0xa0, 0xd9, 0xcf, 0x00, 0xba, 0x7d, 0x58, 0xbc, 0xfb, 0xe5, 0xcb, 0x85, 0xdb, 0x35, 0xdd, - 0xad, 0x7b, 0x65, 0xb1, 0x62, 0x19, 0x12, 0x06, 0x5e, 0x43, 0x2d, 0x3b, 0x37, 0x74, 0x2b, 0xf8, - 0x29, 0xb9, 0x87, 0xb6, 0xe6, 0x88, 0xc5, 0xad, 0xd2, 0xad, 0xdb, 0x37, 0x4b, 0x5e, 0xf9, 0x87, - 0xda, 0xa1, 0x3c, 0x59, 0x1e, 0x12, 0x33, 0x3d, 0xee, 0x1c, 0xeb, 0x71, 0x27, 0xbd, 0x0d, 0x73, - 0x4e, 0x43, 0x75, 0xea, 0xda, 0x9e, 0x82, 0xaa, 0x14, 0x14, 0x75, 0x86, 0x11, 0xcf, 0xe2, 0x6d, - 0x91, 0x5f, 0x72, 0x83, 0xe8, 0x75, 0xa0, 0x6d, 0x2e, 0xb7, 0x12, 0x70, 0x8c, 0xe7, 0xc9, 0x72, - 0x46, 0x9e, 0x0a, 0x38, 0xdc, 0x0a, 0x52, 0xcf, 0xc1, 0xc4, 0x8f, 0x55, 0xbd, 0xa1, 0xed, 0xcd, - 0x4f, 0xe4, 0xc9, 0xf2, 0xa4, 0x8c, 0xbf, 0xe8, 0x4d, 0x98, 0xad, 0xeb, 0xb5, 0xba, 0xe6, 0xb8, - 0x4a, 0xcb, 0x72, 0xb5, 0xbd, 0x40, 0xce, 0x59, 0x26, 0x87, 0xe2, 0xdd, 0x33, 0xff, 0x8a, 0x4b, - 0x12, 0xde, 0x10, 0xb8, 0x9e, 0xec, 0xf1, 0xd1, 0xe3, 0xfb, 0x40, 0x83, 0x0c, 0x56, 0xec, 0x80, - 0x6a, 0x9e, 0xe4, 0xc7, 0x96, 0x53, 0x85, 0xf7, 0x62, 0x93, 0x3c, 0xa1, 0x64, 0x79, 0xba, 0xda, - 0x4d, 0x42, 0x7f, 0x10, 0x13, 0x52, 0x4b, 0x43, 0x43, 0x0a, 0xe5, 0x75, 0xc6, 0xd4, 0x65, 0xb8, - 0x18, 0x5a, 0xa9, 0xb6, 0xcd, 0x0f, 0x8a, 0xd8, 0x1d, 0xb8, 0x14, 0x7f, 0x3d, 0x38, 0xbb, 0xfc, - 0xd4, 0xc9, 0x33, 0xc6, 0x6d, 0xdd, 0x71, 0x4b, 0x5e, 0xb9, 0xa1, 0x57, 0x64, 0xd5, 0xdc, 0xb3, - 0x0c, 0x53, 0x73, 0x9c, 0x23, 0x94, 0xa8, 0xd3, 0x4a, 0x9d, 0x2f, 0x46, 0x61, 0x71, 0x00, 0x1e, - 0xb4, 0xe6, 0xf7, 0x04, 0xd2, 0xb6, 0x57, 0x56, 0x9a, 0xaa, 0xb9, 0xa7, 0x18, 0xaa, 0x8d, 0xaf, - 0xb7, 0x11, 0xfb, 0x7a, 0x43, 0xc5, 0x89, 0x25, 0xaf, 0xec, 0x9f, 0x3e, 0x56, 0xed, 0x75, 0xd3, - 0x6d, 0x1e, 0x16, 0xef, 0x7d, 0xf9, 0x72, 0xe1, 0x4e, 0xd2, 0xfc, 0xdb, 0xad, 0xd4, 0x4d, 0xab, - 0xd9, 0x44, 0x19, 0x32, 0xd8, 0x6d, 0x61, 0xa7, 0xf6, 0xf8, 0xd9, 0xfb, 0x70, 0xbe, 0x0b, 0x23, - 0x9d, 0x82, 0xb1, 0x7d, 0xed, 0x10, 0x5f, 0xd3, 0xff, 0x97, 0xce, 0xc2, 0x78, 0x4b, 0x6d, 0x78, - 0x1a, 0x53, 0x94, 0x96, 0xf9, 0x8f, 0x7b, 0xa3, 0x77, 0x89, 0xd0, 0x82, 0x0b, 0xc8, 0xfe, 0xc8, - 0x32, 0x0c, 0x3d, 0x8c, 0x8a, 0x3c, 0xa4, 0x4d, 0xcf, 0x50, 0x02, 0x57, 0xa2, 0x34, 0x30, 0x3d, - 0x03, 0xe9, 0x69, 0x0e, 0xa0, 0xc2, 0x78, 0x0c, 0xcd, 0x74, 0x51, 0x72, 0xc7, 0x09, 0xbd, 0x08, - 0xe7, 0x34, 0xdb, 0xaa, 0xd4, 0x15, 0xd3, 0x33, 0xb0, 0x96, 0x4c, 0xb2, 0x83, 0x1d, 0xcf, 0x10, - 0x7e, 0x41, 0xe0, 0x72, 0xa7, 0xf7, 0x3b, 0x11, 0xfc, 0xdf, 0x23, 0xeb, 0x1f, 0xa3, 0x90, 0xeb, - 0x07, 0x06, 0xdd, 0x71, 0x00, 0x33, 0xed, 0xa8, 0xe2, 0x36, 0x76, 0x04, 0xd7, 0xd6, 0xd0, 0xe0, - 0xea, 0x95, 0x28, 0x46, 0x4e, 0x83, 0xb7, 0x93, 0xa7, 0xec, 0xae, 0xe3, 0xd3, 0x8b, 0x14, 0xab, - 0xeb, 0xa9, 0x07, 0xc4, 0xcb, 0xc3, 0xce, 0x78, 0x49, 0x15, 0x56, 0xe2, 0xfb, 0x9b, 0x38, 0xb3, - 0x3a, 0x63, 0xeb, 0x1a, 0x4c, 0x33, 0x1f, 0x14, 0x1b, 0x56, 0x65, 0x7f, 0xc8, 0x07, 0x56, 0x78, - 0x8c, 0x0d, 0x18, 0x12, 0xa3, 0xdb, 0xbf, 0x07, 0xe3, 0x65, 0xff, 0x00, 0x1b, 0xad, 0xc5, 0x58, - 0x20, 0x5b, 0xe6, 0x9e, 0x76, 0xa0, 0xed, 0x71, 0x4e, 0x4e, 0x2f, 0xfc, 0x8e, 0xc0, 0x5c, 0xfb, - 0x01, 0xd8, 0x4d, 0xbb, 0x64, 0x3d, 0x80, 0x09, 0xc7, 0x55, 0x5d, 0x8f, 0x77, 0x6f, 0xdf, 0x2a, - 0x2c, 0xf5, 0x7d, 0x3d, 0x1d, 0x85, 0xee, 0x32, 0x72, 0x19, 0xd9, 0x4e, 0x2d, 0xec, 0x3e, 0x23, - 0xf0, 0xed, 0x1e, 0x8c, 0x61, 0x8b, 0xc9, 0x0c, 0x09, 0xbe, 0x3e, 0x09, 0x2c, 0x47, 0x86, 0xd3, - 0xfb, 0xae, 0xdc, 0x82, 0xef, 0x30, 0x78, 0xfe, 0x27, 0x35, 0x69, 0xa3, 0x24, 0x58, 0x90, 0x8d, - 0x63, 0x42, 0xb3, 0x3e, 0x80, 0xb3, 0x3c, 0xa3, 0xb9, 0x5d, 0xe9, 0x13, 0xf4, 0x33, 0x13, 0xac, - 0x9f, 0x71, 0x84, 0x77, 0x61, 0x96, 0x29, 0x5c, 0xf7, 0x3f, 0xab, 0x66, 0x45, 0x3b, 0x42, 0x13, - 0xfa, 0xaf, 0x31, 0x98, 0x0a, 0xd9, 0xda, 0xbd, 0xf0, 0xd0, 0xba, 0xb3, 0x08, 0x69, 0xe6, 0x6b, - 0x25, 0xd2, 0x46, 0xa5, 0xd8, 0x19, 0x36, 0x31, 0x1f, 0xc2, 0x64, 0xbb, 0x74, 0xfa, 0xb5, 0x2f, - 0x7d, 0xa2, 0x2f, 0xc7, 0x59, 0xac, 0x0a, 0x7e, 0x27, 0x55, 0x51, 0x4d, 0xcb, 0xd4, 0x2b, 0x6a, - 0x43, 0x51, 0x6d, 0x5b, 0xa9, 0xab, 0x4e, 0x9d, 0xf5, 0x5e, 0x69, 0x79, 0xaa, 0x7d, 0xb3, 0x66, - 0xdb, 0x9b, 0xaa, 0x53, 0xa7, 0x02, 0x64, 0xaa, 0x56, 0x73, 0x3f, 0x24, 0x1c, 0x67, 0x84, 0x29, - 0xff, 0x30, 0xa0, 0xb1, 0x61, 0x2e, 0x94, 0xd8, 0x6e, 0x7e, 0x1c, 0xbd, 0xc6, 0xba, 0xaf, 0xe3, - 0xc1, 0x5e, 0x7f, 0xf2, 0x74, 0x77, 0x57, 0xaf, 0xc9, 0xb3, 0x6d, 0xc9, 0x41, 0x83, 0xb4, 0xab, - 0xd7, 0x68, 0x15, 0xa6, 0x19, 0xaa, 0x88, 0xb2, 0xb3, 0x27, 0x56, 0x76, 0xde, 0x17, 0xda, 0xa1, - 0x47, 0x78, 0x0e, 0x17, 0xba, 0x02, 0x03, 0x5f, 0x78, 0x0d, 0x26, 0x35, 0x3c, 0xc3, 0xba, 0x72, - 0x25, 0x36, 0xbb, 0xba, 0x19, 0xe5, 0x36, 0x9b, 0xf0, 0x09, 0xc1, 0xdc, 0xf0, 0x53, 0x37, 0xa0, - 0xeb, 0x68, 0x8a, 0xd2, 0x8e, 0xab, 0x36, 0x5d, 0x25, 0x92, 0x21, 0x29, 0x76, 0xb6, 0x79, 0xba, - 0xf3, 0xc4, 0x9f, 0x09, 0xe6, 0x5b, 0x17, 0x10, 0x34, 0xf5, 0x11, 0x9c, 0x0b, 0x30, 0x07, 0x95, - 0x24, 0xa1, 0xad, 0x21, 0xdf, 0xe9, 0x15, 0x94, 0xf7, 0xb0, 0xde, 0xed, 0xea, 0x35, 0x53, 0x37, - 0x6b, 0x5b, 0x66, 0xd5, 0x3a, 0x42, 0xb6, 0x7e, 0x45, 0x60, 0x26, 0xc2, 0x79, 0xa4, 0x84, 0x8d, - 0x3c, 0x88, 0x6f, 0xc3, 0x58, 0xf4, 0x41, 0x0a, 0x70, 0xc1, 0xd0, 0x1d, 0xc7, 0x1f, 0x51, 0x58, - 0x19, 0x55, 0x2a, 0x96, 0x67, 0xba, 0x38, 0x05, 0x8d, 0xc9, 0x33, 0xfc, 0x92, 0x57, 0xe9, 0x47, - 0xfc, 0x8a, 0x6e, 0x43, 0x9a, 0xcf, 0x26, 0x8a, 0x67, 0xba, 0x7a, 0x83, 0xe5, 0x61, 0xaa, 0x90, - 0x15, 0xf9, 0xfe, 0x41, 0x0c, 0xf6, 0x0f, 0xe2, 0xd3, 0x60, 0xff, 0x50, 0xcc, 0xbc, 0x78, 0xb9, - 0x30, 0xf2, 0xe9, 0xbf, 0x17, 0xc8, 0x9f, 0xfe, 0xf3, 0xd7, 0x15, 0x22, 0xa7, 0x38, 0xfb, 0x87, - 0x3e, 0xb7, 0x60, 0xc0, 0x7c, 0xaf, 0x77, 0xda, 0x75, 0x33, 0xed, 0xf0, 0x63, 0x45, 0x37, 0xab, - 0x16, 0x86, 0xed, 0x72, 0xec, 0x53, 0xc6, 0xf0, 0xe3, 0x12, 0x22, 0xe5, 0x84, 0x57, 0x42, 0xb9, - 0x57, 0x5d, 0x3b, 0x80, 0xa3, 0xd1, 0x49, 0x8e, 0x1d, 0x9d, 0x7f, 0x0b, 0xd2, 0x24, 0xaa, 0x04, - 0x8d, 0xda, 0x85, 0x4c, 0xa7, 0x51, 0x41, 0x80, 0x1e, 0xd5, 0xaa, 0x74, 0x87, 0x55, 0xa7, 0x17, - 0xac, 0x2b, 0x0f, 0x78, 0x43, 0x12, 0xed, 0x01, 0xe8, 0x34, 0x64, 0x76, 0x9e, 0xec, 0x28, 0x1b, - 0x5b, 0x3b, 0x6b, 0xdb, 0x5b, 0xcf, 0xd7, 0xbf, 0x3f, 0x35, 0x42, 0x33, 0x70, 0x2e, 0xfc, 0x49, - 0xe8, 0x59, 0x18, 0x5b, 0xdb, 0xf9, 0xd1, 0xd4, 0x68, 0xe1, 0x9b, 0x19, 0x18, 0x67, 0xc6, 0xd3, - 0x9f, 0x11, 0x98, 0xe0, 0xdb, 0x20, 0xda, 0xbf, 0xd9, 0x88, 0xae, 0x9e, 0xb2, 0xcb, 0xc3, 0x09, - 0x39, 0x68, 0xe1, 0xad, 0x9f, 0xff, 0xfd, 0xcd, 0xaf, 0x47, 0x2f, 0xd3, 0x8b, 0x52, 0xff, 0xed, - 0x19, 0xfd, 0x9a, 0xc0, 0xc2, 0x90, 0x59, 0x95, 0x3e, 0xec, 0xaf, 0x32, 0xd9, 0xf6, 0x24, 0xbb, - 0x76, 0x02, 0x09, 0x68, 0xcd, 0x5d, 0x66, 0x4d, 0x81, 0xde, 0x94, 0x06, 0x6d, 0xfa, 0xc2, 0xe9, - 0x5c, 0xfa, 0x29, 0xcf, 0xe9, 0x8f, 0xe9, 0x7f, 0x09, 0x5c, 0x1e, 0xb8, 0xee, 0xa2, 0xef, 0xf7, - 0x87, 0x97, 0x64, 0x1f, 0x97, 0x7d, 0x70, 0x6c, 0x7e, 0x34, 0x6e, 0x87, 0x19, 0xb7, 0x49, 0x37, - 0x12, 0x1b, 0x17, 0xa9, 0x6c, 0x1f, 0x4b, 0x6c, 0x31, 0x13, 0x9a, 0xfc, 0x86, 0xc0, 0xa5, 0x41, - 0x1b, 0x34, 0x7a, 0x3f, 0x39, 0xe2, 0x98, 0x45, 0x5e, 0xf6, 0xfd, 0xe3, 0xb2, 0xa3, 0xbd, 0xeb, - 0xcc, 0xde, 0x07, 0xf4, 0xfe, 0x89, 0xec, 0xa5, 0x7f, 0x20, 0x70, 0xbe, 0x6b, 0x7b, 0x41, 0x6f, - 0x0e, 0x09, 0xb5, 0x9e, 0x3d, 0x48, 0x76, 0xf5, 0x08, 0x1c, 0x88, 0xff, 0x06, 0xc3, 0xbf, 0x44, - 0xaf, 0xc4, 0xe2, 0x57, 0x03, 0x2e, 0xfc, 0xac, 0xd0, 0xaf, 0x08, 0xcc, 0xc6, 0x6d, 0x13, 0xe8, - 0x77, 0x8f, 0xba, 0x7d, 0xe0, 0x88, 0xef, 0x1c, 0x6f, 0x69, 0x21, 0x3c, 0x63, 0xb0, 0x4b, 0x74, - 0xe7, 0xd8, 0x6e, 0x67, 0x92, 0x59, 0xf7, 0xca, 0x45, 0x2b, 0x0d, 0xdd, 0x71, 0xe9, 0x17, 0x04, - 0xa6, 0x7b, 0x06, 0x5a, 0x5a, 0x38, 0xd2, 0xf4, 0xcb, 0x2d, 0xbb, 0x75, 0x8c, 0x89, 0x59, 0x78, - 0xca, 0xcc, 0xda, 0xa1, 0xdb, 0x27, 0x30, 0x2b, 0x32, 0xc1, 0x33, 0xa3, 0x3e, 0x21, 0x30, 0xce, - 0x2a, 0x3c, 0xbd, 0xda, 0x1f, 0x54, 0xe7, 0x08, 0x9b, 0x5d, 0x1a, 0x4a, 0x87, 0x80, 0xaf, 0x33, - 0xc0, 0x57, 0xe9, 0xdb, 0xb1, 0x80, 0x79, 0x9f, 0x11, 0x26, 0xf3, 0x2f, 0x09, 0x40, 0x38, 0x09, - 0xd2, 0x6b, 0x83, 0x5d, 0x14, 0x99, 0x69, 0xb3, 0xd7, 0x93, 0x11, 0x27, 0xfa, 0x62, 0xe0, 0x18, - 0xf9, 0x19, 0x81, 0x4c, 0x64, 0x88, 0xa3, 0x62, 0x7f, 0x25, 0x71, 0x23, 0x62, 0x56, 0x4a, 0x4c, - 0x8f, 0xb8, 0xae, 0x31, 0x5c, 0x57, 0xe8, 0x5b, 0xb1, 0xb8, 0x5a, 0x3e, 0x4f, 0xe8, 0xae, 0xbf, - 0x10, 0x98, 0x0c, 0xba, 0x56, 0xfa, 0x4e, 0x7f, 0x55, 0x5d, 0x73, 0x61, 0x76, 0x25, 0x09, 0x29, - 0x02, 0xda, 0x64, 0x80, 0x8a, 0xf4, 0xe1, 0x71, 0x23, 0x2e, 0x68, 0xa2, 0xe9, 0x6f, 0x08, 0x64, - 0x22, 0x2d, 0xfa, 0x20, 0x6f, 0xc6, 0x0d, 0x15, 0x83, 0xbc, 0x19, 0xdb, 0xfb, 0x0b, 0x57, 0x19, - 0xf8, 0x3c, 0xcd, 0xc5, 0x82, 0x0f, 0xdb, 0xfb, 0x3f, 0x12, 0x48, 0x75, 0x74, 0x57, 0x74, 0x40, - 0x2c, 0xf5, 0x36, 0xee, 0xd9, 0x1b, 0x09, 0xa9, 0x11, 0xd4, 0x3d, 0x06, 0xea, 0x36, 0x2d, 0xc4, - 0x82, 0x8a, 0xb4, 0x83, 0xdd, 0xce, 0xa4, 0xbf, 0x25, 0x90, 0xee, 0x6c, 0x24, 0x69, 0x32, 0xdd, - 0x6d, 0x0f, 0x8a, 0x49, 0xc9, 0x11, 0xeb, 0x0a, 0xc3, 0xfa, 0x36, 0x15, 0x86, 0x63, 0x2d, 0x6e, - 0xbf, 0x78, 0x95, 0x23, 0x9f, 0xbf, 0xca, 0x91, 0xaf, 0x5f, 0xe5, 0xc8, 0xa7, 0xaf, 0x73, 0x23, - 0x9f, 0xbf, 0xce, 0x8d, 0xfc, 0xf3, 0x75, 0x6e, 0xe4, 0x79, 0x61, 0xf8, 0x3c, 0x7b, 0x10, 0x0a, - 0x66, 0xa3, 0x6d, 0x79, 0x82, 0x8d, 0x0e, 0xb7, 0xfe, 0x17, 0x00, 0x00, 0xff, 0xff, 0x1a, 0x36, - 0x2c, 0x81, 0xa6, 0x1d, 0x00, 0x00, + // 2041 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x58, 0x4f, 0x6f, 0xdb, 0xc8, + 0x15, 0xf7, 0xd8, 0xb1, 0xe3, 0x3c, 0x49, 0x8d, 0x3c, 0x76, 0x5c, 0x57, 0x49, 0x64, 0x99, 0xbb, + 0x89, 0x1d, 0xc7, 0x21, 0x63, 0x25, 0x4d, 0xb3, 0xc1, 0x66, 0x13, 0x2b, 0xb5, 0x6b, 0xa3, 0x8e, + 0xa2, 0xa5, 0xb3, 0x01, 0x9a, 0x0b, 0x41, 0xc9, 0x94, 0xc4, 0x5a, 0x22, 0xb9, 0x22, 0xa5, 0xb5, + 0x51, 0x2c, 0x50, 0xf4, 0xb0, 0x87, 0xa2, 0x05, 0x16, 0xe8, 0xa1, 0xed, 0x61, 0x0f, 0x05, 0xda, + 0xa2, 0xd8, 0x5e, 0x7a, 0xed, 0x37, 0xc8, 0x71, 0xb1, 0xed, 0xa1, 0xd8, 0x62, 0xd3, 0x45, 0x12, + 0xa0, 0x40, 0x4f, 0xfd, 0x08, 0x05, 0x67, 0x1e, 0x45, 0x51, 0xa2, 0x24, 0xca, 0x36, 0x7a, 0x31, + 0xac, 0x99, 0xf7, 0xe7, 0xf7, 0x7b, 0xf3, 0x66, 0xf8, 0xde, 0x83, 0xc5, 0xa2, 0x5a, 0x3c, 0xaa, + 0x99, 0x86, 0x54, 0xd6, 0x0d, 0xb5, 0xa6, 0x3b, 0x47, 0x52, 0x6b, 0x5d, 0xfa, 0xb0, 0xa9, 0x35, + 0x8e, 0x44, 0xab, 0x61, 0x3a, 0x26, 0x9d, 0x45, 0x01, 0xd1, 0x13, 0x10, 0x5b, 0xeb, 0xa9, 0xb9, + 0x8a, 0x59, 0x31, 0xd9, 0xbe, 0xe4, 0xfe, 0xc7, 0x45, 0x53, 0x97, 0x2a, 0xa6, 0x59, 0xa9, 0x69, + 0x92, 0x6a, 0xe9, 0x92, 0x6a, 0x18, 0xa6, 0xa3, 0x3a, 0xba, 0x69, 0xd8, 0xb8, 0xbb, 0x5a, 0x32, + 0xed, 0xba, 0x69, 0x4b, 0x45, 0xd5, 0xd6, 0xb8, 0x07, 0xa9, 0xb5, 0x5e, 0xd4, 0x1c, 0x75, 0x5d, + 0xb2, 0xd4, 0x8a, 0x6e, 0x30, 0x61, 0x94, 0xcd, 0x84, 0xa1, 0xb2, 0xd4, 0x86, 0x5a, 0xf7, 0xac, + 0x09, 0x61, 0x12, 0x6d, 0x88, 0x5c, 0x66, 0x11, 0xf1, 0xb0, 0x5f, 0xc5, 0x66, 0x59, 0x72, 0xf4, + 0xba, 0x66, 0x3b, 0x6a, 0xdd, 0x42, 0x81, 0x19, 0xb5, 0xae, 0x1b, 0xa6, 0xc4, 0xfe, 0xf2, 0x25, + 0x61, 0x0e, 0xe8, 0xfb, 0x2e, 0xb6, 0x02, 0x73, 0x26, 0x6b, 0x1f, 0x36, 0x35, 0xdb, 0x11, 0x0a, + 0x30, 0x1b, 0x58, 0xb5, 0x2d, 0xd3, 0xb0, 0x35, 0xfa, 0x0e, 0x4c, 0x71, 0x50, 0x0b, 0x24, 0x43, + 0x56, 0x62, 0xd9, 0x8b, 0x62, 0x48, 0xb0, 0x44, 0xae, 0x94, 0x3b, 0xf3, 0xe2, 0xe5, 0xe2, 0x98, + 0x8c, 0x0a, 0x42, 0x19, 0xae, 0x31, 0x8b, 0x5b, 0x28, 0x58, 0x68, 0x98, 0x2d, 0x7d, 0x5f, 0x6b, + 0x14, 0xcc, 0x8f, 0xb4, 0xc6, 0x86, 0xb3, 0xad, 0xe9, 0x95, 0xaa, 0x83, 0xee, 0xe9, 0x12, 0x24, + 0xca, 0x96, 0x52, 0x74, 0x4a, 0x8a, 0x75, 0xa0, 0x54, 0xb5, 0x43, 0xe6, 0xee, 0x9c, 0x0c, 0x65, + 0x2b, 0xe7, 0x94, 0x0a, 0x07, 0xdb, 0xda, 0x21, 0x9d, 0x87, 0xa9, 0x2a, 0xd3, 0x59, 0x18, 0xcf, + 0x90, 0x95, 0x33, 0x32, 0xfe, 0x12, 0x9e, 0xc0, 0x6a, 0x14, 0x3f, 0x48, 0x68, 0x09, 0xe2, 0x2d, + 0xd3, 0xd1, 0x8d, 0x8a, 0x62, 0xb9, 0xfb, 0xcc, 0xcf, 0x19, 0x39, 0xc6, 0xd7, 0x98, 0x8a, 0xf0, + 0x18, 0x56, 0x42, 0x0d, 0x3e, 0x6a, 0x36, 0x1a, 0x9a, 0xe1, 0x30, 0xa1, 0xe8, 0xb8, 0xfb, 0xc6, + 0x21, 0x68, 0x0e, 0xe1, 0xf9, 0x24, 0x49, 0x27, 0xc9, 0x1e, 0xd8, 0xe3, 0xbd, 0xb0, 0x7f, 0x49, + 0xe0, 0x3a, 0x73, 0xb4, 0x51, 0x72, 0xf4, 0x96, 0xd6, 0xed, 0xce, 0xee, 0x0e, 0x79, 0x3f, 0x57, + 0x5b, 0x00, 0x7e, 0xb6, 0x32, 0x47, 0xb1, 0xec, 0x55, 0x91, 0xa7, 0xb6, 0xe8, 0xa6, 0xb6, 0xc8, + 0x2f, 0x0f, 0xa6, 0xb6, 0x58, 0x50, 0x2b, 0x1a, 0xda, 0x94, 0x3b, 0x34, 0x85, 0xff, 0x8c, 0xc3, + 0xf2, 0x50, 0x28, 0x48, 0xfb, 0x19, 0x40, 0x77, 0x0c, 0x73, 0x77, 0xbf, 0x7a, 0xb9, 0x78, 0xbb, + 0xa2, 0x3b, 0xd5, 0x66, 0x51, 0x2c, 0x99, 0x75, 0x09, 0x13, 0xaf, 0xa6, 0x16, 0xed, 0x1b, 0xba, + 0xe9, 0xfd, 0x94, 0x9c, 0x23, 0x4b, 0xb3, 0xc5, 0xdc, 0x4e, 0xe1, 0xd6, 0xed, 0x9b, 0x85, 0x66, + 0xf1, 0x87, 0xda, 0x91, 0x3c, 0x5d, 0x1c, 0x92, 0x33, 0x3d, 0xe1, 0x9c, 0xe8, 0x09, 0x27, 0xbd, + 0x0d, 0xf3, 0x76, 0x4d, 0xb5, 0xab, 0xda, 0xbe, 0x82, 0xae, 0x14, 0x34, 0x75, 0x86, 0x09, 0xcf, + 0xe1, 0x6e, 0x8e, 0x6f, 0x72, 0x42, 0x74, 0x0d, 0x68, 0x5b, 0xcb, 0x29, 0x79, 0x1a, 0x93, 0x19, + 0xb2, 0x92, 0x90, 0x93, 0x9e, 0x86, 0x53, 0x42, 0xe9, 0x79, 0x98, 0xfa, 0xb1, 0xaa, 0xd7, 0xb4, + 0xfd, 0x85, 0xa9, 0x0c, 0x59, 0x99, 0x96, 0xf1, 0x17, 0xbd, 0x09, 0x73, 0x55, 0xbd, 0x52, 0xd5, + 0x6c, 0x47, 0x69, 0x99, 0x8e, 0xb6, 0xef, 0xd9, 0x39, 0xcb, 0xec, 0x50, 0xdc, 0x7b, 0xe6, 0x6e, + 0x71, 0x4b, 0xc2, 0x1b, 0x02, 0x6b, 0xd1, 0x0e, 0x1f, 0x23, 0x7e, 0x00, 0xd4, 0xbb, 0xc1, 0x8a, + 0xe5, 0x49, 0x2d, 0x90, 0xcc, 0xc4, 0x4a, 0x2c, 0xfb, 0x6e, 0xe8, 0x25, 0x8f, 0x68, 0x59, 0x9e, + 0x29, 0x77, 0x8b, 0xd0, 0x1f, 0x84, 0xa4, 0xd4, 0xf2, 0xd0, 0x94, 0x42, 0x7b, 0x9d, 0x39, 0x75, + 0x19, 0x2e, 0xfa, 0x2c, 0xd5, 0x36, 0x7d, 0xef, 0x11, 0xbb, 0x03, 0x97, 0xc2, 0xb7, 0x07, 0xdf, + 0x2e, 0xf7, 0xea, 0x64, 0x98, 0xe2, 0xae, 0x6e, 0x3b, 0x85, 0x66, 0xb1, 0xa6, 0x97, 0x64, 0xd5, + 0xd8, 0x37, 0xeb, 0x86, 0x66, 0xdb, 0x23, 0x3c, 0x51, 0xa7, 0x75, 0x75, 0xbe, 0x1c, 0x87, 0xa5, + 0x01, 0x78, 0x90, 0xcd, 0xef, 0x09, 0xc4, 0xad, 0x66, 0x51, 0x69, 0xa8, 0xc6, 0xbe, 0x52, 0x57, + 0x2d, 0x3c, 0xbd, 0xad, 0xd0, 0xd3, 0x1b, 0x6a, 0x4e, 0x2c, 0x34, 0x8b, 0xee, 0xea, 0x63, 0xd5, + 0xda, 0x34, 0x9c, 0xc6, 0x51, 0xee, 0xde, 0x57, 0x2f, 0x17, 0xef, 0x44, 0xbd, 0x7f, 0x7b, 0xa5, + 0xaa, 0x61, 0x36, 0x1a, 0x68, 0x43, 0x06, 0xab, 0x6d, 0xec, 0xd4, 0x0e, 0x3f, 0x75, 0x1f, 0xce, + 0x77, 0x61, 0xa4, 0x49, 0x98, 0x38, 0xd0, 0x8e, 0xf0, 0x34, 0xdd, 0x7f, 0xe9, 0x1c, 0x4c, 0xb6, + 0xd4, 0x5a, 0x53, 0x63, 0x8e, 0xe2, 0x32, 0xff, 0x71, 0x6f, 0xfc, 0x2e, 0x11, 0x5a, 0x70, 0x01, + 0xd5, 0x1f, 0x99, 0xf5, 0xba, 0xee, 0x67, 0x45, 0x06, 0xe2, 0x46, 0xb3, 0xae, 0x78, 0xa1, 0x44, + 0x6b, 0x60, 0x34, 0xeb, 0x28, 0x4f, 0xd3, 0x00, 0x25, 0xa6, 0x53, 0xd7, 0x0c, 0x07, 0x2d, 0x77, + 0xac, 0xd0, 0x8b, 0x70, 0x4e, 0xb3, 0xcc, 0x52, 0x55, 0x31, 0x9a, 0x75, 0x7c, 0x4b, 0xa6, 0xd9, + 0x42, 0xbe, 0x59, 0x17, 0x7e, 0x4e, 0xe0, 0x72, 0x67, 0xf4, 0x3b, 0x11, 0xfc, 0xdf, 0x33, 0xeb, + 0xef, 0xe3, 0x90, 0xee, 0x07, 0x06, 0xc3, 0x71, 0x08, 0xb3, 0xed, 0xac, 0xe2, 0x1c, 0x3b, 0x92, + 0x6b, 0x67, 0x68, 0x72, 0xf5, 0x5a, 0x14, 0x03, 0xab, 0xde, 0xd9, 0xc9, 0x49, 0xab, 0x6b, 0xf9, + 0xf4, 0x32, 0xc5, 0xec, 0x3a, 0xea, 0x01, 0xf9, 0xf2, 0xb0, 0x33, 0x5f, 0x62, 0xd9, 0xd5, 0xf0, + 0xfa, 0x26, 0x8c, 0x56, 0x67, 0x6e, 0x5d, 0x87, 0x19, 0x16, 0x83, 0x5c, 0xcd, 0x2c, 0x1d, 0x0c, + 0xf9, 0xc0, 0x0a, 0x8f, 0xb1, 0x00, 0x43, 0x61, 0x0c, 0xfb, 0xf7, 0x60, 0xb2, 0xe8, 0x2e, 0x60, + 0xa1, 0xb5, 0x14, 0x0a, 0x64, 0xc7, 0xd8, 0xd7, 0x0e, 0xb5, 0x7d, 0xae, 0xc9, 0xe5, 0x85, 0xdf, + 0x11, 0x98, 0x6f, 0x1f, 0x00, 0xdb, 0x69, 0x3f, 0x59, 0x0f, 0x60, 0xca, 0x76, 0x54, 0xa7, 0xc9, + 0xab, 0xb7, 0x6f, 0x65, 0x97, 0xfb, 0x9e, 0x9e, 0x8e, 0x46, 0xf7, 0x98, 0xb8, 0x8c, 0x6a, 0xa7, + 0x96, 0x76, 0x9f, 0x11, 0xf8, 0x76, 0x0f, 0x46, 0xbf, 0xc4, 0x64, 0x44, 0xbc, 0xaf, 0x4f, 0x04, + 0xe6, 0xa8, 0x70, 0x7a, 0xdf, 0x95, 0x5b, 0xf0, 0x1d, 0x06, 0xcf, 0xfd, 0xa4, 0x46, 0x2d, 0x94, + 0x04, 0x13, 0x52, 0x61, 0x4a, 0x48, 0xeb, 0x7d, 0x38, 0xcb, 0x6f, 0x34, 0xe7, 0x15, 0x3f, 0x41, + 0x3d, 0x33, 0xc5, 0xea, 0x19, 0x5b, 0x78, 0x07, 0xe6, 0x98, 0xc3, 0x4d, 0xf7, 0xb3, 0x6a, 0x94, + 0xb4, 0x11, 0x8a, 0xd0, 0x7f, 0x4e, 0x40, 0xd2, 0x57, 0x6b, 0xd7, 0xc2, 0x43, 0xdf, 0x9d, 0x25, + 0x88, 0xb3, 0x58, 0x2b, 0x81, 0x32, 0x2a, 0xc6, 0xd6, 0xb0, 0x88, 0xf9, 0x00, 0xa6, 0xdb, 0x4f, + 0xa7, 0xfb, 0xf6, 0xc5, 0x4f, 0xf4, 0xe5, 0x38, 0x8b, 0xaf, 0x82, 0x5b, 0x49, 0x95, 0x54, 0xc3, + 0x34, 0xf4, 0x92, 0x5a, 0x53, 0x54, 0xcb, 0x52, 0xaa, 0xaa, 0x5d, 0x65, 0xb5, 0x57, 0x5c, 0x4e, + 0xb6, 0x77, 0x36, 0x2c, 0x6b, 0x5b, 0xb5, 0xab, 0x54, 0x80, 0x44, 0xd9, 0x6c, 0x1c, 0xf8, 0x82, + 0x93, 0x4c, 0x30, 0xe6, 0x2e, 0x7a, 0x32, 0x16, 0xcc, 0xfb, 0x16, 0xdb, 0xc5, 0x8f, 0xad, 0x57, + 0x58, 0xf5, 0x75, 0x3c, 0xd8, 0x9b, 0x4f, 0x9e, 0xee, 0xed, 0xe9, 0x15, 0x79, 0xae, 0x6d, 0xd9, + 0x2b, 0x90, 0xf6, 0xf4, 0x0a, 0x2d, 0xc3, 0x0c, 0x43, 0x15, 0x70, 0x76, 0xf6, 0xc4, 0xce, 0xce, + 0xbb, 0x46, 0x3b, 0xfc, 0x08, 0xcf, 0xe1, 0x42, 0x57, 0x62, 0xe0, 0x09, 0x6f, 0xc0, 0xb4, 0x86, + 0x6b, 0xf8, 0xae, 0x5c, 0x09, 0xbd, 0x5d, 0xdd, 0x8a, 0x72, 0x5b, 0x4d, 0xf8, 0x84, 0xe0, 0xdd, + 0x70, 0xaf, 0xae, 0x27, 0xd7, 0x51, 0x14, 0xc5, 0x6d, 0x47, 0x6d, 0x38, 0x4a, 0xe0, 0x86, 0xc4, + 0xd8, 0xda, 0xf6, 0xe9, 0xf6, 0x13, 0x9f, 0x13, 0xbc, 0x6f, 0x5d, 0x40, 0x90, 0xea, 0x23, 0x38, + 0xe7, 0x61, 0xf6, 0x5e, 0x92, 0x88, 0x5c, 0x7d, 0xbd, 0xd3, 0x7b, 0x50, 0xde, 0xc5, 0xf7, 0x6e, + 0x4f, 0xaf, 0x18, 0xba, 0x51, 0xd9, 0x31, 0xca, 0xe6, 0x08, 0xb7, 0xf5, 0x6b, 0x02, 0xb3, 0x01, + 0xcd, 0x91, 0x2e, 0x6c, 0xe0, 0x40, 0x5c, 0x0e, 0x13, 0xc1, 0x03, 0xc9, 0xc2, 0x85, 0xba, 0x6e, + 0xdb, 0x6e, 0x8b, 0xc2, 0x9e, 0x51, 0xa5, 0x64, 0x36, 0x0d, 0x07, 0xbb, 0xa0, 0x09, 0x79, 0x96, + 0x6f, 0xf2, 0x57, 0xfa, 0x11, 0xdf, 0xa2, 0xbb, 0x10, 0xe7, 0xbd, 0x89, 0xd2, 0x34, 0x1c, 0xbd, + 0xc6, 0xee, 0x61, 0x2c, 0x9b, 0x12, 0xf9, 0xfc, 0x41, 0xf4, 0xe6, 0x0f, 0xe2, 0x53, 0x6f, 0xfe, + 0x90, 0x4b, 0xbc, 0x78, 0xb9, 0x38, 0xf6, 0xe9, 0xbf, 0x16, 0xc9, 0x9f, 0xfe, 0xfd, 0x97, 0x55, + 0x22, 0xc7, 0xb8, 0xfa, 0x07, 0xae, 0xb6, 0x50, 0x87, 0x85, 0xde, 0xe8, 0xb4, 0xdf, 0xcd, 0xb8, + 0xcd, 0x97, 0x15, 0xdd, 0x28, 0x9b, 0x98, 0xb6, 0x2b, 0xa1, 0x47, 0x19, 0xa2, 0x8f, 0x43, 0x88, + 0x98, 0xed, 0x6f, 0x09, 0xc5, 0x5e, 0x77, 0xed, 0x04, 0x0e, 0x66, 0x27, 0x39, 0x76, 0x76, 0xfe, + 0xd5, 0xbb, 0x26, 0x41, 0x27, 0x48, 0x6a, 0x0f, 0x12, 0x9d, 0xa4, 0xbc, 0x04, 0x1d, 0x95, 0x55, + 0xbc, 0x83, 0xd5, 0x29, 0x26, 0x6b, 0x1a, 0xdb, 0xa6, 0xbc, 0x76, 0xe8, 0xc8, 0xda, 0x47, 0x6a, + 0xa3, 0xab, 0xad, 0x7a, 0x8c, 0x05, 0x6c, 0xef, 0x3e, 0xd2, 0x5b, 0x03, 0x6a, 0x68, 0x87, 0x8e, + 0xd2, 0x60, 0x9b, 0xc1, 0x6f, 0x45, 0xd2, 0xe8, 0xd2, 0x5a, 0x7d, 0xc0, 0xeb, 0x9f, 0x60, 0xc9, + 0x41, 0x67, 0x20, 0x91, 0x7f, 0x92, 0x57, 0xb6, 0x76, 0xf2, 0x1b, 0xbb, 0x3b, 0xcf, 0x37, 0xbf, + 0x9f, 0x1c, 0xa3, 0x09, 0x38, 0xe7, 0xff, 0x24, 0xf4, 0x2c, 0x4c, 0x6c, 0xe4, 0x7f, 0x94, 0x1c, + 0xcf, 0xfe, 0xfa, 0x02, 0x4c, 0x32, 0x40, 0xf4, 0xa7, 0x04, 0xa6, 0xf8, 0xf0, 0x89, 0xf6, 0xaf, + 0x6d, 0x82, 0x93, 0xae, 0xd4, 0xca, 0x70, 0x41, 0x4e, 0x4b, 0x78, 0xeb, 0x67, 0x7f, 0x7b, 0xf3, + 0xab, 0xf1, 0xcb, 0xf4, 0xa2, 0xd4, 0x7f, 0x58, 0x47, 0xbf, 0x21, 0xb0, 0x38, 0xa4, 0x35, 0xa6, + 0x0f, 0xfb, 0xbb, 0x8c, 0x36, 0xac, 0x49, 0x6d, 0x9c, 0xc0, 0x02, 0xb2, 0xb9, 0xcb, 0xd8, 0x64, + 0xe9, 0x4d, 0x69, 0xd0, 0x60, 0xd1, 0x1f, 0x06, 0x48, 0x3f, 0xe1, 0xe7, 0xf8, 0x31, 0xfd, 0x2f, + 0x81, 0xcb, 0x03, 0xa7, 0x6b, 0xf4, 0xbd, 0xfe, 0xf0, 0xa2, 0x8c, 0xff, 0x52, 0x0f, 0x8e, 0xad, + 0x8f, 0xe4, 0xf2, 0x8c, 0xdc, 0x36, 0xdd, 0x8a, 0x4c, 0x2e, 0xf0, 0x90, 0x7e, 0x2c, 0xb1, 0x39, + 0x90, 0x4f, 0xf9, 0x0d, 0x81, 0x4b, 0x83, 0x06, 0x76, 0xf4, 0x7e, 0x74, 0xc4, 0x21, 0x73, 0xc3, + 0xd4, 0x7b, 0xc7, 0x55, 0x47, 0xbe, 0x9b, 0x8c, 0xef, 0x03, 0x7a, 0xff, 0x44, 0x7c, 0xe9, 0x1f, + 0x08, 0x9c, 0xef, 0x1a, 0x96, 0xd0, 0x9b, 0x43, 0x52, 0xad, 0x67, 0xec, 0x92, 0x5a, 0x1f, 0x41, + 0x03, 0xf1, 0xdf, 0x60, 0xf8, 0x97, 0xe9, 0x95, 0x50, 0xfc, 0xaa, 0xa7, 0x85, 0x4f, 0x09, 0xfd, + 0x9a, 0xc0, 0x5c, 0xd8, 0xf0, 0x82, 0x7e, 0x77, 0xd4, 0x61, 0x07, 0x47, 0x7c, 0xe7, 0x78, 0x33, + 0x12, 0xe1, 0x19, 0x83, 0x5d, 0xa0, 0xf9, 0x63, 0x87, 0x9d, 0x59, 0x66, 0xc5, 0x32, 0x37, 0xad, + 0xd4, 0x74, 0xdb, 0xa1, 0x5f, 0x12, 0x98, 0xe9, 0xe9, 0x9f, 0x69, 0x76, 0xa4, 0x66, 0x9b, 0x33, + 0xbb, 0x75, 0x8c, 0x06, 0x5d, 0x78, 0xca, 0x68, 0xe5, 0xe9, 0xee, 0x09, 0x68, 0x05, 0x06, 0x06, + 0x8c, 0xd4, 0x27, 0x04, 0x26, 0xd9, 0x0b, 0x4f, 0xaf, 0xf6, 0x07, 0xd5, 0xd9, 0x31, 0xa7, 0x96, + 0x87, 0xca, 0x21, 0xe0, 0x35, 0x06, 0xf8, 0x2a, 0x7d, 0x3b, 0x14, 0x30, 0x2f, 0x6b, 0xfc, 0xcb, + 0xfc, 0x0b, 0x02, 0xe0, 0x37, 0x9e, 0xf4, 0xfa, 0xe0, 0x10, 0x05, 0x5a, 0xe8, 0xd4, 0x5a, 0x34, + 0xe1, 0x48, 0x5f, 0x0c, 0xec, 0x5a, 0x3f, 0x23, 0x90, 0x08, 0xf4, 0x8c, 0x54, 0xec, 0xef, 0x24, + 0xac, 0x23, 0x4d, 0x49, 0x91, 0xe5, 0x11, 0xd7, 0x75, 0x86, 0xeb, 0x0a, 0x7d, 0x2b, 0x14, 0x57, + 0xcb, 0xd5, 0xf1, 0xc3, 0xf5, 0x67, 0x02, 0xd3, 0x5e, 0x91, 0x4c, 0xaf, 0xf5, 0x77, 0xd5, 0xd5, + 0x86, 0xa6, 0x56, 0xa3, 0x88, 0x22, 0xa0, 0x6d, 0x06, 0x28, 0x47, 0x1f, 0x1e, 0x37, 0xe3, 0xbc, + 0x9a, 0x9d, 0xfe, 0x86, 0x40, 0x22, 0xd0, 0x11, 0x0c, 0x8a, 0x66, 0x58, 0x0f, 0x33, 0x28, 0x9a, + 0xa1, 0xad, 0x86, 0x70, 0x95, 0x81, 0xcf, 0xd0, 0x74, 0x28, 0x78, 0xbf, 0x9b, 0xf8, 0x23, 0x81, + 0x58, 0x47, 0x31, 0x47, 0x07, 0xe4, 0x52, 0x6f, 0x9f, 0x90, 0xba, 0x11, 0x51, 0x1a, 0x41, 0xdd, + 0x63, 0xa0, 0x6e, 0xd3, 0x6c, 0x28, 0xa8, 0x40, 0xf5, 0xd9, 0x1d, 0x4c, 0xfa, 0x5b, 0x02, 0xf1, + 0xce, 0xba, 0x95, 0x46, 0xf3, 0xdd, 0x8e, 0xa0, 0x18, 0x55, 0x1c, 0xb1, 0xae, 0x32, 0xac, 0x6f, + 0x53, 0x61, 0x38, 0x56, 0xfa, 0x39, 0x81, 0x64, 0x77, 0xe1, 0x49, 0x07, 0x7c, 0x71, 0xfa, 0x14, + 0xb1, 0xa9, 0xec, 0x28, 0x2a, 0x88, 0x53, 0x62, 0x38, 0xaf, 0xd1, 0xe5, 0x50, 0x9c, 0xbd, 0x25, + 0x6f, 0x6e, 0xf7, 0xc5, 0xab, 0x34, 0xf9, 0xe2, 0x55, 0x9a, 0x7c, 0xf3, 0x2a, 0x4d, 0x3e, 0x7d, + 0x9d, 0x1e, 0xfb, 0xe2, 0x75, 0x7a, 0xec, 0x1f, 0xaf, 0xd3, 0x63, 0xcf, 0xb3, 0xc3, 0x7b, 0xfd, + 0x43, 0xdf, 0x3a, 0x6b, 0xfb, 0x8b, 0x53, 0xac, 0xad, 0xba, 0xf5, 0xbf, 0x00, 0x00, 0x00, 0xff, + 0xff, 0x2c, 0xa2, 0x64, 0x8b, 0xc2, 0x1e, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. @@ -2028,6 +2119,8 @@ type QueryClient interface { SigningInfo(ctx context.Context, in *QuerySigningInfoRequest, opts ...grpc.CallOption) (*QuerySigningInfoResponse, error) // SigningInfos queries the signing info of all the active finality providers SigningInfos(ctx context.Context, in *QuerySigningInfosRequest, opts ...grpc.CallOption) (*QuerySigningInfosResponse, error) + // NextRewardHeight queries the next block height to reward + NextRewardHeight(ctx context.Context, in *QueryNextRewardHeightRequest, opts ...grpc.CallOption) (*QueryNextRewardHeightResponse, error) } type queryClient struct { @@ -2164,6 +2257,15 @@ func (c *queryClient) SigningInfos(ctx context.Context, in *QuerySigningInfosReq return out, nil } +func (c *queryClient) NextRewardHeight(ctx context.Context, in *QueryNextRewardHeightRequest, opts ...grpc.CallOption) (*QueryNextRewardHeightResponse, error) { + out := new(QueryNextRewardHeightResponse) + err := c.cc.Invoke(ctx, "/babylon.finality.v1.Query/NextRewardHeight", in, out, opts...) + if err != nil { + return nil, err + } + return out, nil +} + // QueryServer is the server API for Query service. type QueryServer interface { // Parameters queries the parameters of the module. @@ -2198,6 +2300,8 @@ type QueryServer interface { SigningInfo(context.Context, *QuerySigningInfoRequest) (*QuerySigningInfoResponse, error) // SigningInfos queries the signing info of all the active finality providers SigningInfos(context.Context, *QuerySigningInfosRequest) (*QuerySigningInfosResponse, error) + // NextRewardHeight queries the next block height to reward + NextRewardHeight(context.Context, *QueryNextRewardHeightRequest) (*QueryNextRewardHeightResponse, error) } // UnimplementedQueryServer can be embedded to have forward compatible implementations. @@ -2246,6 +2350,9 @@ func (*UnimplementedQueryServer) SigningInfo(ctx context.Context, req *QuerySign func (*UnimplementedQueryServer) SigningInfos(ctx context.Context, req *QuerySigningInfosRequest) (*QuerySigningInfosResponse, error) { return nil, status.Errorf(codes.Unimplemented, "method SigningInfos not implemented") } +func (*UnimplementedQueryServer) NextRewardHeight(ctx context.Context, req *QueryNextRewardHeightRequest) (*QueryNextRewardHeightResponse, error) { + return nil, status.Errorf(codes.Unimplemented, "method NextRewardHeight not implemented") +} func RegisterQueryServer(s grpc1.Server, srv QueryServer) { s.RegisterService(&_Query_serviceDesc, srv) @@ -2503,6 +2610,24 @@ func _Query_SigningInfos_Handler(srv interface{}, ctx context.Context, dec func( return interceptor(ctx, in, info, handler) } +func _Query_NextRewardHeight_Handler(srv interface{}, ctx context.Context, dec func(interface{}) error, interceptor grpc.UnaryServerInterceptor) (interface{}, error) { + in := new(QueryNextRewardHeightRequest) + if err := dec(in); err != nil { + return nil, err + } + if interceptor == nil { + return srv.(QueryServer).NextRewardHeight(ctx, in) + } + info := &grpc.UnaryServerInfo{ + Server: srv, + FullMethod: "/babylon.finality.v1.Query/NextRewardHeight", + } + handler := func(ctx context.Context, req interface{}) (interface{}, error) { + return srv.(QueryServer).NextRewardHeight(ctx, req.(*QueryNextRewardHeightRequest)) + } + return interceptor(ctx, in, info, handler) +} + var _Query_serviceDesc = grpc.ServiceDesc{ ServiceName: "babylon.finality.v1.Query", HandlerType: (*QueryServer)(nil), @@ -2563,6 +2688,10 @@ var _Query_serviceDesc = grpc.ServiceDesc{ MethodName: "SigningInfos", Handler: _Query_SigningInfos_Handler, }, + { + MethodName: "NextRewardHeight", + Handler: _Query_NextRewardHeight_Handler, + }, }, Streams: []grpc.StreamDesc{}, Metadata: "babylon/finality/v1/query.proto", @@ -3853,6 +3982,57 @@ func (m *QuerySigningInfosResponse) MarshalToSizedBuffer(dAtA []byte) (int, erro return len(dAtA) - i, nil } +func (m *QueryNextRewardHeightRequest) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *QueryNextRewardHeightRequest) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryNextRewardHeightRequest) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + return len(dAtA) - i, nil +} + +func (m *QueryNextRewardHeightResponse) Marshal() (dAtA []byte, err error) { + size := m.Size() + dAtA = make([]byte, size) + n, err := m.MarshalToSizedBuffer(dAtA[:size]) + if err != nil { + return nil, err + } + return dAtA[:n], nil +} + +func (m *QueryNextRewardHeightResponse) MarshalTo(dAtA []byte) (int, error) { + size := m.Size() + return m.MarshalToSizedBuffer(dAtA[:size]) +} + +func (m *QueryNextRewardHeightResponse) MarshalToSizedBuffer(dAtA []byte) (int, error) { + i := len(dAtA) + _ = i + var l int + _ = l + if m.NextRewardHeight != 0 { + i = encodeVarintQuery(dAtA, i, uint64(m.NextRewardHeight)) + i-- + dAtA[i] = 0x10 + } + return len(dAtA) - i, nil +} + func encodeVarintQuery(dAtA []byte, offset int, v uint64) int { offset -= sovQuery(v) base := offset @@ -4393,6 +4573,27 @@ func (m *QuerySigningInfosResponse) Size() (n int) { return n } +func (m *QueryNextRewardHeightRequest) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + return n +} + +func (m *QueryNextRewardHeightResponse) Size() (n int) { + if m == nil { + return 0 + } + var l int + _ = l + if m.NextRewardHeight != 0 { + n += 1 + sovQuery(uint64(m.NextRewardHeight)) + } + return n +} + func sovQuery(x uint64) (n int) { return (math_bits.Len64(x|1) + 6) / 7 } @@ -7903,6 +8104,125 @@ func (m *QuerySigningInfosResponse) Unmarshal(dAtA []byte) error { } return nil } +func (m *QueryNextRewardHeightRequest) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: QueryNextRewardHeightRequest: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: QueryNextRewardHeightRequest: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + default: + iNdEx = preIndex + skippy, err := skipQuery(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthQuery + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} +func (m *QueryNextRewardHeightResponse) Unmarshal(dAtA []byte) error { + l := len(dAtA) + iNdEx := 0 + for iNdEx < l { + preIndex := iNdEx + var wire uint64 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + wire |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + fieldNum := int32(wire >> 3) + wireType := int(wire & 0x7) + if wireType == 4 { + return fmt.Errorf("proto: QueryNextRewardHeightResponse: wiretype end group for non-group") + } + if fieldNum <= 0 { + return fmt.Errorf("proto: QueryNextRewardHeightResponse: illegal tag %d (wire type %d)", fieldNum, wire) + } + switch fieldNum { + case 2: + if wireType != 0 { + return fmt.Errorf("proto: wrong wireType = %d for field NextRewardHeight", wireType) + } + m.NextRewardHeight = 0 + for shift := uint(0); ; shift += 7 { + if shift >= 64 { + return ErrIntOverflowQuery + } + if iNdEx >= l { + return io.ErrUnexpectedEOF + } + b := dAtA[iNdEx] + iNdEx++ + m.NextRewardHeight |= uint64(b&0x7F) << shift + if b < 0x80 { + break + } + } + default: + iNdEx = preIndex + skippy, err := skipQuery(dAtA[iNdEx:]) + if err != nil { + return err + } + if (skippy < 0) || (iNdEx+skippy) < 0 { + return ErrInvalidLengthQuery + } + if (iNdEx + skippy) > l { + return io.ErrUnexpectedEOF + } + iNdEx += skippy + } + } + + if iNdEx > l { + return io.ErrUnexpectedEOF + } + return nil +} func skipQuery(dAtA []byte) (n int, err error) { l := len(dAtA) iNdEx := 0 diff --git a/x/finality/types/query.pb.gw.go b/x/finality/types/query.pb.gw.go index d51945089..ec83650b2 100644 --- a/x/finality/types/query.pb.gw.go +++ b/x/finality/types/query.pb.gw.go @@ -739,6 +739,24 @@ func local_request_Query_SigningInfos_0(ctx context.Context, marshaler runtime.M } +func request_Query_NextRewardHeight_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq QueryNextRewardHeightRequest + var metadata runtime.ServerMetadata + + msg, err := client.NextRewardHeight(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + +func local_request_Query_NextRewardHeight_0(ctx context.Context, marshaler runtime.Marshaler, server QueryServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq QueryNextRewardHeightRequest + var metadata runtime.ServerMetadata + + msg, err := server.NextRewardHeight(ctx, &protoReq) + return msg, metadata, err + +} + // RegisterQueryHandlerServer registers the http handlers for service Query to "mux". // UnaryRPC :call QueryServer directly. // StreamingRPC :currently unsupported pending https://github.com/grpc/grpc-go/issues/906. @@ -1067,6 +1085,29 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv }) + mux.Handle("GET", pattern_Query_NextRewardHeight_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + var stream runtime.ServerTransportStream + ctx = grpc.NewContextWithServerTransportStream(ctx, &stream) + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateIncomingContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := local_request_Query_NextRewardHeight_0(rctx, inboundMarshaler, server, req, pathParams) + md.HeaderMD, md.TrailerMD = metadata.Join(md.HeaderMD, stream.Header()), metadata.Join(md.TrailerMD, stream.Trailer()) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_Query_NextRewardHeight_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + return nil } @@ -1388,6 +1429,26 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie }) + mux.Handle("GET", pattern_Query_NextRewardHeight_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { + ctx, cancel := context.WithCancel(req.Context()) + defer cancel() + inboundMarshaler, outboundMarshaler := runtime.MarshalerForRequest(mux, req) + rctx, err := runtime.AnnotateContext(ctx, mux, req) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + resp, md, err := request_Query_NextRewardHeight_0(rctx, inboundMarshaler, client, req, pathParams) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_Query_NextRewardHeight_0(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + return nil } @@ -1419,6 +1480,8 @@ var ( pattern_Query_SigningInfo_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"babylon", "finality", "v1", "signing_infos", "fp_btc_pk_hex"}, "", runtime.AssumeColonVerbOpt(false))) pattern_Query_SigningInfos_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"babylon", "finality", "v1", "signing_infos"}, "", runtime.AssumeColonVerbOpt(false))) + + pattern_Query_NextRewardHeight_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3}, []string{"babylon", "finality", "v1", "next_reward_height"}, "", runtime.AssumeColonVerbOpt(false))) ) var ( @@ -1449,4 +1512,6 @@ var ( forward_Query_SigningInfo_0 = runtime.ForwardResponseMessage forward_Query_SigningInfos_0 = runtime.ForwardResponseMessage + + forward_Query_NextRewardHeight_0 = runtime.ForwardResponseMessage ) diff --git a/x/incentive/types/query.pb.go b/x/incentive/types/query.pb.go index 5feac9fe5..9b338cd62 100644 --- a/x/incentive/types/query.pb.go +++ b/x/incentive/types/query.pb.go @@ -500,56 +500,56 @@ func init() { func init() { proto.RegisterFile("babylon/incentive/query.proto", fileDescriptor_e1a59cc0c7c44135) } var fileDescriptor_e1a59cc0c7c44135 = []byte{ - // 775 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x41, 0x4f, 0x13, 0x41, - 0x14, 0xee, 0x16, 0x5a, 0x75, 0x44, 0x81, 0xb1, 0xd1, 0xb6, 0x60, 0x2b, 0x1b, 0x51, 0xa2, 0x76, - 0x47, 0x40, 0x02, 0x92, 0x68, 0xb4, 0x40, 0x4c, 0x4c, 0x34, 0xba, 0x98, 0x98, 0x78, 0xa9, 0xb3, - 0xed, 0x64, 0xbb, 0xa1, 0xec, 0x94, 0x9d, 0x69, 0x6b, 0x45, 0x2e, 0x9e, 0x3c, 0x9a, 0xf8, 0x07, - 0x38, 0x78, 0xd1, 0xa3, 0xf1, 0x47, 0x70, 0x24, 0x7a, 0xd1, 0x8b, 0x1a, 0xf0, 0x60, 0xbc, 0xf8, - 0x17, 0x4c, 0x67, 0x66, 0x9b, 0x96, 0xee, 0x06, 0x48, 0x8c, 0xa7, 0xce, 0xcc, 0x7b, 0xdf, 0x7c, - 0xdf, 0x37, 0xfb, 0xde, 0x2b, 0x38, 0x6b, 0x61, 0xab, 0x59, 0xa1, 0x2e, 0x72, 0xdc, 0x22, 0x71, - 0xb9, 0x53, 0x27, 0x68, 0xad, 0x46, 0xbc, 0xa6, 0x51, 0xf5, 0x28, 0xa7, 0x70, 0x58, 0x85, 0x8d, - 0x76, 0x38, 0x9d, 0xb0, 0xa9, 0x4d, 0x45, 0x14, 0xb5, 0x56, 0x32, 0x31, 0x3d, 0x6a, 0x53, 0x6a, - 0x57, 0x08, 0xc2, 0x55, 0x07, 0x61, 0xd7, 0xa5, 0x1c, 0x73, 0x87, 0xba, 0x4c, 0x45, 0x33, 0xbd, - 0x2c, 0x55, 0xec, 0xe1, 0x55, 0x3f, 0x3e, 0xd6, 0x1b, 0x6f, 0xaf, 0xfc, 0x2b, 0x8a, 0x94, 0xad, - 0x52, 0x86, 0x2c, 0xcc, 0x08, 0xaa, 0x4f, 0x5a, 0x84, 0xe3, 0x49, 0x54, 0xa4, 0x8e, 0xab, 0xe2, - 0x29, 0x19, 0x2f, 0x48, 0x65, 0x72, 0x23, 0x43, 0x7a, 0x02, 0xc0, 0x87, 0x2d, 0x4f, 0x0f, 0x04, - 0xa5, 0x49, 0xd6, 0x6a, 0x84, 0x71, 0xfd, 0x3e, 0x38, 0xd5, 0x75, 0xca, 0xaa, 0xd4, 0x65, 0x04, - 0xce, 0x82, 0xb8, 0x94, 0x96, 0xd4, 0xce, 0x69, 0x13, 0xc7, 0xa7, 0x52, 0x46, 0xcf, 0x13, 0x18, - 0x12, 0x92, 0xef, 0xdf, 0xfa, 0x96, 0x8d, 0x98, 0x2a, 0x5d, 0xbf, 0x06, 0x92, 0xe2, 0x3e, 0x93, - 0x34, 0xb0, 0x57, 0xba, 0x83, 0x6b, 0x36, 0xf1, 0xb9, 0x60, 0x12, 0x1c, 0xc1, 0xa5, 0x92, 0x47, - 0x98, 0xbc, 0xf5, 0x98, 0xe9, 0x6f, 0xf5, 0x3f, 0x1a, 0x48, 0x74, 0x23, 0x94, 0x0e, 0x0c, 0x62, - 0x2d, 0x77, 0x2d, 0x40, 0x9f, 0x90, 0xa1, 0x2c, 0xb5, 0xfc, 0x1b, 0xca, 0xbf, 0xb1, 0x40, 0x1d, - 0x37, 0x7f, 0xb5, 0x25, 0xe3, 0xfd, 0xf7, 0xec, 0x84, 0xed, 0xf0, 0x72, 0xcd, 0x32, 0x8a, 0x74, - 0x55, 0xf9, 0x57, 0x3f, 0x39, 0x56, 0x5a, 0x41, 0xbc, 0x59, 0x25, 0x4c, 0x00, 0x98, 0x29, 0x6f, - 0x86, 0x1c, 0x0c, 0x36, 0x1c, 0x5e, 0x2e, 0x79, 0xb8, 0xe1, 0x16, 0x24, 0x59, 0xf4, 0xdf, 0x93, - 0x9d, 0x6c, 0x73, 0x88, 0xbd, 0xfe, 0x5b, 0x03, 0xa9, 0x80, 0x87, 0x52, 0xb6, 0x8b, 0xe0, 0x84, - 0x27, 0xce, 0x0b, 0xb6, 0x08, 0x28, 0xfb, 0x37, 0x03, 0xbe, 0x42, 0xe8, 0x25, 0x46, 0xe7, 0xe1, - 0x92, 0xcb, 0xbd, 0xa6, 0x39, 0xe0, 0x75, 0x1c, 0xa5, 0xcb, 0x60, 0xb8, 0x27, 0x05, 0x0e, 0x81, - 0xbe, 0x15, 0xd2, 0x54, 0xdf, 0xa7, 0xb5, 0x84, 0x37, 0x40, 0xac, 0x8e, 0x2b, 0x35, 0x92, 0x8c, - 0x8a, 0x4a, 0xb8, 0x18, 0xa0, 0x21, 0x88, 0xde, 0x94, 0xa8, 0xf9, 0xe8, 0x9c, 0xa6, 0xcf, 0x80, - 0x11, 0x21, 0x33, 0xff, 0x68, 0x61, 0x99, 0xe3, 0x15, 0xc7, 0xb5, 0x45, 0xae, 0x5f, 0x17, 0xa7, - 0x41, 0xbc, 0x4c, 0x1c, 0xbb, 0xcc, 0x05, 0x6d, 0xbf, 0xa9, 0x76, 0xfa, 0x0b, 0x70, 0xa6, 0x07, - 0xf1, 0xdf, 0xea, 0x42, 0x7f, 0x0a, 0x46, 0x83, 0x45, 0x2b, 0x09, 0xb7, 0x40, 0x4c, 0x7c, 0x1c, - 0xd5, 0x21, 0x97, 0x02, 0xde, 0x25, 0x04, 0x6a, 0x4a, 0xa0, 0xde, 0x00, 0xe7, 0x05, 0xc3, 0x22, - 0xa9, 0x10, 0x1b, 0x73, 0xea, 0x3d, 0x56, 0x35, 0x72, 0x5b, 0xb6, 0x85, 0xff, 0x3e, 0x4b, 0x60, - 0xb8, 0xe4, 0xa7, 0x14, 0xba, 0x3a, 0x28, 0x9f, 0xfc, 0xf4, 0x31, 0x97, 0x50, 0xde, 0x15, 0x6a, - 0x99, 0x7b, 0x8e, 0x6b, 0x9b, 0x43, 0x6d, 0x88, 0x3a, 0x9f, 0x3f, 0xfa, 0x6a, 0x33, 0x1b, 0xf9, - 0xb5, 0x99, 0x8d, 0xe8, 0x75, 0x30, 0xbe, 0x0f, 0xb1, 0xf2, 0xb8, 0x00, 0x86, 0xfc, 0xba, 0x3d, - 0x30, 0x71, 0xbb, 0x9b, 0x7a, 0x78, 0xa7, 0x3e, 0xc4, 0x40, 0x4c, 0x10, 0xc3, 0xe7, 0x20, 0x2e, - 0xc7, 0x07, 0x1c, 0x0f, 0xab, 0xe9, 0xae, 0x39, 0x95, 0xbe, 0xb0, 0x5f, 0x9a, 0x54, 0xac, 0x8f, - 0xbd, 0xfc, 0xfc, 0xf3, 0x4d, 0x74, 0x04, 0xa6, 0x50, 0xd8, 0xb0, 0x85, 0x6f, 0x35, 0x30, 0xd0, - 0x59, 0xb1, 0xf0, 0xf2, 0xc1, 0xda, 0x4a, 0x0a, 0xb9, 0x72, 0x98, 0x1e, 0xd4, 0xaf, 0x0b, 0x39, - 0xd3, 0x70, 0x32, 0x40, 0x8e, 0x7a, 0x50, 0xb4, 0xae, 0x16, 0x1b, 0xa8, 0xb3, 0xe7, 0xe1, 0x3b, - 0x0d, 0x0c, 0xee, 0x29, 0x20, 0x68, 0x84, 0x91, 0x07, 0x77, 0x56, 0x1a, 0x1d, 0x38, 0x5f, 0xe9, - 0x9d, 0x11, 0x7a, 0x11, 0xcc, 0x05, 0xe8, 0xb5, 0x78, 0xb1, 0xc0, 0x24, 0x48, 0x4a, 0x44, 0xeb, - 0xb2, 0x51, 0x37, 0xe0, 0x57, 0x0d, 0x24, 0xc3, 0x8a, 0x09, 0xce, 0x86, 0x89, 0xd8, 0xa7, 0xee, - 0xd3, 0x73, 0x87, 0x07, 0x2a, 0x1b, 0x77, 0x85, 0x8d, 0x45, 0x98, 0x0f, 0xb0, 0xd1, 0xee, 0x0b, - 0x86, 0xd6, 0x7b, 0xda, 0x6a, 0x03, 0xed, 0xad, 0xf7, 0xfc, 0xbd, 0xad, 0x9d, 0x8c, 0xb6, 0xbd, - 0x93, 0xd1, 0x7e, 0xec, 0x64, 0xb4, 0xd7, 0xbb, 0x99, 0xc8, 0xf6, 0x6e, 0x26, 0xf2, 0x65, 0x37, - 0x13, 0x79, 0x32, 0xdd, 0x31, 0x52, 0x14, 0x4f, 0x05, 0x5b, 0x2c, 0xe7, 0xd0, 0x36, 0xed, 0xb3, - 0x0e, 0x62, 0x31, 0x63, 0xac, 0xb8, 0xf8, 0x37, 0x9e, 0xfe, 0x1b, 0x00, 0x00, 0xff, 0xff, 0x3d, - 0xa7, 0x53, 0xdf, 0x73, 0x08, 0x00, 0x00, + // 772 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xbc, 0x55, 0x41, 0x4f, 0x13, 0x4d, + 0x18, 0xee, 0x16, 0xda, 0xef, 0xfb, 0xde, 0x8f, 0xef, 0x03, 0xc6, 0x46, 0xdb, 0x82, 0xad, 0x6e, + 0x44, 0x89, 0xda, 0x1d, 0x01, 0x09, 0x48, 0xa2, 0xd1, 0x02, 0x31, 0x31, 0xd1, 0xe8, 0x62, 0x62, + 0xe2, 0xa5, 0xce, 0xb6, 0x93, 0xed, 0x86, 0xb2, 0x53, 0x76, 0xa7, 0xad, 0x15, 0xb9, 0x78, 0xf2, + 0x68, 0xe2, 0x1f, 0xe0, 0xe0, 0x45, 0x8f, 0xc6, 0x1f, 0xc1, 0x91, 0xe8, 0x45, 0x2f, 0x6a, 0xc0, + 0x83, 0xf1, 0xe2, 0x5f, 0x30, 0x9d, 0x99, 0x36, 0x2d, 0xdd, 0x0d, 0x90, 0x18, 0x4f, 0xdd, 0x99, + 0xf7, 0x7d, 0xe6, 0x79, 0x9e, 0x99, 0xf7, 0x7d, 0x0b, 0x27, 0x2d, 0x62, 0x35, 0x2b, 0xcc, 0xc5, + 0x8e, 0x5b, 0xa4, 0x2e, 0x77, 0xea, 0x14, 0xaf, 0xd7, 0xa8, 0xd7, 0x34, 0xaa, 0x1e, 0xe3, 0x0c, + 0x8d, 0xaa, 0xb0, 0xd1, 0x09, 0xa7, 0x13, 0x36, 0xb3, 0x99, 0x88, 0xe2, 0xd6, 0x97, 0x4c, 0x4c, + 0x8f, 0xdb, 0x8c, 0xd9, 0x15, 0x8a, 0x49, 0xd5, 0xc1, 0xc4, 0x75, 0x19, 0x27, 0xdc, 0x61, 0xae, + 0xaf, 0xa2, 0x99, 0x7e, 0x96, 0x2a, 0xf1, 0xc8, 0x5a, 0x27, 0x5e, 0x64, 0xfe, 0x1a, 0xf3, 0xb1, + 0x45, 0x7c, 0x8a, 0xeb, 0x53, 0x16, 0xe5, 0x64, 0x0a, 0x17, 0x99, 0xe3, 0xaa, 0x78, 0x4a, 0xc6, + 0x0b, 0x92, 0x56, 0x2e, 0x64, 0x48, 0x4f, 0x00, 0xba, 0xd7, 0x12, 0x7c, 0x57, 0x9c, 0x67, 0xd2, + 0xf5, 0x1a, 0xf5, 0xb9, 0x7e, 0x07, 0x8e, 0xf5, 0xec, 0xfa, 0x55, 0xe6, 0xfa, 0x14, 0xcd, 0x41, + 0x5c, 0xf2, 0x26, 0xb5, 0x53, 0xda, 0xe4, 0xbf, 0xd3, 0x29, 0xa3, 0xcf, 0x9f, 0x21, 0x21, 0xf9, + 0xc1, 0xed, 0xcf, 0xd9, 0x88, 0xa9, 0xd2, 0xf5, 0xcb, 0x90, 0x14, 0xe7, 0x99, 0xb4, 0x41, 0xbc, + 0xd2, 0x4d, 0x52, 0xb3, 0x69, 0x9b, 0x0b, 0x25, 0xe1, 0x2f, 0x52, 0x2a, 0x79, 0xd4, 0x97, 0xa7, + 0xfe, 0x63, 0xb6, 0x97, 0xfa, 0x4f, 0x0d, 0x12, 0xbd, 0x08, 0xa5, 0x83, 0x40, 0xac, 0xe5, 0xae, + 0x05, 0x18, 0x10, 0x32, 0x94, 0xa5, 0x96, 0x7f, 0x43, 0xf9, 0x37, 0x16, 0x99, 0xe3, 0xe6, 0x2f, + 0xb5, 0x64, 0xbc, 0xf9, 0x92, 0x9d, 0xb4, 0x1d, 0x5e, 0xae, 0x59, 0x46, 0x91, 0xad, 0x29, 0xff, + 0xea, 0x27, 0xe7, 0x97, 0x56, 0x31, 0x6f, 0x56, 0xa9, 0x2f, 0x00, 0xbe, 0x29, 0x4f, 0x46, 0x1c, + 0x86, 0x1b, 0x0e, 0x2f, 0x97, 0x3c, 0xd2, 0x70, 0x0b, 0x92, 0x2c, 0xfa, 0xfb, 0xc9, 0xfe, 0xef, + 0x70, 0x88, 0xb5, 0xfe, 0x43, 0x83, 0x54, 0xc0, 0x45, 0x29, 0xdb, 0x45, 0xf8, 0xcf, 0x13, 0xfb, + 0x05, 0x5b, 0x04, 0x94, 0xfd, 0x6b, 0x01, 0xaf, 0x10, 0x7a, 0x88, 0xd1, 0xbd, 0xb9, 0xec, 0x72, + 0xaf, 0x69, 0x0e, 0x79, 0x5d, 0x5b, 0xe9, 0x32, 0x8c, 0xf6, 0xa5, 0xa0, 0x11, 0x18, 0x58, 0xa5, + 0x4d, 0xf5, 0x3e, 0xad, 0x4f, 0x74, 0x15, 0x62, 0x75, 0x52, 0xa9, 0xd1, 0x64, 0x54, 0x54, 0xc2, + 0xb9, 0x00, 0x0d, 0x41, 0xf4, 0xa6, 0x44, 0x2d, 0x44, 0xe7, 0x35, 0x7d, 0x16, 0xc6, 0x84, 0xcc, + 0xfc, 0xfd, 0xc5, 0x15, 0x4e, 0x56, 0x1d, 0xd7, 0x16, 0xb9, 0xed, 0xba, 0x38, 0x0e, 0xf1, 0x32, + 0x75, 0xec, 0x32, 0x17, 0xb4, 0x83, 0xa6, 0x5a, 0xe9, 0x4f, 0xe1, 0x44, 0x1f, 0xe2, 0x8f, 0xd5, + 0x85, 0xfe, 0x08, 0xc6, 0x83, 0x45, 0x2b, 0x09, 0xd7, 0x21, 0x26, 0x1e, 0x47, 0x75, 0xc8, 0xf9, + 0x80, 0x7b, 0x09, 0x81, 0x9a, 0x12, 0xa8, 0x37, 0xe0, 0x8c, 0x60, 0x58, 0xa2, 0x15, 0x6a, 0x13, + 0xce, 0xbc, 0x07, 0xaa, 0x46, 0x6e, 0xc8, 0xb6, 0x68, 0xdf, 0xcf, 0x32, 0x8c, 0x96, 0xda, 0x29, + 0x85, 0x9e, 0x0e, 0xca, 0x27, 0xdf, 0xbf, 0xcb, 0x25, 0x94, 0x77, 0x85, 0x5a, 0xe1, 0x9e, 0xe3, + 0xda, 0xe6, 0x48, 0x07, 0xa2, 0xf6, 0x17, 0xfe, 0x7e, 0xbe, 0x95, 0x8d, 0x7c, 0xdf, 0xca, 0x46, + 0xf4, 0x3a, 0x4c, 0x1c, 0x40, 0xac, 0x3c, 0x2e, 0xc2, 0x48, 0xbb, 0x6e, 0x0f, 0x4d, 0xdc, 0xe9, + 0xa6, 0x3e, 0xde, 0xe9, 0xb7, 0x31, 0x88, 0x09, 0x62, 0xf4, 0x04, 0xe2, 0x72, 0x7c, 0xa0, 0x89, + 0xb0, 0x9a, 0xee, 0x99, 0x53, 0xe9, 0xb3, 0x07, 0xa5, 0x49, 0xc5, 0xfa, 0xe9, 0x67, 0x1f, 0xbe, + 0xbd, 0x8c, 0x8e, 0xa1, 0x14, 0x0e, 0x9b, 0xa4, 0xe8, 0x95, 0x06, 0x43, 0xdd, 0x15, 0x8b, 0x2e, + 0x1c, 0xae, 0xad, 0xa4, 0x90, 0x8b, 0x47, 0xe9, 0x41, 0xfd, 0x8a, 0x90, 0x33, 0x83, 0xa6, 0x02, + 0xe4, 0xa8, 0x0b, 0xc5, 0x1b, 0xea, 0x63, 0x13, 0x77, 0xf7, 0x3c, 0x7a, 0xad, 0xc1, 0xf0, 0xbe, + 0x02, 0x42, 0x46, 0x18, 0x79, 0x70, 0x67, 0xa5, 0xf1, 0xa1, 0xf3, 0x95, 0xde, 0x59, 0xa1, 0x17, + 0xa3, 0x5c, 0x80, 0x5e, 0x8b, 0x17, 0x0b, 0xbe, 0x04, 0x49, 0x89, 0x78, 0x43, 0x36, 0xea, 0x26, + 0xfa, 0xa4, 0x41, 0x32, 0xac, 0x98, 0xd0, 0x5c, 0x98, 0x88, 0x03, 0xea, 0x3e, 0x3d, 0x7f, 0x74, + 0xa0, 0xb2, 0x71, 0x4b, 0xd8, 0x58, 0x42, 0xf9, 0x00, 0x1b, 0x9d, 0xbe, 0xf0, 0xf1, 0x46, 0x5f, + 0x5b, 0x6d, 0xe2, 0xfd, 0xf5, 0x9e, 0xbf, 0xbd, 0xbd, 0x9b, 0xd1, 0x76, 0x76, 0x33, 0xda, 0xd7, + 0xdd, 0x8c, 0xf6, 0x62, 0x2f, 0x13, 0xd9, 0xd9, 0xcb, 0x44, 0x3e, 0xee, 0x65, 0x22, 0x0f, 0x67, + 0xba, 0x46, 0x8a, 0xe2, 0xa9, 0x10, 0xcb, 0xcf, 0x39, 0xac, 0x43, 0xfb, 0xb8, 0x8b, 0x58, 0xcc, + 0x18, 0x2b, 0x2e, 0xfe, 0x8d, 0x67, 0x7e, 0x05, 0x00, 0x00, 0xff, 0xff, 0x88, 0x1e, 0x59, 0x89, + 0x50, 0x08, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/mint/types/query.pb.go b/x/mint/types/query.pb.go index e5e2ff960..2a6928c0c 100644 --- a/x/mint/types/query.pb.go +++ b/x/mint/types/query.pb.go @@ -287,39 +287,38 @@ func init() { func init() { proto.RegisterFile("babylon/mint/v1/query.proto", fileDescriptor_bab217370cac4c70) } var fileDescriptor_bab217370cac4c70 = []byte{ - // 501 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xcd, 0x6e, 0xd3, 0x40, - 0x14, 0x85, 0x33, 0xfc, 0x2d, 0x26, 0x2d, 0x94, 0x11, 0x12, 0xad, 0x53, 0x1c, 0x70, 0x04, 0x4a, - 0xa9, 0x3a, 0xa3, 0x94, 0x27, 0x20, 0x20, 0xf1, 0x23, 0x16, 0x25, 0xea, 0x8a, 0x4d, 0x34, 0x0e, - 0x53, 0x67, 0x84, 0x3d, 0xd7, 0xc9, 0x8c, 0x23, 0xb2, 0x65, 0x8f, 0x54, 0x09, 0xf1, 0x00, 0xbc, - 0x4d, 0x97, 0x95, 0xba, 0x41, 0x2c, 0x0a, 0x4a, 0x78, 0x10, 0xe4, 0xb1, 0x5d, 0xd2, 0xc4, 0x91, - 0xd2, 0x5d, 0x26, 0xe7, 0xe6, 0x9c, 0x2f, 0xf7, 0x5c, 0x5c, 0xf3, 0xb9, 0x3f, 0x0e, 0x41, 0xb1, - 0x48, 0x2a, 0xc3, 0x46, 0x2d, 0x36, 0x48, 0xc4, 0x70, 0x4c, 0xe3, 0x21, 0x18, 0x20, 0x77, 0x72, - 0x91, 0xa6, 0x22, 0x1d, 0xb5, 0x9c, 0x7b, 0x01, 0x04, 0x60, 0x35, 0x96, 0x7e, 0xca, 0xc6, 0x9c, + // 494 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x94, 0x92, 0xcf, 0x6e, 0xd3, 0x40, + 0x10, 0xc6, 0xb3, 0xfc, 0x3b, 0x6c, 0x5a, 0x28, 0x2b, 0x24, 0x5a, 0xa7, 0x38, 0xe0, 0x08, 0x94, + 0x52, 0x75, 0x57, 0x29, 0x4f, 0x40, 0x40, 0xe2, 0x8f, 0x38, 0x94, 0xa8, 0x27, 0x2e, 0xd1, 0x3a, + 0x6c, 0x9d, 0x15, 0xf6, 0x8e, 0x93, 0x5d, 0x47, 0xe4, 0xca, 0x1d, 0xa9, 0x12, 0xe2, 0x01, 0x78, + 0x9b, 0x1e, 0x2b, 0xf5, 0x82, 0x38, 0x14, 0x94, 0xf0, 0x20, 0xc8, 0x6b, 0xbb, 0xa4, 0x89, 0x23, + 0xa5, 0x37, 0x8f, 0xbf, 0xf1, 0x7c, 0x3f, 0xcf, 0x37, 0xb8, 0xe6, 0x73, 0x7f, 0x1c, 0x82, 0x62, + 0x91, 0x54, 0x86, 0x8d, 0x5a, 0x6c, 0x90, 0x88, 0xe1, 0x98, 0xc6, 0x43, 0x30, 0x40, 0xee, 0xe4, + 0x22, 0x4d, 0x45, 0x3a, 0x6a, 0x39, 0xf7, 0x02, 0x08, 0xc0, 0x6a, 0x2c, 0x7d, 0xca, 0xda, 0x9c, 0xed, 0x00, 0x20, 0x08, 0x05, 0xe3, 0xb1, 0x64, 0x5c, 0x29, 0x30, 0xdc, 0x48, 0x50, 0x3a, 0x57, - 0x9d, 0xf9, 0x04, 0x6b, 0x96, 0x69, 0xf5, 0xfc, 0x97, 0xf6, 0xe5, 0x27, 0x47, 0xcc, 0xc8, 0x48, - 0x68, 0xc3, 0xa3, 0x38, 0x1b, 0xf0, 0x6a, 0x78, 0xeb, 0x7d, 0x0a, 0xf4, 0x46, 0x1d, 0x85, 0xd6, - 0xb5, 0xc3, 0x8d, 0xe8, 0x88, 0x41, 0x22, 0xb4, 0xf1, 0xfa, 0xd8, 0x29, 0x13, 0x75, 0x0c, 0x4a, - 0x0b, 0xf2, 0x16, 0xdf, 0x96, 0x85, 0xd0, 0x1d, 0x72, 0x23, 0x36, 0xd1, 0x43, 0xd4, 0x5c, 0x6b, - 0x37, 0x4e, 0xce, 0xeb, 0x95, 0x5f, 0xe7, 0xf5, 0x5a, 0x0f, 0x74, 0x04, 0x5a, 0x7f, 0xfc, 0x44, - 0x25, 0xb0, 0x88, 0x9b, 0x3e, 0x7d, 0x27, 0x02, 0xde, 0x1b, 0xbf, 0x14, 0xbd, 0xce, 0xba, 0x9c, - 0xf5, 0xf4, 0x5c, 0xbc, 0x6d, 0x93, 0x9e, 0x2b, 0x95, 0xf0, 0xf0, 0x60, 0x08, 0x23, 0xa9, 0xd3, - 0xbf, 0x58, 0x90, 0x0c, 0xf0, 0x83, 0x25, 0x7a, 0x0e, 0x73, 0x80, 0xef, 0x72, 0xab, 0x75, 0xe3, - 0x0b, 0xf1, 0x2a, 0x3c, 0x1b, 0x7c, 0xce, 0xd9, 0xdb, 0xc2, 0xf7, 0x6d, 0xe4, 0x2b, 0xa1, 0x84, - 0x96, 0xfa, 0x50, 0x46, 0x17, 0x7b, 0xe9, 0xe2, 0xcd, 0x45, 0x29, 0x07, 0x79, 0x81, 0xd7, 0x82, - 0xec, 0xeb, 0x6e, 0xba, 0x6b, 0xcb, 0x50, 0xdd, 0x77, 0x68, 0x56, 0x04, 0x2d, 0x8a, 0xa0, 0x87, - 0x45, 0x11, 0xed, 0x1b, 0xc7, 0xbf, 0xeb, 0xa8, 0x53, 0x0d, 0xfe, 0x9b, 0xed, 0x9f, 0x5d, 0xc7, - 0x37, 0x6d, 0x02, 0xf9, 0x8e, 0xf0, 0xfa, 0xa5, 0xf5, 0x93, 0xa7, 0x74, 0xee, 0x68, 0xe8, 0xd2, - 0x02, 0x9d, 0xdd, 0x95, 0x66, 0x33, 0x72, 0x6f, 0xf7, 0xcb, 0xd9, 0xdf, 0x6f, 0xd7, 0x1e, 0x93, - 0x06, 0xcb, 0x16, 0x55, 0xdc, 0x93, 0x2f, 0x0c, 0x6f, 0xb1, 0xcb, 0x55, 0x93, 0x1f, 0x08, 0x6f, - 0xcc, 0x97, 0x41, 0xf6, 0xca, 0xe3, 0x96, 0x94, 0xea, 0xd0, 0x55, 0xc7, 0x73, 0x40, 0x6a, 0x01, - 0x9b, 0xe4, 0x49, 0x29, 0xe0, 0x42, 0xfd, 0xe4, 0x2b, 0xc2, 0xd5, 0x99, 0x8a, 0x48, 0xb3, 0x3c, - 0x6f, 0xb1, 0x60, 0x67, 0x67, 0x85, 0xc9, 0x1c, 0x6a, 0xc7, 0x42, 0x35, 0xc8, 0xa3, 0x52, 0xa8, - 0xd9, 0x53, 0x68, 0xbf, 0x3e, 0x99, 0xb8, 0xe8, 0x74, 0xe2, 0xa2, 0x3f, 0x13, 0x17, 0x1d, 0x4f, - 0xdd, 0xca, 0xe9, 0xd4, 0xad, 0xfc, 0x9c, 0xba, 0x95, 0x0f, 0x34, 0x90, 0xa6, 0x9f, 0xf8, 0xb4, - 0x07, 0x11, 0xcb, 0x93, 0x43, 0xee, 0xeb, 0x3d, 0x09, 0xc5, 0x93, 0x7d, 0xce, 0x8c, 0xcd, 0x38, - 0x16, 0xda, 0xbf, 0x65, 0xcf, 0xe8, 0xd9, 0xbf, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd3, 0xa4, 0xd5, - 0x0a, 0x5d, 0x04, 0x00, 0x00, + 0xeb, 0xb9, 0x6a, 0x2b, 0x3f, 0x39, 0x62, 0x46, 0x46, 0x42, 0x1b, 0x1e, 0xc5, 0x59, 0x83, 0x57, + 0xc3, 0x5b, 0xef, 0x53, 0xd3, 0x37, 0xea, 0x28, 0xb4, 0x5f, 0x76, 0xb8, 0x11, 0x1d, 0x31, 0x48, + 0x84, 0x36, 0x5e, 0x1f, 0x3b, 0x65, 0xa2, 0x8e, 0x41, 0x69, 0x41, 0xde, 0xe2, 0xdb, 0xb2, 0x10, + 0xba, 0x43, 0x6e, 0xc4, 0x26, 0x7a, 0x88, 0x9a, 0x6b, 0xed, 0xc6, 0xc9, 0x79, 0xbd, 0xf2, 0xeb, + 0xbc, 0x5e, 0xeb, 0x81, 0x8e, 0x40, 0xeb, 0x8f, 0x9f, 0xa8, 0x04, 0x16, 0x71, 0xd3, 0xa7, 0xef, + 0x44, 0xc0, 0x7b, 0xe3, 0x97, 0xa2, 0xd7, 0x59, 0x97, 0xb3, 0x33, 0x3d, 0x17, 0x6f, 0x5b, 0xa7, + 0xe7, 0x4a, 0x25, 0x3c, 0x3c, 0x18, 0xc2, 0x48, 0xea, 0xf4, 0x37, 0x0a, 0x92, 0x01, 0x7e, 0xb0, + 0x44, 0xcf, 0x61, 0x0e, 0xf0, 0x5d, 0x6e, 0xb5, 0x6e, 0x7c, 0x21, 0x5e, 0x85, 0x67, 0x83, 0xcf, + 0x4d, 0xf6, 0xb6, 0xf0, 0x7d, 0x6b, 0xf9, 0x4a, 0x28, 0xa1, 0xa5, 0x3e, 0x94, 0xd1, 0xc5, 0x5e, + 0xba, 0x78, 0x73, 0x51, 0xca, 0x41, 0x5e, 0xe0, 0xb5, 0x20, 0x7b, 0xdd, 0x4d, 0x77, 0x6d, 0x19, + 0xaa, 0xfb, 0x0e, 0xcd, 0x82, 0xa0, 0x45, 0x10, 0xf4, 0xb0, 0x08, 0xa2, 0x7d, 0xe3, 0xf8, 0x77, + 0x1d, 0x75, 0xaa, 0xc1, 0xff, 0x61, 0xfb, 0x67, 0xd7, 0xf1, 0x4d, 0xeb, 0x40, 0xbe, 0x23, 0xbc, + 0x7e, 0x69, 0xfd, 0xe4, 0x29, 0x9d, 0x3b, 0x0c, 0xba, 0x34, 0x40, 0x67, 0x77, 0xa5, 0xde, 0x8c, + 0xdc, 0xdb, 0xfd, 0x72, 0xf6, 0xf7, 0xdb, 0xb5, 0xc7, 0xa4, 0xc1, 0xb2, 0x45, 0x15, 0x57, 0xe9, + 0x0b, 0xc3, 0x5b, 0xec, 0x72, 0xd4, 0xe4, 0x07, 0xc2, 0x1b, 0xf3, 0x61, 0x90, 0xbd, 0x72, 0xbb, + 0x25, 0xa1, 0x3a, 0x74, 0xd5, 0xf6, 0x1c, 0x90, 0x5a, 0xc0, 0x26, 0x79, 0x52, 0x0a, 0xb8, 0x10, + 0x3f, 0xf9, 0x8a, 0x70, 0x75, 0x26, 0x22, 0xd2, 0x2c, 0xf7, 0x5b, 0x0c, 0xd8, 0xd9, 0x59, 0xa1, + 0x33, 0x87, 0xda, 0xb1, 0x50, 0x0d, 0xf2, 0xa8, 0x14, 0x6a, 0xf6, 0x14, 0xda, 0xaf, 0x4f, 0x26, + 0x2e, 0x3a, 0x9d, 0xb8, 0xe8, 0xcf, 0xc4, 0x45, 0xc7, 0x53, 0xb7, 0x72, 0x3a, 0x75, 0x2b, 0x3f, + 0xa7, 0x6e, 0xe5, 0x03, 0x0d, 0xa4, 0xe9, 0x27, 0x3e, 0xed, 0x41, 0xc4, 0x72, 0xe7, 0x90, 0xfb, + 0x7a, 0x4f, 0x42, 0x51, 0xb2, 0xcf, 0xd9, 0x60, 0x33, 0x8e, 0x85, 0xf6, 0x6f, 0xd9, 0x33, 0x7a, + 0xf6, 0x2f, 0x00, 0x00, 0xff, 0xff, 0xbf, 0xd7, 0xaa, 0x0b, 0x41, 0x04, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used.