cosmos-sdk/x/ibc/core/02-client/keeper
Aditya def3c5ba71
Add ConsensusState to IBC Upgrades (#7919)
* upgrade progress

* fix build minus cli

* write state at block before upgrade height

* refix build

* Apply suggestions from code review

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

* fix upgrade and start with tests

* fix tendermint tests

* add tests and remove unnecessary relayer options on upgradedClient

* fix all tests except weird msg panic

* add invalid final client test and codec stuff

* fix everything but msg issue

* remove problematic test for now

* safer self validation

* upgrade fixes

* proto-linting

* remove unnecessary last height

* add timestamp to committed upgrade consensus state

* address final nits

* address nit

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-11-24 11:45:33 +00:00
..
client.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
client_test.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
encoding.go
grpc_query.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
grpc_query_test.go Remove consensus params from IBC tm client (#7891) 2020-11-12 10:08:04 +00:00
keeper.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
keeper_test.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
params.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
params_test.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
proposal.go
proposal_test.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00