cosmos-sdk/x/ibc/04-channel/keeper
colin axnér 9e7f504da9
remove client type from 02-client (#7336)
* remove client type struct

Remove the client type struct, remove ClientType interface function from Header and Misbehaviour.
ClientState and ConsensusState return the ClientType as a string.
All uses of client type in testing are now pointing at the testing package so changing the location of the client type const will be painless.

* update godoc and add back client type interface func

Add godoc to client type constant for solo machine, tendermint, and localhost as per @fedekunze review suggestion.
Add back the ClientType interface function for misbehaviour and header for solo machine and tendermint and add back the one liner unit tests as per @AdityaSripal suggestion.

* remove client state from return

remove client state from the return of CreateClient, UpdateClient, and CheckMisbehaviourAndUpdateState as well as update tests to reflect this change.

* fix build error introduced by latest merge

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-09-22 14:25:58 +00:00
..
grpc_query.go Fix QueryUnreceivedPackets/Acks (#7320) 2020-09-18 09:56:20 +00:00
grpc_query_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
handshake.go Remove UNINITIALIZED usage from connection and channel (#7297) 2020-09-14 21:41:23 +00:00
handshake_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
keeper.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00
keeper_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
packet.go Remove UNINITIALIZED usage from connection and channel (#7297) 2020-09-14 21:41:23 +00:00
packet_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
timeout.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
timeout_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00