cosmos-sdk/x/bank/keeper
Federico Kunze f35e3b2c02
x/ibc: gRPC query service (#6466)
* x/ibc: gRPC query service

* fixes

* connection updates

* register channel query service

* update clients

* change proofs to bytes

* implement additional channel grpc queries

* unrelayed packets query

* query.proto files

* move next sequence recv query to channel client

* update REST

* wip test

* add missing cli queries

* install the right tools

* fixes

* build

* lint

* use gRPC when query proof is not requested

* connection gRPC tests

* IBC query server interface

* more gRPC channel tests

* pagination tests

* connection use query server

* connection pagination tests

* channel pagination tests

* typo

* remove buf

* Update x/ibc/03-connection/keeper/grpc_query_test.go

Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>

* address comments from review

* fix tests

* unrelayed packet sequences flag

* remove ClientsConnections query

* fix

Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
2020-07-06 15:35:35 -04:00
..
grpc_query.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
grpc_query_test.go Add proper support for Any in gRPC queries (#6594) 2020-07-03 16:42:12 +00:00
invariants.go Update x/gov to use Any (#6147) 2020-05-19 20:17:29 +00:00
keeper.go x/auth: remove alias.go usage (#6440) 2020-06-17 14:42:27 -04:00
keeper_test.go vesting: remove alias.go (#6579) 2020-07-02 15:08:44 +02:00
querier.go Merge PR #6489: Test Network Testing Framework 2020-06-26 12:30:49 -04:00
querier_test.go Merge PR #6489: Test Network Testing Framework 2020-06-26 12:30:49 -04:00
send.go Ethanfrey/complete bank send event master (#6558) 2020-07-01 09:25:35 +02:00
view.go Add pagination (#6452) 2020-06-20 23:44:04 +00:00