cosmos-sdk/x/ibc/03-connection/types
Aditya 97df8b605c
Verify Client on Connection Handshake (#7057)
* verify client state

* add client state to msgs and retrieve in handler

* fix connection msgs

* fixed handshake tests

* fix tests

* fix sim tests

* revert pb edit

* add ValidateClient tests

* Apply suggestions from code review

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* fix tests

* fixed msgs test

* use ibctesting for client state consts

* Apply suggestions from code review

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* address rest of comments

* rename to ValidateSelfClient and update spec

* lint

* Update x/ibc/02-client/keeper/keeper_test.go

* Update x/ibc/02-client/keeper/keeper_test.go

* complete rest of review

* improve cov

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-08-20 22:05:41 +00:00
..
codec.go Migrate Consensus State to being proto encoded/decoded in 02-client (#6960) 2020-08-06 07:06:14 -04:00
connection.go Proto Auditing: Replace ID with Id (#7032) 2020-08-14 08:55:54 +00:00
connection.pb.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
connection_test.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
errors.go Update connection handshake version negotiation (#6534) 2020-07-03 09:28:02 +00:00
events.go x/ibc: minor fixes (#6621) 2020-07-07 07:33:06 -04:00
expected_keepers.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
genesis.go Proto Auditing: Replace ID with Id (#7032) 2020-08-14 08:55:54 +00:00
genesis.pb.go x/ibc migrate genesis proto (#6878) 2020-08-07 08:33:47 +00:00
genesis_test.go x/ibc: remove ID from ConnectionEnd (#6814) 2020-07-22 09:59:15 -04:00
keys.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
msgs.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
msgs_test.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
query.go x/ibc: final gRPC migration (#7077) 2020-08-20 10:23:19 -04:00
query.pb.go Add Grpc gateway annotations (#6918) 2020-08-14 10:05:35 +00:00
query.pb.gw.go Verify Client on Connection Handshake (#7057) 2020-08-20 22:05:41 +00:00
version.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00
version_test.go Standardize connection versioning + channel versioning docs (#6640) 2020-07-14 08:43:26 +00:00