cosmos-sdk/x/ibc/04-channel/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 x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
handshake.go x/ibc: remove alias.go from 03-connection (#6543) 2020-06-30 09:10:53 -04:00
handshake_test.go Refactor 04-channel/keeper tests to ibc testing pkg (#6400) 2020-06-26 16:36:04 +00:00
keeper.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
keeper_test.go refactor connection handshake_test (#6576) 2020-07-02 20:08:29 +00:00
packet.go check ordered channel ordering in RecvPacket (#6574) 2020-07-02 20:03:45 +00:00
packet_test.go Add support for protobuf TxGenerator and SIGN_MODE_DIRECT (#6385) 2020-07-06 17:03:45 +00:00
querier.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
querier_test.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
timeout.go x/ibc: remove returning packet from channel keeper funcs (#6544) 2020-06-30 11:04:18 -04:00
timeout_test.go x/ibc: remove returning packet from channel keeper funcs (#6544) 2020-06-30 11:04:18 -04:00