cosmos-sdk/x/ibc/03-connection/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_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
grpc_query.go Remove GetHeight from ConsensusState (#7274) 2020-09-14 18:16:42 +00:00
handshake_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
handshake.go connection handshake updates for versioning (#7328) 2020-09-22 13:47:43 +00:00
keeper_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
keeper.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
verify_test.go remove client type from 02-client (#7336) 2020-09-22 14:25:58 +00:00
verify.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00