cosmos-sdk/x/upgrade/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
..
grpc_query_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
grpc_query.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
keeper.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
querier.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00