cosmos-sdk/x/ibc/02-client
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
..
client Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
keeper Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
simulation Remove GetHeight from ConsensusState (#7274) 2020-09-14 18:16:42 +00:00
types Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
abci.go move IBC exported files to one location to avoid circular deps (#7224) 2020-09-02 16:38:50 +00:00
abci_test.go x/ibc: implement Height interface (#7211) 2020-09-03 16:23:20 -04:00
doc.go x/ibc: IBC alpha (#5277) 2020-04-08 20:57:52 -04:00
genesis.go Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
handler.go Remove GetHeight from ConsensusState (#7274) 2020-09-14 18:16:42 +00:00
handler_test.go Implement ADR 026 (#7029) 2020-09-04 20:59:22 +00:00
module.go x/ibc: final gRPC migration (#7077) 2020-08-20 10:23:19 -04:00