cosmos-sdk/x/upgrade/types
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
..
codec.go rename RegisterCodec to RegisterLegacyAminoCodec (#7243) 2020-09-07 14:47:12 +00:00
handler.go
keys.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
plan.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
plan_test.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
proposal.go linter: enable nolintlint (#6162) 2020-05-08 08:46:12 +00:00
proposal_test.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
querier.go x/{gov,params,upgrade,distribution} CLI: In-Process test & use grpc query service (#6664) 2020-07-20 13:09:57 +00:00
query.pb.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
query.pb.gw.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
storeloader.go Fix upgrade store loader (#7817) 2020-11-13 15:27:52 +00:00
storeloader_test.go Fix upgrade store loader (#7817) 2020-11-13 15:27:52 +00:00
upgrade.pb.go ibc: upgrade client (#7367) 2020-10-01 03:21:57 -03:00