cosmos-sdk/x/ibc/testing
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
..
mock [docs]: update building modules section to reflect ADR31 (#7702) 2020-11-17 20:41:43 +00:00
chain_test.go Replace tmcrypto.PubKey by our own cryptotypes.PubKey (#7419) 2020-11-09 16:01:43 +00:00
chain.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
coordinator.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
solomachine.go Update IBC host keys + cleanup (#7873) 2020-11-10 17:05:21 +00:00
types.go Fix AcknowledgePacket and AcknowledgementExecuted bug + update testing pkg (#7170) 2020-08-26 12:11:31 +00:00