cosmos-sdk/x/ibc/04-channel/types
colin axner 1d6344888e
Fix query unrelayed packets logic (#6733)
* add some query functions to channel keeper

* update grpc queries and cli cmd and tests

* rerun proto gen after merging master

* fix build broken from merge conflicts

* add test and update proto

* Update x/ibc/04-channel/client/cli/query.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-07-20 12:42:36 +00:00
..
channel.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
channel.pb.go x/ibc: gRPC query service (#6466) 2020-07-06 15:35:35 -04:00
channel_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
codec.go Make sdk.Msg implement proto.Message (#6327) 2020-06-03 19:52:05 +00:00
errors.go Remove CleanupPacket from 04-channel (#6533) 2020-06-29 08:54:45 +00:00
events.go Remove CleanupPacket from 04-channel (#6533) 2020-06-29 08:54:45 +00:00
expected_keepers.go x/capability: remove alias.go usage (#6438) 2020-06-14 19:05:45 +02:00
genesis.go x/ibc: update error messages (#6659) 2020-07-09 12:06:08 -04:00
genesis_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
keys.go x/ibc: channel from client state query (#6401) 2020-06-12 08:06:24 -04:00
msgs.go Refactor 04-channel/keeper tests to ibc testing pkg (#6400) 2020-06-26 16:36:04 +00:00
msgs_test.go Update ibc proof to be bytes (#6393) 2020-06-12 00:19:25 +02:00
packet.go x/ibc: update error messages (#6659) 2020-07-09 12:06:08 -04:00
packet_test.go Update connection and channel to use types_test package name (#6395) 2020-06-11 00:31:54 +00:00
querier.go Fix query unrelayed packets logic (#6733) 2020-07-20 12:42:36 +00:00
query.pb.go Fix query unrelayed packets logic (#6733) 2020-07-20 12:42:36 +00:00