cosmos-sdk/x/ibc/testing
Aditya 984c2d4179
Retrieve Epoch from ChainID (#7280)
* add functions to parse epoch from height

* remove 0 epoch hardcoding

* fix tendermint tests

* fix tests

* start update docs

* progress

* better parsing of chainID

* fix update and misbehaviour logic and add tests

* update docs

* docfix

* Apply suggestions from code review

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

* Update x/ibc/07-tendermint/types/misbehaviour_handle_test.go

* change self checks to use epochs

* address rest of reviews

* rename epoch number to version in docs

* wrap up rest of TODOs

* Update x/ibc/02-client/genesis.go

* add self validate test

* Apply suggestions from code review

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

* fix godoc

Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-09-15 21:09:48 +00:00
..
mock x/ibc: mock own privValidator rather than relying on the one from tendermint (#7241) 2020-09-07 21:44:23 +00:00
chain.go Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
coordinator.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
solomachine.go x/ibc: move solo machine sequence to client state (#7271) 2020-09-09 12:14:11 -03:00
types.go Fix AcknowledgePacket and AcknowledgementExecuted bug + update testing pkg (#7170) 2020-08-26 12:11:31 +00:00