From 9a273172093f1b369f879f6e91b106aa1400c0bf Mon Sep 17 00:00:00 2001 From: Tyler <48813565+technicallyty@users.noreply.github.com> Date: Thu, 16 Jan 2025 09:31:23 -0800 Subject: [PATCH] fix(x/auth): update proto address conversion query to prevent duplicate HTTP binding (#23357) --- CHANGELOG.md | 1 + api/cosmos/auth/v1beta1/query.pulsar.go | 88 +++++++------- client/grpc/reflection/reflection.pb.go | 2 +- proto/cosmos/auth/v1beta1/query.proto | 30 ++--- server/v2/api/grpcgateway/handler.go | 24 +--- server/v2/cometbft/go.mod | 2 +- server/v2/cometbft/go.sum | 4 +- server/v2/go.mod | 2 +- server/v2/go.sum | 4 +- simapp/v2/go.mod | 2 +- simapp/v2/go.sum | 4 +- tests/go.mod | 2 +- tests/go.sum | 4 +- tests/systemtests/auth_test.go | 47 +++++++- x/auth/types/query.pb.go | 147 ++++++++++++------------ x/auth/types/query.pb.gw.go | 103 ++++++++++++++++- 16 files changed, 305 insertions(+), 161 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9aaa3e5844..d5fb148071 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -57,6 +57,7 @@ Every module contains its own CHANGELOG.md. Please refer to the module you are i * (x/auth/tx) [#23170](https://github.com/cosmos/cosmos-sdk/pull/23170) Avoid panic from newWrapperFromDecodedTx when AuthInfo.Fee is optional in decodedTx. * (x/auth/tx) [23144](https://github.com/cosmos/cosmos-sdk/pull/23144) Add missing CacheWithValue for ExtensionOptions. * (x/auth/tx) [#23148](https://github.com/cosmos/cosmos-sdk/pull/23148) Avoid panic from intoAnyV2 when v1.PublicKey is optional. +* (x/auth) [#23357](https://github.com/cosmos/cosmos-sdk/pull/23357) Fixes accessibility of the AddressStringToBytes HTTP binding and adds another binding to AddressBytesToString. ### API Breaking Changes diff --git a/api/cosmos/auth/v1beta1/query.pulsar.go b/api/cosmos/auth/v1beta1/query.pulsar.go index c688885fa4..4ace4a4b38 100644 --- a/api/cosmos/auth/v1beta1/query.pulsar.go +++ b/api/cosmos/auth/v1beta1/query.pulsar.go @@ -9443,7 +9443,7 @@ var file_cosmos_auth_v1beta1_query_proto_rawDesc = []byte{ 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x42, 0x61, 0x73, 0x65, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x52, 0x04, 0x69, 0x6e, 0x66, 0x6f, 0x3a, 0x13, 0xd2, 0xb4, 0x2d, 0x0f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, - 0x64, 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x37, 0x32, 0x80, 0x0e, 0x0a, 0x05, 0x51, 0x75, 0x65, 0x72, + 0x64, 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x37, 0x32, 0xbd, 0x0e, 0x0a, 0x05, 0x51, 0x75, 0x65, 0x72, 0x79, 0x12, 0xa0, 0x01, 0x0a, 0x08, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x73, 0x12, 0x29, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, @@ -9519,7 +9519,7 @@ var file_cosmos_auth_v1beta1_query_proto_rawDesc = []byte{ 0x0f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x1d, 0x12, 0x1b, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x62, 0x65, 0x63, - 0x68, 0x33, 0x32, 0x12, 0xc3, 0x01, 0x0a, 0x14, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, + 0x68, 0x33, 0x32, 0x12, 0xf9, 0x01, 0x0a, 0x14, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x54, @@ -9527,48 +9527,52 @@ var file_cosmos_auth_v1beta1_query_proto_rawDesc = []byte{ 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x42, 0x79, 0x74, 0x65, 0x73, 0x54, 0x6f, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, - 0x65, 0x22, 0x46, 0xca, 0xb4, 0x2d, 0x0f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, - 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x12, 0x2b, 0x2f, 0x63, - 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x31, 0x2f, 0x62, 0x65, 0x63, 0x68, 0x33, 0x32, 0x2f, 0x7b, 0x61, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x7d, 0x12, 0xc4, 0x01, 0x0a, 0x14, 0x41, 0x64, - 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x54, 0x6f, 0x42, 0x79, 0x74, - 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, - 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, - 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x54, 0x6f, 0x42, 0x79, 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, - 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, - 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, - 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x54, 0x6f, 0x42, 0x79, 0x74, 0x65, 0x73, 0x52, - 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x47, 0xca, 0xb4, 0x2d, 0x0f, 0x63, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x36, 0x82, 0xd3, 0xe4, 0x93, - 0x02, 0x2e, 0x12, 0x2c, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, + 0x65, 0x22, 0x7c, 0xca, 0xb4, 0x2d, 0x0f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, + 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x63, 0x5a, 0x34, 0x12, 0x32, + 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, + 0x65, 0x74, 0x61, 0x31, 0x2f, 0x62, 0x65, 0x63, 0x68, 0x33, 0x32, 0x2f, 0x64, 0x65, 0x63, 0x6f, + 0x64, 0x65, 0x2f, 0x7b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x62, 0x79, 0x74, 0x65, + 0x73, 0x7d, 0x12, 0x2b, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x62, 0x65, 0x63, 0x68, 0x33, 0x32, 0x2f, - 0x7b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x7d, - 0x12, 0xb7, 0x01, 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, - 0x12, 0x2c, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x63, 0x63, 0x6f, - 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, - 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, - 0x65, 0x74, 0x61, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, - 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0xca, + 0x7b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x62, 0x79, 0x74, 0x65, 0x73, 0x7d, 0x12, + 0xcb, 0x01, 0x0a, 0x14, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, + 0x67, 0x54, 0x6f, 0x42, 0x79, 0x74, 0x65, 0x73, 0x12, 0x30, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, + 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2e, 0x41, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x54, 0x6f, 0x42, 0x79, + 0x74, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x31, 0x2e, 0x63, 0x6f, 0x73, + 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, + 0x2e, 0x41, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x53, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x54, 0x6f, + 0x42, 0x79, 0x74, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4e, 0xca, 0xb4, 0x2d, 0x0f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, 0x6b, 0x20, 0x30, 0x2e, - 0x34, 0x37, 0x88, 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x12, 0x2b, 0x2f, - 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, - 0x74, 0x61, 0x31, 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, - 0x2f, 0x7b, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x7d, 0x42, 0xc5, 0x01, 0x0a, 0x17, 0x63, - 0x6f, 0x6d, 0x2e, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x42, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x72, 0x6f, - 0x74, 0x6f, 0x50, 0x01, 0x5a, 0x30, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, - 0x69, 0x6f, 0x2f, 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, - 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x61, 0x75, 0x74, 0x68, 0x76, - 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xa2, 0x02, 0x03, 0x43, 0x41, 0x58, 0xaa, 0x02, 0x13, 0x43, - 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x31, 0xca, 0x02, 0x13, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x41, 0x75, 0x74, 0x68, - 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xe2, 0x02, 0x1f, 0x43, 0x6f, 0x73, 0x6d, 0x6f, - 0x73, 0x5c, 0x41, 0x75, 0x74, 0x68, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, - 0x50, 0x42, 0x4d, 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x15, 0x43, 0x6f, 0x73, - 0x6d, 0x6f, 0x73, 0x3a, 0x3a, 0x41, 0x75, 0x74, 0x68, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, - 0x61, 0x31, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, + 0x34, 0x36, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x35, 0x12, 0x33, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, + 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x2f, 0x62, + 0x65, 0x63, 0x68, 0x33, 0x32, 0x2f, 0x65, 0x6e, 0x63, 0x6f, 0x64, 0x65, 0x2f, 0x7b, 0x61, 0x64, + 0x64, 0x72, 0x65, 0x73, 0x73, 0x5f, 0x73, 0x74, 0x72, 0x69, 0x6e, 0x67, 0x7d, 0x12, 0xb7, 0x01, + 0x0a, 0x0b, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x2c, 0x2e, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, + 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2d, 0x2e, 0x63, 0x6f, + 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, + 0x31, 0x2e, 0x51, 0x75, 0x65, 0x72, 0x79, 0x41, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x49, 0x6e, + 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x22, 0x4b, 0xca, 0xb4, 0x2d, 0x0f, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2d, 0x73, 0x64, 0x6b, 0x20, 0x30, 0x2e, 0x34, 0x37, 0x88, + 0xe7, 0xb0, 0x2a, 0x01, 0x82, 0xd3, 0xe4, 0x93, 0x02, 0x2d, 0x12, 0x2b, 0x2f, 0x63, 0x6f, 0x73, + 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, + 0x2f, 0x61, 0x63, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x5f, 0x69, 0x6e, 0x66, 0x6f, 0x2f, 0x7b, 0x61, + 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x7d, 0x42, 0xc5, 0x01, 0x0a, 0x17, 0x63, 0x6f, 0x6d, 0x2e, + 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2e, 0x61, 0x75, 0x74, 0x68, 0x2e, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x31, 0x42, 0x0a, 0x51, 0x75, 0x65, 0x72, 0x79, 0x50, 0x72, 0x6f, 0x74, 0x6f, 0x50, + 0x01, 0x5a, 0x30, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x73, 0x64, 0x6b, 0x2e, 0x69, 0x6f, 0x2f, + 0x61, 0x70, 0x69, 0x2f, 0x63, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x2f, 0x61, 0x75, 0x74, 0x68, 0x2f, + 0x76, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x3b, 0x61, 0x75, 0x74, 0x68, 0x76, 0x31, 0x62, 0x65, + 0x74, 0x61, 0x31, 0xa2, 0x02, 0x03, 0x43, 0x41, 0x58, 0xaa, 0x02, 0x13, 0x43, 0x6f, 0x73, 0x6d, + 0x6f, 0x73, 0x2e, 0x41, 0x75, 0x74, 0x68, 0x2e, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0xca, + 0x02, 0x13, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x41, 0x75, 0x74, 0x68, 0x5c, 0x56, 0x31, + 0x62, 0x65, 0x74, 0x61, 0x31, 0xe2, 0x02, 0x1f, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, 0x5c, 0x41, + 0x75, 0x74, 0x68, 0x5c, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x5c, 0x47, 0x50, 0x42, 0x4d, + 0x65, 0x74, 0x61, 0x64, 0x61, 0x74, 0x61, 0xea, 0x02, 0x15, 0x43, 0x6f, 0x73, 0x6d, 0x6f, 0x73, + 0x3a, 0x3a, 0x41, 0x75, 0x74, 0x68, 0x3a, 0x3a, 0x56, 0x31, 0x62, 0x65, 0x74, 0x61, 0x31, 0x62, + 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33, } var ( diff --git a/client/grpc/reflection/reflection.pb.go b/client/grpc/reflection/reflection.pb.go index d54b1f6001..2f159025d3 100644 --- a/client/grpc/reflection/reflection.pb.go +++ b/client/grpc/reflection/reflection.pb.go @@ -114,7 +114,7 @@ func (m *ListAllInterfacesResponse) GetInterfaceNames() []string { // ListImplementationsRequest is the request type of the ListImplementations // RPC. type ListImplementationsRequest struct { - // interface_name defines the interface to query the implementations for. + // interface_name defines the interface to query the implementations. InterfaceName string `protobuf:"bytes,1,opt,name=interface_name,json=interfaceName,proto3" json:"interface_name,omitempty"` } diff --git a/proto/cosmos/auth/v1beta1/query.proto b/proto/cosmos/auth/v1beta1/query.proto index c2f14e8be7..855ef28d87 100644 --- a/proto/cosmos/auth/v1beta1/query.proto +++ b/proto/cosmos/auth/v1beta1/query.proto @@ -63,21 +63,25 @@ service Query { // AddressBytesToString converts Account Address bytes to string rpc AddressBytesToString(AddressBytesToStringRequest) returns (AddressBytesToStringResponse) { option (cosmos_proto.method_added_in) = "cosmos-sdk 0.46"; - option (google.api.http).get = "/cosmos/auth/v1beta1/bech32/{address_bytes}"; - } + option (google.api.http) = { + get: "/cosmos/auth/v1beta1/bech32/{address_bytes}"; + additional_bindings: + [{get: "/cosmos/auth/v1beta1/bech32/decode/{address_bytes}"}] + }; +} - // AddressStringToBytes converts Address string to bytes - rpc AddressStringToBytes(AddressStringToBytesRequest) returns (AddressStringToBytesResponse) { - option (cosmos_proto.method_added_in) = "cosmos-sdk 0.46"; - option (google.api.http).get = "/cosmos/auth/v1beta1/bech32/{address_string}"; - } +// AddressStringToBytes converts Address string to bytes +rpc AddressStringToBytes(AddressStringToBytesRequest) returns (AddressStringToBytesResponse) { + option (cosmos_proto.method_added_in) = "cosmos-sdk 0.46"; + option (google.api.http).get = "/cosmos/auth/v1beta1/bech32/encode/{address_string}"; +} - // AccountInfo queries account info which is common to all account types. - rpc AccountInfo(QueryAccountInfoRequest) returns (QueryAccountInfoResponse) { - option (cosmos_proto.method_added_in) = "cosmos-sdk 0.47"; - option (cosmos.query.v1.module_query_safe) = true; - option (google.api.http).get = "/cosmos/auth/v1beta1/account_info/{address}"; - } +// AccountInfo queries account info which is common to all account types. +rpc AccountInfo(QueryAccountInfoRequest) returns (QueryAccountInfoResponse) { + option (cosmos_proto.method_added_in) = "cosmos-sdk 0.47"; + option (cosmos.query.v1.module_query_safe) = true; + option (google.api.http).get = "/cosmos/auth/v1beta1/account_info/{address}"; +} } // QueryAccountsRequest is the request type for the Query/Accounts RPC method. diff --git a/server/v2/api/grpcgateway/handler.go b/server/v2/api/grpcgateway/handler.go index 1df6f3d005..ec9ebe1593 100644 --- a/server/v2/api/grpcgateway/handler.go +++ b/server/v2/api/grpcgateway/handler.go @@ -67,27 +67,15 @@ func registerMethods[T transaction.Tx](logger log.Logger, mux *http.ServeMux, am fallbackRouter.ServeHTTP(w, r) }) - // register in deterministic order. we do this because of the problem mentioned below, and different nodes could - // end up with one version of the handler or the other. uris := slices.Sorted(maps.Keys(annotationToMetadata)) - for _, uri := range uris { queryMD := annotationToMetadata[uri] - // we need to wrap this in a panic handler because cosmos SDK proto stubs contains a duplicate annotation - // that causes the registration to panic. - func(u string, qMD queryMetadata) { - defer func() { - if err := recover(); err != nil { - logger.Warn("duplicate HTTP annotation detected", "error", err) - } - }() - mux.Handle(u, &protoHandler[T]{ - msg: qMD.msg, - fallbackRouter: fallbackRouter, - appManager: am, - wildcardKeyNames: qMD.wildcardKeyNames, - }) - }(uri, queryMD) + mux.Handle(uri, &protoHandler[T]{ + msg: queryMD.msg, + fallbackRouter: fallbackRouter, + appManager: am, + wildcardKeyNames: queryMD.wildcardKeyNames, + }) } } diff --git a/server/v2/cometbft/go.mod b/server/v2/cometbft/go.mod index a4e63aff8e..41c534e168 100644 --- a/server/v2/cometbft/go.mod +++ b/server/v2/cometbft/go.mod @@ -14,7 +14,7 @@ replace ( ) require ( - cosmossdk.io/api v0.8.1 + cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 cosmossdk.io/collections v1.0.0 cosmossdk.io/core v1.0.0 cosmossdk.io/errors v1.0.1 diff --git a/server/v2/cometbft/go.sum b/server/v2/cometbft/go.sum index df43a220ed..a816b0dd16 100644 --- a/server/v2/cometbft/go.sum +++ b/server/v2/cometbft/go.sum @@ -4,8 +4,8 @@ buf.build/gen/go/cosmos/gogo-proto/protocolbuffers/go v1.36.2-20240130113600-88e buf.build/gen/go/cosmos/gogo-proto/protocolbuffers/go v1.36.2-20240130113600-88ef6483f90f.1/go.mod h1:cuOHNO5SRU1J25UoI8VvPyi8dq9BpZb4gKa01Umx57Y= cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cosmossdk.io/api v0.8.1 h1:jQxx7CgUZDfgbPhPak41hW8TZzqfj06YxNI1WOulOo4= -cosmossdk.io/api v0.8.1/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 h1:/zUUfK6fuisVGsV0p0X6KT4iDy84lwMqLRQirSUxiz4= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= cosmossdk.io/collections v1.0.0 h1:YCYIe/pIMtc1iLDD0OrVdfWCnIkpwdy7k9NSQpaR5mg= cosmossdk.io/collections v1.0.0/go.mod h1:mFfLxnYT1fV+B3Lx9GLap1qxmffIPqQCND4xBExerps= cosmossdk.io/core v1.0.0 h1:e7XBbISOytLBOXMVwpRPixThXqEkeLGlg8no/qpgS8U= diff --git a/server/v2/go.mod b/server/v2/go.mod index 2d75a230da..5f372f993c 100644 --- a/server/v2/go.mod +++ b/server/v2/go.mod @@ -9,7 +9,7 @@ go 1.23 // ) require ( - cosmossdk.io/api v0.8.0 + cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 cosmossdk.io/core v1.0.0 cosmossdk.io/core/testing v0.0.1 cosmossdk.io/log v1.5.0 diff --git a/server/v2/go.sum b/server/v2/go.sum index 90c4dbb877..cad72e3a2b 100644 --- a/server/v2/go.sum +++ b/server/v2/go.sum @@ -1,7 +1,7 @@ cloud.google.com/go v0.26.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= cloud.google.com/go v0.34.0/go.mod h1:aQUYkXzVsufM+DwF1aE+0xfcU+56JwCaLick0ClmMTw= -cosmossdk.io/api v0.8.0 h1:E5Xifxu/3mPTLF79si9fyq4rR0wagubeVNmOz5duTUo= -cosmossdk.io/api v0.8.0/go.mod h1:hgJ83P0ZUu0rS1SZoVM6abk6ADOkiM259BVVlYtAPP0= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 h1:/zUUfK6fuisVGsV0p0X6KT4iDy84lwMqLRQirSUxiz4= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= cosmossdk.io/core v1.0.0 h1:e7XBbISOytLBOXMVwpRPixThXqEkeLGlg8no/qpgS8U= cosmossdk.io/core v1.0.0/go.mod h1:mKIp3RkoEmtqdEdFHxHwWAULRe+79gfdOvmArrLDbDc= cosmossdk.io/core/testing v0.0.1 h1:gYCTaftcRrz+HoNXmK7r9KgbG1jgBJ8pNzm/Pa/erFQ= diff --git a/simapp/v2/go.mod b/simapp/v2/go.mod index 215f93f554..eeec74b215 100644 --- a/simapp/v2/go.mod +++ b/simapp/v2/go.mod @@ -3,7 +3,7 @@ module cosmossdk.io/simapp/v2 go 1.23.4 require ( - cosmossdk.io/api v0.8.1 + cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 cosmossdk.io/client/v2 v2.0.0-beta.6 cosmossdk.io/core v1.0.0 cosmossdk.io/depinject v1.1.0 diff --git a/simapp/v2/go.sum b/simapp/v2/go.sum index c65a91ed3a..12e6a3531a 100644 --- a/simapp/v2/go.sum +++ b/simapp/v2/go.sum @@ -610,8 +610,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M= cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= -cosmossdk.io/api v0.8.1 h1:jQxx7CgUZDfgbPhPak41hW8TZzqfj06YxNI1WOulOo4= -cosmossdk.io/api v0.8.1/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 h1:/zUUfK6fuisVGsV0p0X6KT4iDy84lwMqLRQirSUxiz4= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= cosmossdk.io/collections v1.0.0 h1:YCYIe/pIMtc1iLDD0OrVdfWCnIkpwdy7k9NSQpaR5mg= cosmossdk.io/collections v1.0.0/go.mod h1:mFfLxnYT1fV+B3Lx9GLap1qxmffIPqQCND4xBExerps= cosmossdk.io/core v1.0.0 h1:e7XBbISOytLBOXMVwpRPixThXqEkeLGlg8no/qpgS8U= diff --git a/tests/go.mod b/tests/go.mod index 23651bd706..7c93a98a4a 100644 --- a/tests/go.mod +++ b/tests/go.mod @@ -3,7 +3,7 @@ module github.com/cosmos/cosmos-sdk/tests go 1.23.3 require ( - cosmossdk.io/api v0.8.1 + cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 cosmossdk.io/collections v1.0.0 cosmossdk.io/core v1.0.0 cosmossdk.io/depinject v1.1.0 diff --git a/tests/go.sum b/tests/go.sum index 4df1509a6c..7e65c67718 100644 --- a/tests/go.sum +++ b/tests/go.sum @@ -610,8 +610,8 @@ cloud.google.com/go/workflows v1.7.0/go.mod h1:JhSrZuVZWuiDfKEFxU0/F1PQjmpnpcoIS cloud.google.com/go/workflows v1.8.0/go.mod h1:ysGhmEajwZxGn1OhGOGKsTXc5PyxOc0vfKf5Af+to4M= cloud.google.com/go/workflows v1.9.0/go.mod h1:ZGkj1aFIOd9c8Gerkjjq7OW7I5+l6cSvT3ujaO/WwSA= cloud.google.com/go/workflows v1.10.0/go.mod h1:fZ8LmRmZQWacon9UCX1r/g/DfAXx5VcPALq2CxzdePw= -cosmossdk.io/api v0.8.1 h1:jQxx7CgUZDfgbPhPak41hW8TZzqfj06YxNI1WOulOo4= -cosmossdk.io/api v0.8.1/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391 h1:/zUUfK6fuisVGsV0p0X6KT4iDy84lwMqLRQirSUxiz4= +cosmossdk.io/api v0.8.2-0.20250114014050-e279d7cec391/go.mod h1:8Q+Je1bFwsNTCMe6qigVDDyrNmFYa7ttvG96tN/oKGw= cosmossdk.io/collections v1.0.0 h1:YCYIe/pIMtc1iLDD0OrVdfWCnIkpwdy7k9NSQpaR5mg= cosmossdk.io/collections v1.0.0/go.mod h1:mFfLxnYT1fV+B3Lx9GLap1qxmffIPqQCND4xBExerps= cosmossdk.io/core v1.0.0 h1:e7XBbISOytLBOXMVwpRPixThXqEkeLGlg8no/qpgS8U= diff --git a/tests/systemtests/auth_test.go b/tests/systemtests/auth_test.go index 0a9ee96efe..bbbfb89585 100644 --- a/tests/systemtests/auth_test.go +++ b/tests/systemtests/auth_test.go @@ -4,6 +4,7 @@ package systemtests import ( "fmt" + "net/http" "testing" "github.com/stretchr/testify/assert" @@ -474,7 +475,7 @@ func TestAuxSigner(t *testing.T) { } } -func TestTxEncodeandDecode(t *testing.T) { +func TestTxEncodeandDecodeAndQueries(t *testing.T) { // scenario: test tx encode and decode commands cli := systest.NewCLIWrapper(t, systest.Sut, systest.Verbose) @@ -493,6 +494,50 @@ func TestTxEncodeandDecode(t *testing.T) { // check transaction decodes as expected decodedTx := cli.RunCommandWithArgs("tx", "decode", encodedText) require.Equal(t, gjson.Get(decodedTx, "body.memo").String(), memoText) + + systest.Sut.StartChain(t) + // Test Gateway queries + addr := "cosmos1q6cc9u0x5r3fkjcex0rgxee5qlu86w8rh2ypaj" + addrBytesURLEncoded := "BrGC8eag4ptLGTPGg2c0B%2Fh9OOM%3D" + addrBytes := "BrGC8eag4ptLGTPGg2c0B/h9OOM=" + + baseurl := systest.Sut.APIAddress() + stringToBytesPath := baseurl + "/cosmos/auth/v1beta1/bech32/encode/%s" + bytesToStringPath := baseurl + "/cosmos/auth/v1beta1/bech32/%s" + bytesToStringPath2 := baseurl + "/cosmos/auth/v1beta1/bech32/decode/%s" + testCases := []systest.RestTestCase{ + { + Name: "convert string to bytes", + Url: fmt.Sprintf(stringToBytesPath, addr), + ExpCode: http.StatusOK, + ExpOut: fmt.Sprintf(`{"address_bytes":"%s"}`, addrBytes), + }, + { + Name: "convert bytes to string", + Url: fmt.Sprintf(bytesToStringPath, addrBytesURLEncoded), + ExpCode: http.StatusOK, + ExpOut: fmt.Sprintf(`{"address_string":"%s"}`, addr), + }, + { + Name: "convert bytes to string other endpoint", + Url: fmt.Sprintf(bytesToStringPath2, addrBytesURLEncoded), + ExpCode: http.StatusOK, + ExpOut: fmt.Sprintf(`{"address_string":"%s"}`, addr), + }, + { + Name: "should fail with bad address", + Url: fmt.Sprintf(stringToBytesPath, "aslkdjglksdfhjlksdjfhlkjsdfh"), + ExpCode: http.StatusInternalServerError, + ExpOut: `{"code":2,"message":"decoding bech32 failed: invalid separator index -1","details":[]}`, + }, + { + Name: "should fail with bad bytes", + Url: fmt.Sprintf(bytesToStringPath, "f"), + ExpCode: http.StatusBadRequest, + ExpOut: `{"code":3,"message":"failed to populate field address_bytes with value f: illegal base64 data at input byte 0","details":[]}`, + }, + } + systest.RunRestQueries(t, testCases...) } func TestTxWithFeePayer(t *testing.T) { diff --git a/x/auth/types/query.pb.go b/x/auth/types/query.pb.go index b127caf89b..0f3eff594a 100644 --- a/x/auth/types/query.pb.go +++ b/x/auth/types/query.pb.go @@ -958,79 +958,80 @@ func init() { func init() { proto.RegisterFile("cosmos/auth/v1beta1/query.proto", fileDescriptor_c451370b3929a27c) } var fileDescriptor_c451370b3929a27c = []byte{ - // 1148 bytes of a gzipped FileDescriptorProto - 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcf, 0x6f, 0x1b, 0x45, - 0x14, 0xf6, 0xa6, 0xa1, 0x49, 0x5f, 0xd2, 0x54, 0x8c, 0x5d, 0x11, 0xd6, 0xa9, 0x6d, 0x6d, 0x21, - 0x71, 0x42, 0xbd, 0x5b, 0x3b, 0x6e, 0x0a, 0x91, 0x38, 0x64, 0x41, 0xad, 0x22, 0x04, 0x72, 0xb7, - 0x15, 0x94, 0x5e, 0xac, 0xb5, 0xbd, 0x76, 0x56, 0xd4, 0xbb, 0xae, 0x77, 0x8d, 0x6a, 0x22, 0x0b, - 0x84, 0x84, 0xd4, 0x03, 0x07, 0x24, 0xb8, 0x71, 0xc9, 0x9f, 0xc0, 0xc1, 0x12, 0x07, 0xb8, 0xc1, - 0xa1, 0xe4, 0x54, 0x85, 0x0b, 0xe2, 0x80, 0x50, 0x82, 0x04, 0x7f, 0x06, 0xf2, 0xcc, 0xdb, 0x1f, - 0x8e, 0xc7, 0xf6, 0xa6, 0xbd, 0xed, 0xce, 0xbc, 0xf7, 0xbd, 0xef, 0x7b, 0xf3, 0xe6, 0xbd, 0x81, - 0x74, 0xd5, 0x76, 0x9a, 0xb6, 0xa3, 0xe8, 0x1d, 0x77, 0x4f, 0xf9, 0x34, 0x5f, 0x31, 0x5c, 0x3d, - 0xaf, 0x3c, 0xea, 0x18, 0xed, 0xae, 0xdc, 0x6a, 0xdb, 0xae, 0x4d, 0xe2, 0xcc, 0x40, 0x1e, 0x18, - 0xc8, 0x68, 0x20, 0x6e, 0xa0, 0x57, 0x45, 0x77, 0x0c, 0x66, 0xed, 0xfb, 0xb6, 0xf4, 0x86, 0x69, - 0xe9, 0xae, 0x69, 0x5b, 0x0c, 0x40, 0x4c, 0x34, 0xec, 0x86, 0x4d, 0x3f, 0x95, 0xc1, 0x17, 0xae, - 0xbe, 0xda, 0xb0, 0xed, 0xc6, 0x43, 0x43, 0xa1, 0x7f, 0x95, 0x4e, 0x5d, 0xd1, 0x2d, 0x8c, 0x28, - 0xae, 0xe0, 0x96, 0xde, 0x32, 0x15, 0xdd, 0xb2, 0x6c, 0x97, 0xa2, 0x39, 0xb8, 0x9b, 0xe2, 0x11, - 0xa6, 0xe4, 0x10, 0x98, 0xed, 0x97, 0x59, 0x44, 0x24, 0xcf, 0xb6, 0x92, 0xe8, 0xea, 0x11, 0x0e, - 0xeb, 0x94, 0x1c, 0x48, 0xdc, 0x19, 0xfc, 0xee, 0x54, 0xab, 0x76, 0xc7, 0x72, 0x1d, 0xcd, 0x78, - 0xd4, 0x31, 0x1c, 0x97, 0xdc, 0x02, 0x08, 0x24, 0x2d, 0x0b, 0x19, 0x21, 0xbb, 0x50, 0x58, 0x95, - 0x11, 0x77, 0xa0, 0x5f, 0x66, 0x28, 0x48, 0x45, 0x2e, 0xe9, 0x0d, 0x03, 0x7d, 0xb5, 0x90, 0xe7, - 0x76, 0xfc, 0xa8, 0x9f, 0xbb, 0xc4, 0xdc, 0x72, 0x4e, 0xed, 0x93, 0xcc, 0x75, 0xb9, 0xb8, 0x29, - 0xfd, 0x26, 0xc0, 0xe5, 0x53, 0x51, 0x9d, 0x96, 0x6d, 0x39, 0x06, 0xd1, 0x60, 0x5e, 0xc7, 0xb5, - 0x65, 0x21, 0x73, 0x2e, 0xbb, 0x50, 0x48, 0xc8, 0x2c, 0x2f, 0xb2, 0x97, 0x32, 0x79, 0xc7, 0xea, - 0xaa, 0x99, 0xc3, 0x7e, 0x6e, 0x85, 0x73, 0x44, 0x32, 0x22, 0xee, 0x6a, 0x3e, 0x0e, 0xb9, 0x3d, - 0x24, 0x65, 0x86, 0x4a, 0x59, 0x9b, 0x2a, 0x85, 0x11, 0x9a, 0xa6, 0xe5, 0xa6, 0x74, 0x17, 0xe2, - 0x61, 0x29, 0x5e, 0xfe, 0x0a, 0x30, 0xa7, 0xd7, 0x6a, 0x6d, 0xc3, 0x71, 0x68, 0xf2, 0x2e, 0xa8, - 0xcb, 0x47, 0xfd, 0x5c, 0x02, 0x83, 0xee, 0xb0, 0x9d, 0xbb, 0x6e, 0xdb, 0xb4, 0x1a, 0x9a, 0x67, - 0xb8, 0x3d, 0xff, 0xe4, 0x20, 0x1d, 0xfb, 0xef, 0x20, 0x1d, 0x93, 0xf6, 0x86, 0x4f, 0xc5, 0x4f, - 0x4f, 0x09, 0xe6, 0x50, 0x16, 0x1e, 0xc9, 0xf3, 0x66, 0xc7, 0x83, 0x91, 0x12, 0x40, 0x68, 0xa4, - 0x92, 0xde, 0xd6, 0x9b, 0xde, 0xe9, 0x4b, 0x25, 0x14, 0xe5, 0xad, 0x62, 0xf8, 0xb7, 0xe0, 0x7c, - 0x8b, 0xae, 0x60, 0xf4, 0xa4, 0xcc, 0x0b, 0xc2, 0x9c, 0xd4, 0xd9, 0xa7, 0x7f, 0xa5, 0x63, 0x1a, - 0x3a, 0x48, 0x79, 0x10, 0x29, 0xe2, 0xfb, 0x76, 0xad, 0xf3, 0xd0, 0x38, 0x55, 0x6d, 0xbc, 0xcc, - 0x6e, 0x49, 0x5f, 0x0b, 0x90, 0xe4, 0xfa, 0x20, 0x9b, 0xfb, 0x11, 0x6b, 0x65, 0xf5, 0xb0, 0x9f, - 0x93, 0x78, 0x44, 0x87, 0x70, 0x43, 0x15, 0xc3, 0xa7, 0x73, 0x03, 0xd2, 0xa3, 0x6c, 0xd4, 0xee, - 0x07, 0x7a, 0xd3, 0x2b, 0x7c, 0x42, 0x60, 0xd6, 0xd2, 0x9b, 0x06, 0x3b, 0x71, 0x8d, 0x7e, 0x4b, - 0x9f, 0x41, 0x66, 0xbc, 0x1b, 0x2a, 0xf9, 0x30, 0xda, 0xb1, 0x46, 0x15, 0xe2, 0x1f, 0xee, 0x06, - 0xc4, 0x55, 0xa3, 0xba, 0xb7, 0x59, 0x28, 0xb5, 0x8d, 0xba, 0xf9, 0x78, 0x62, 0xb6, 0x4b, 0x90, - 0x18, 0xb6, 0x45, 0x6e, 0x57, 0xe1, 0x62, 0x85, 0xae, 0x97, 0x5b, 0x74, 0x03, 0xc5, 0x2d, 0x56, - 0x42, 0xc6, 0x7c, 0xc4, 0x8f, 0x20, 0x89, 0x85, 0xae, 0x76, 0x5d, 0xc3, 0xb9, 0x67, 0x63, 0xbd, - 0x63, 0xb2, 0xae, 0xc2, 0x45, 0x2c, 0xfc, 0x72, 0x65, 0xb0, 0x4f, 0x81, 0x17, 0xb5, 0x45, 0x3d, - 0xe4, 0xc3, 0x07, 0x7e, 0x00, 0x2b, 0x7c, 0x60, 0xa4, 0xfc, 0x3a, 0x2c, 0x79, 0xc8, 0x0e, 0xdd, - 0x41, 0xce, 0x5e, 0x3c, 0x66, 0xce, 0xc7, 0xfe, 0xd8, 0x27, 0xcd, 0xac, 0xee, 0xd9, 0x34, 0x86, - 0x47, 0xfa, 0x45, 0xa0, 0xef, 0xfb, 0xb4, 0x4f, 0x41, 0x07, 0x99, 0x7e, 0xce, 0x84, 0x7c, 0x0e, - 0xa9, 0x70, 0xbb, 0xf0, 0x93, 0xb3, 0xfb, 0x6e, 0x50, 0x99, 0x33, 0x66, 0x8d, 0x02, 0x9e, 0x53, - 0x67, 0x96, 0x05, 0x6d, 0xc6, 0xac, 0x91, 0x02, 0x00, 0x16, 0x4a, 0xd9, 0xac, 0xd1, 0xbe, 0x38, - 0xab, 0xc6, 0xff, 0x1c, 0x6d, 0x71, 0xda, 0x05, 0x34, 0xdb, 0xad, 0x6d, 0x5f, 0x3e, 0xea, 0xe7, - 0x5e, 0x3e, 0x15, 0x5e, 0x2e, 0x48, 0xfb, 0x78, 0x37, 0x78, 0x04, 0x50, 0xdd, 0x0e, 0x5c, 0xf2, - 0xa2, 0x45, 0x6d, 0x8c, 0x4b, 0xfa, 0x10, 0xdc, 0xb8, 0xe0, 0x15, 0x78, 0x25, 0x1c, 0x7c, 0xd7, - 0xaa, 0xdb, 0x2f, 0xd2, 0x85, 0xb9, 0x5d, 0xde, 0x80, 0xe5, 0xd1, 0x18, 0xa8, 0xac, 0x08, 0xb3, - 0xa6, 0x55, 0xb7, 0xf1, 0xea, 0x66, 0xb8, 0x3d, 0x51, 0xd5, 0x1d, 0xef, 0x7e, 0x6a, 0xd4, 0x9a, - 0x1b, 0xa6, 0xf0, 0xc5, 0x12, 0xbc, 0x44, 0xe3, 0x90, 0x03, 0x01, 0xe6, 0xbd, 0x8e, 0x47, 0xd6, - 0xb9, 0x98, 0xbc, 0xb9, 0x2d, 0x6e, 0x44, 0x31, 0x65, 0xc4, 0xa5, 0xb7, 0x0f, 0x47, 0x67, 0xf3, - 0x93, 0x7f, 0x7f, 0xd8, 0x10, 0xbe, 0xfc, 0xfd, 0x9f, 0x6f, 0x67, 0xd2, 0xe4, 0x8a, 0xc2, 0x7d, - 0x74, 0x78, 0xac, 0xbe, 0x13, 0x60, 0x0e, 0x31, 0x49, 0x76, 0x6a, 0x58, 0x8f, 0xe0, 0x7a, 0x04, - 0x4b, 0xe4, 0x57, 0x0c, 0xc8, 0xac, 0x93, 0xb5, 0x89, 0x64, 0x94, 0x7d, 0x3c, 0xbe, 0x1e, 0x39, - 0x12, 0x80, 0x8c, 0xd6, 0x21, 0xd9, 0x9c, 0x1a, 0x77, 0xf4, 0xda, 0x88, 0xc5, 0xb3, 0x39, 0x21, - 0xef, 0x3b, 0x87, 0xbc, 0x3a, 0x0d, 0xc4, 0xe4, 0x89, 0xc2, 0x17, 0xe3, 0xdf, 0xfe, 0xb2, 0x59, - 0x53, 0xf6, 0x83, 0xcb, 0xd9, 0x23, 0x5f, 0x09, 0x70, 0x9e, 0xcd, 0x55, 0xb2, 0x36, 0x9e, 0xd3, - 0xd0, 0x10, 0x17, 0xb3, 0xd3, 0x0d, 0x91, 0x70, 0x36, 0xe0, 0x76, 0x85, 0x24, 0xb9, 0xdc, 0xd8, - 0x18, 0x27, 0x3f, 0x09, 0xb0, 0x34, 0x3c, 0x8e, 0x89, 0x32, 0x3e, 0x0c, 0x77, 0xd8, 0x8b, 0xd7, - 0xa3, 0x3b, 0x20, 0xbf, 0x5b, 0x53, 0x12, 0xba, 0x4a, 0x5e, 0xe3, 0x92, 0x6e, 0x52, 0xb8, 0xb2, - 0x5f, 0xb1, 0x3f, 0x0b, 0x10, 0xe7, 0xcc, 0x61, 0x52, 0x8c, 0xc8, 0x68, 0x68, 0xda, 0x8b, 0x37, - 0xce, 0xe8, 0x85, 0x62, 0xde, 0x0c, 0x78, 0xe7, 0xc8, 0x1b, 0x51, 0x78, 0x2b, 0xfb, 0x83, 0x97, - 0x44, 0x8f, 0x7c, 0x2f, 0xc0, 0x62, 0x78, 0x46, 0x8f, 0xb9, 0x75, 0x9c, 0x91, 0x3f, 0xe6, 0xd6, - 0xf1, 0x06, 0xbe, 0xb4, 0x35, 0xda, 0x15, 0xb6, 0x26, 0x96, 0x06, 0x7b, 0x09, 0x90, 0x5f, 0x04, - 0x48, 0xf0, 0xc6, 0x32, 0xe1, 0x9f, 0xf7, 0x84, 0xa7, 0x81, 0x98, 0x3f, 0x83, 0x47, 0xa8, 0x44, - 0xb8, 0xac, 0xc7, 0xe5, 0x98, 0xb1, 0xf6, 0xfb, 0x06, 0x1b, 0xb9, 0x3d, 0xf2, 0x6b, 0xa0, 0x62, - 0x68, 0x4a, 0x4f, 0x56, 0xc1, 0x7b, 0x2b, 0x4c, 0x56, 0xc1, 0x7d, 0x02, 0x48, 0xb7, 0xc7, 0xa9, - 0x90, 0xc9, 0xb5, 0x48, 0x2a, 0xd8, 0xa3, 0xa4, 0x47, 0x7e, 0x14, 0x60, 0x21, 0x34, 0xab, 0xc8, - 0xb5, 0xa9, 0x8d, 0x2c, 0x34, 0x36, 0xc5, 0x5c, 0x44, 0x6b, 0x64, 0xfd, 0xde, 0x28, 0xeb, 0x9b, - 0xd3, 0x8b, 0xdc, 0x6f, 0x6f, 0x56, 0xdd, 0x0e, 0xda, 0xb7, 0xfa, 0xce, 0xd3, 0xe3, 0x94, 0xf0, - 0xec, 0x38, 0x25, 0xfc, 0x7d, 0x9c, 0x12, 0xbe, 0x39, 0x49, 0xc5, 0x9e, 0x9d, 0xa4, 0x62, 0x7f, - 0x9c, 0xa4, 0x62, 0x0f, 0xd6, 0x1b, 0xa6, 0xbb, 0xd7, 0xa9, 0xc8, 0x55, 0xbb, 0xe9, 0x01, 0x06, - 0x41, 0x95, 0xc7, 0x0c, 0xdd, 0xed, 0xb6, 0x0c, 0xa7, 0x72, 0x9e, 0xbe, 0x9b, 0x37, 0xff, 0x0f, - 0x00, 0x00, 0xff, 0xff, 0xa8, 0x40, 0x30, 0xd4, 0xe7, 0x0f, 0x00, 0x00, + // 1165 bytes of a gzipped FileDescriptorProto + 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xa4, 0x56, 0xcf, 0x6f, 0x1b, 0x55, + 0x10, 0xf6, 0xa6, 0xa1, 0x49, 0x27, 0x69, 0x2a, 0x9e, 0x5d, 0x11, 0x36, 0xa9, 0x6d, 0x6d, 0x21, + 0xbf, 0xc0, 0xbb, 0x8d, 0xe3, 0xa4, 0x10, 0x89, 0x43, 0x0c, 0x2a, 0x8a, 0x10, 0x95, 0xbb, 0xad, + 0xa0, 0xe4, 0x62, 0xad, 0xbd, 0x1b, 0x67, 0x45, 0xbd, 0xcf, 0xf5, 0xae, 0x51, 0x43, 0x88, 0x90, + 0x90, 0x90, 0x7a, 0xe0, 0x80, 0x04, 0x37, 0x2e, 0xf9, 0x13, 0x38, 0x44, 0xe2, 0x00, 0xdc, 0x4b, + 0xb8, 0x54, 0xe1, 0x82, 0x38, 0x20, 0x94, 0x20, 0xc1, 0xbf, 0xc0, 0x0d, 0xf9, 0xbd, 0xd9, 0x5f, + 0xf1, 0xb3, 0xbd, 0x69, 0x6f, 0xf6, 0xbe, 0x99, 0x6f, 0xbe, 0x6f, 0x66, 0xde, 0xcc, 0x83, 0x5c, + 0x9d, 0xba, 0x4d, 0xea, 0x6a, 0x46, 0xc7, 0xdb, 0xd1, 0x3e, 0x59, 0xae, 0x59, 0x9e, 0xb1, 0xac, + 0x3d, 0xec, 0x58, 0xed, 0x5d, 0xb5, 0xd5, 0xa6, 0x1e, 0x25, 0x69, 0x6e, 0xa0, 0x76, 0x0d, 0x54, + 0x34, 0x90, 0x97, 0xd0, 0xab, 0x66, 0xb8, 0x16, 0xb7, 0x0e, 0x7c, 0x5b, 0x46, 0xc3, 0x76, 0x0c, + 0xcf, 0xa6, 0x0e, 0x07, 0x90, 0x33, 0x0d, 0xda, 0xa0, 0xec, 0xa7, 0xd6, 0xfd, 0x85, 0x5f, 0x5f, + 0x6e, 0x50, 0xda, 0x78, 0x60, 0x69, 0xec, 0x5f, 0xad, 0xb3, 0xad, 0x19, 0x0e, 0x46, 0x94, 0x67, + 0xf1, 0xc8, 0x68, 0xd9, 0x9a, 0xe1, 0x38, 0xd4, 0x63, 0x68, 0x2e, 0x9e, 0x66, 0x45, 0x84, 0x19, + 0x39, 0x04, 0xe6, 0xe7, 0x55, 0x1e, 0x11, 0xc9, 0xf3, 0xa3, 0x19, 0x74, 0xf5, 0x09, 0x47, 0x75, + 0x2a, 0x2e, 0x64, 0xee, 0x74, 0xff, 0x6e, 0xd4, 0xeb, 0xb4, 0xe3, 0x78, 0xae, 0x6e, 0x3d, 0xec, + 0x58, 0xae, 0x47, 0x6e, 0x01, 0x84, 0x92, 0xa6, 0xa5, 0xbc, 0xb4, 0x30, 0x51, 0x9c, 0x53, 0x11, + 0xb7, 0xab, 0x5f, 0xe5, 0x28, 0x48, 0x45, 0xad, 0x18, 0x0d, 0x0b, 0x7d, 0xf5, 0x88, 0xe7, 0x7a, + 0xfa, 0xf8, 0xb0, 0x70, 0x85, 0xbb, 0x15, 0x5c, 0xf3, 0xe3, 0xfc, 0x0d, 0xb5, 0xb4, 0xa2, 0xfc, + 0x22, 0xc1, 0xd5, 0x33, 0x51, 0xdd, 0x16, 0x75, 0x5c, 0x8b, 0xe8, 0x30, 0x6e, 0xe0, 0xb7, 0x69, + 0x29, 0x7f, 0x61, 0x61, 0xa2, 0x98, 0x51, 0x79, 0x5e, 0x54, 0x3f, 0x65, 0xea, 0x86, 0xb3, 0x5b, + 0xce, 0x1f, 0x1d, 0x16, 0x66, 0x05, 0x25, 0x52, 0x11, 0x71, 0x53, 0x0f, 0x70, 0xc8, 0xbb, 0x31, + 0x29, 0x23, 0x4c, 0xca, 0xfc, 0x50, 0x29, 0x9c, 0xd0, 0x30, 0x2d, 0x37, 0x95, 0xbb, 0x90, 0x8e, + 0x4a, 0xf1, 0xf3, 0x57, 0x84, 0x31, 0xc3, 0x34, 0xdb, 0x96, 0xeb, 0xb2, 0xe4, 0x5d, 0x2a, 0x4f, + 0x1f, 0x1f, 0x16, 0x32, 0x18, 0x74, 0x83, 0x9f, 0xdc, 0xf5, 0xda, 0xb6, 0xd3, 0xd0, 0x7d, 0xc3, + 0xf5, 0xf1, 0xc7, 0x07, 0xb9, 0xd4, 0xbf, 0x07, 0xb9, 0x94, 0xb2, 0x13, 0xaf, 0x4a, 0x90, 0x9e, + 0x0a, 0x8c, 0xa1, 0x2c, 0x2c, 0xc9, 0xb3, 0x66, 0xc7, 0x87, 0x51, 0x32, 0x40, 0x58, 0xa4, 0x8a, + 0xd1, 0x36, 0x9a, 0x7e, 0xf5, 0x95, 0x0a, 0x8a, 0xf2, 0xbf, 0x62, 0xf8, 0x37, 0xe1, 0x62, 0x8b, + 0x7d, 0xc1, 0xe8, 0x33, 0xaa, 0x28, 0x08, 0x77, 0x2a, 0x8f, 0x3e, 0xf9, 0x33, 0x97, 0xd2, 0xd1, + 0x41, 0x59, 0x06, 0x99, 0x21, 0xbe, 0x4f, 0xcd, 0xce, 0x03, 0xeb, 0x4c, 0xb7, 0x89, 0x32, 0xbb, + 0xa6, 0x7c, 0x25, 0xc1, 0x8c, 0xd0, 0x07, 0xd9, 0xdc, 0x4f, 0xd8, 0x2b, 0x73, 0x47, 0x87, 0x05, + 0x45, 0x44, 0x34, 0x86, 0x1b, 0xe9, 0x18, 0x31, 0x9d, 0x55, 0xc8, 0xf5, 0xb2, 0x29, 0xef, 0xde, + 0x36, 0x9a, 0x7e, 0xe3, 0x13, 0x02, 0xa3, 0x8e, 0xd1, 0xb4, 0x78, 0xc5, 0x75, 0xf6, 0x5b, 0xf9, + 0x14, 0xf2, 0xfd, 0xdd, 0x50, 0xc9, 0x07, 0xc9, 0xca, 0x9a, 0x54, 0x48, 0x50, 0xdc, 0x25, 0x48, + 0x97, 0xad, 0xfa, 0xce, 0x4a, 0xb1, 0xd2, 0xb6, 0xb6, 0xed, 0x47, 0x03, 0xb3, 0x5d, 0x81, 0x4c, + 0xdc, 0x16, 0xb9, 0x5d, 0x87, 0xcb, 0x35, 0xf6, 0xbd, 0xda, 0x62, 0x07, 0x28, 0x6e, 0xb2, 0x16, + 0x31, 0x16, 0x23, 0x7e, 0x08, 0x33, 0xd8, 0xe8, 0xe5, 0x5d, 0xcf, 0x72, 0xef, 0x51, 0xec, 0x77, + 0x4c, 0xd6, 0x75, 0xb8, 0x8c, 0x8d, 0x5f, 0xad, 0x75, 0xcf, 0x19, 0xf0, 0xa4, 0x3e, 0x69, 0x44, + 0x7c, 0xc4, 0xc0, 0x5b, 0x30, 0x2b, 0x06, 0x46, 0xca, 0xaf, 0xc2, 0x94, 0x8f, 0xec, 0xb2, 0x13, + 0xe4, 0xec, 0xc7, 0xe3, 0xe6, 0x62, 0xec, 0x8f, 0x02, 0xd2, 0xdc, 0xea, 0x1e, 0x65, 0x31, 0x7c, + 0xd2, 0xcf, 0x03, 0x7d, 0x3f, 0xa0, 0x7d, 0x06, 0x3a, 0xcc, 0xf4, 0x33, 0x26, 0xe4, 0x73, 0xc8, + 0x46, 0xc7, 0x45, 0x90, 0x9c, 0xcd, 0x77, 0xc2, 0xce, 0x1c, 0xb1, 0x4d, 0x06, 0x78, 0xa1, 0x3c, + 0x32, 0x2d, 0xe9, 0x23, 0xb6, 0x49, 0x8a, 0x00, 0xd8, 0x28, 0x55, 0xdb, 0x64, 0x73, 0x71, 0xb4, + 0x9c, 0xfe, 0xa3, 0x77, 0xc4, 0xe9, 0x97, 0xd0, 0x6c, 0xd3, 0x5c, 0xbf, 0x7a, 0x7c, 0x58, 0x78, + 0xf1, 0x4c, 0x78, 0xb5, 0xa8, 0xec, 0xe1, 0xdd, 0x10, 0x11, 0x40, 0x75, 0x1b, 0x70, 0xc5, 0x8f, + 0x96, 0x74, 0x30, 0x4e, 0x19, 0x31, 0xb8, 0x7e, 0xc1, 0x6b, 0xf0, 0x52, 0x34, 0xf8, 0xa6, 0xb3, + 0x4d, 0x9f, 0x67, 0x0a, 0x0b, 0xa7, 0xbc, 0x05, 0xd3, 0xbd, 0x31, 0x50, 0x59, 0x09, 0x46, 0x6d, + 0x67, 0x9b, 0xe2, 0xd5, 0xcd, 0x0b, 0x67, 0x62, 0xd9, 0x70, 0xfd, 0xfb, 0xa9, 0x33, 0x6b, 0x61, + 0x98, 0xe2, 0xcf, 0x53, 0xf0, 0x02, 0x8b, 0x43, 0x0e, 0x24, 0x18, 0xf7, 0x27, 0x1e, 0x59, 0x14, + 0x62, 0x8a, 0xf6, 0xb6, 0xbc, 0x94, 0xc4, 0x94, 0x13, 0x57, 0xde, 0x3a, 0xea, 0xdd, 0xcd, 0x8f, + 0xff, 0xf9, 0x7e, 0x49, 0xfa, 0xe2, 0xb7, 0xbf, 0xbf, 0x19, 0xc9, 0x91, 0x6b, 0x9a, 0xf0, 0xd1, + 0xe1, 0xb3, 0xfa, 0x56, 0x82, 0x31, 0xc4, 0x24, 0x0b, 0x43, 0xc3, 0xfa, 0x04, 0x17, 0x13, 0x58, + 0x22, 0xbf, 0x52, 0x48, 0x66, 0x91, 0xcc, 0x0f, 0x24, 0xa3, 0xed, 0x61, 0xf9, 0xf6, 0xc9, 0xb1, + 0x04, 0xa4, 0xb7, 0x0f, 0xc9, 0xca, 0xd0, 0xb8, 0xbd, 0xd7, 0x46, 0x2e, 0x9d, 0xcf, 0x09, 0x79, + 0xdf, 0x39, 0x12, 0xf5, 0x69, 0x28, 0x66, 0x99, 0x68, 0x62, 0x31, 0xc1, 0xed, 0xaf, 0xda, 0xa6, + 0xb6, 0x17, 0x5e, 0xce, 0x7d, 0xf2, 0xa5, 0x04, 0x17, 0xf9, 0x5e, 0x25, 0xf3, 0xfd, 0x39, 0xc5, + 0x96, 0xb8, 0xbc, 0x30, 0xdc, 0x10, 0x09, 0x2f, 0x84, 0xdc, 0xae, 0x91, 0x19, 0x21, 0x37, 0xbe, + 0xc6, 0xc9, 0x8f, 0x12, 0x4c, 0xc5, 0xd7, 0x31, 0xd1, 0xfa, 0x87, 0x11, 0x2e, 0x7b, 0xf9, 0x46, + 0x72, 0x07, 0xe4, 0x77, 0x6b, 0x48, 0x42, 0xe7, 0xc8, 0x2b, 0x42, 0xd2, 0x4d, 0x06, 0x57, 0x0d, + 0x3a, 0xf6, 0x27, 0x09, 0xd2, 0x82, 0x3d, 0x4c, 0x4a, 0x09, 0x19, 0xc5, 0xb6, 0xbd, 0xbc, 0x7a, + 0x4e, 0x2f, 0x14, 0xf3, 0x46, 0xc8, 0xbb, 0x40, 0x5e, 0x4b, 0xc2, 0x5b, 0xdb, 0xeb, 0xbe, 0x24, + 0xf6, 0xc9, 0x77, 0x12, 0x4c, 0x46, 0x77, 0x74, 0x9f, 0x5b, 0x27, 0x58, 0xf9, 0x7d, 0x6e, 0x9d, + 0x68, 0xe1, 0x2b, 0x6b, 0xbd, 0x53, 0x61, 0x6d, 0x60, 0x6b, 0xf0, 0x97, 0x00, 0xf9, 0x4f, 0x82, + 0x8c, 0x68, 0x2d, 0x13, 0x71, 0xbd, 0x07, 0x3c, 0x0d, 0xe4, 0xe5, 0x73, 0x78, 0x20, 0xeb, 0xcf, + 0xfa, 0xb1, 0xae, 0x6f, 0x95, 0x48, 0x71, 0x00, 0x6f, 0xcd, 0xb4, 0xea, 0xd4, 0xb4, 0x82, 0x01, + 0xc2, 0x77, 0xef, 0x7e, 0x9f, 0xca, 0xa0, 0xcf, 0x59, 0xe3, 0x5f, 0x43, 0xed, 0xb1, 0xdd, 0x3e, + 0x58, 0xbb, 0xe8, 0x85, 0x31, 0x58, 0xbb, 0xf0, 0xe1, 0xa0, 0xdc, 0xee, 0xa7, 0x7d, 0x95, 0xac, + 0x0c, 0x52, 0x61, 0x39, 0x71, 0xe5, 0xfc, 0x45, 0xb3, 0x4f, 0x7e, 0x90, 0x60, 0x22, 0xb2, 0xe8, + 0xc8, 0xeb, 0x43, 0xa7, 0x60, 0x64, 0xe7, 0xca, 0x85, 0x84, 0xd6, 0x48, 0xfe, 0xbd, 0x5e, 0xf2, + 0x37, 0x87, 0xdf, 0x90, 0x60, 0x36, 0x3a, 0xdb, 0x34, 0x9c, 0xfd, 0xe5, 0xb7, 0x9f, 0x9c, 0x64, + 0xa5, 0xa7, 0x27, 0x59, 0xe9, 0xaf, 0x93, 0xac, 0xf4, 0xf5, 0x69, 0x36, 0xf5, 0xf4, 0x34, 0x9b, + 0xfa, 0xfd, 0x34, 0x9b, 0xda, 0x5a, 0x6c, 0xd8, 0xde, 0x4e, 0xa7, 0xa6, 0xd6, 0x69, 0xd3, 0x07, + 0x0c, 0x83, 0x6a, 0x8f, 0x38, 0xba, 0xb7, 0xdb, 0xb2, 0xdc, 0xda, 0x45, 0xf6, 0xe8, 0x5e, 0xf9, + 0x3f, 0x00, 0x00, 0xff, 0xff, 0xf6, 0x15, 0xa3, 0xf5, 0x24, 0x10, 0x00, 0x00, } // Reference imports to suppress errors if they are not otherwise used. diff --git a/x/auth/types/query.pb.gw.go b/x/auth/types/query.pb.gw.go index 2fe0b4ef05..5ac85a3622 100644 --- a/x/auth/types/query.pb.gw.go +++ b/x/auth/types/query.pb.gw.go @@ -357,6 +357,60 @@ func local_request_Query_AddressBytesToString_0(ctx context.Context, marshaler r } +func request_Query_AddressBytesToString_1(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq AddressBytesToStringRequest + var metadata runtime.ServerMetadata + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["address_bytes"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "address_bytes") + } + + protoReq.AddressBytes, err = runtime.Bytes(val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "address_bytes", err) + } + + msg, err := client.AddressBytesToString(ctx, &protoReq, grpc.Header(&metadata.HeaderMD), grpc.Trailer(&metadata.TrailerMD)) + return msg, metadata, err + +} + +func local_request_Query_AddressBytesToString_1(ctx context.Context, marshaler runtime.Marshaler, server QueryServer, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { + var protoReq AddressBytesToStringRequest + var metadata runtime.ServerMetadata + + var ( + val string + ok bool + err error + _ = err + ) + + val, ok = pathParams["address_bytes"] + if !ok { + return nil, metadata, status.Errorf(codes.InvalidArgument, "missing parameter %s", "address_bytes") + } + + protoReq.AddressBytes, err = runtime.Bytes(val) + + if err != nil { + return nil, metadata, status.Errorf(codes.InvalidArgument, "type mismatch, parameter: %s, error: %v", "address_bytes", err) + } + + msg, err := server.AddressBytesToString(ctx, &protoReq) + return msg, metadata, err + +} + func request_Query_AddressStringToBytes_0(ctx context.Context, marshaler runtime.Marshaler, client QueryClient, req *http.Request, pathParams map[string]string) (proto.Message, runtime.ServerMetadata, error) { var protoReq AddressStringToBytesRequest var metadata runtime.ServerMetadata @@ -655,6 +709,29 @@ func RegisterQueryHandlerServer(ctx context.Context, mux *runtime.ServeMux, serv }) + mux.Handle("GET", pattern_Query_AddressBytesToString_1, 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_AddressBytesToString_1(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_AddressBytesToString_1(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + mux.Handle("GET", pattern_Query_AddressStringToBytes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() @@ -902,6 +979,26 @@ func RegisterQueryHandlerClient(ctx context.Context, mux *runtime.ServeMux, clie }) + mux.Handle("GET", pattern_Query_AddressBytesToString_1, 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_AddressBytesToString_1(rctx, inboundMarshaler, client, req, pathParams) + ctx = runtime.NewServerMetadataContext(ctx, md) + if err != nil { + runtime.HTTPError(ctx, mux, outboundMarshaler, w, req, err) + return + } + + forward_Query_AddressBytesToString_1(ctx, mux, outboundMarshaler, w, req, resp, mux.GetForwardResponseOptions()...) + + }) + mux.Handle("GET", pattern_Query_AddressStringToBytes_0, func(w http.ResponseWriter, req *http.Request, pathParams map[string]string) { ctx, cancel := context.WithCancel(req.Context()) defer cancel() @@ -962,7 +1059,9 @@ var ( pattern_Query_AddressBytesToString_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"cosmos", "auth", "v1beta1", "bech32", "address_bytes"}, "", runtime.AssumeColonVerbOpt(false))) - pattern_Query_AddressStringToBytes_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"cosmos", "auth", "v1beta1", "bech32", "address_string"}, "", runtime.AssumeColonVerbOpt(false))) + pattern_Query_AddressBytesToString_1 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"cosmos", "auth", "v1beta1", "bech32", "decode", "address_bytes"}, "", runtime.AssumeColonVerbOpt(false))) + + pattern_Query_AddressStringToBytes_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 2, 4, 1, 0, 4, 1, 5, 5}, []string{"cosmos", "auth", "v1beta1", "bech32", "encode", "address_string"}, "", runtime.AssumeColonVerbOpt(false))) pattern_Query_AccountInfo_0 = runtime.MustPattern(runtime.NewPattern(1, []int{2, 0, 2, 1, 2, 2, 2, 3, 1, 0, 4, 1, 5, 4}, []string{"cosmos", "auth", "v1beta1", "account_info", "address"}, "", runtime.AssumeColonVerbOpt(false))) ) @@ -984,6 +1083,8 @@ var ( forward_Query_AddressBytesToString_0 = runtime.ForwardResponseMessage + forward_Query_AddressBytesToString_1 = runtime.ForwardResponseMessage + forward_Query_AddressStringToBytes_0 = runtime.ForwardResponseMessage forward_Query_AccountInfo_0 = runtime.ForwardResponseMessage