cosmos-sdk/x/ibc/02-client/keeper
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.go
client_test.go Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
encoding.go
grpc_query.go
grpc_query_test.go
keeper.go Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
keeper_test.go Retrieve Epoch from ChainID (#7280) 2020-09-15 21:09:48 +00:00
proposal.go
proposal_test.go