cosmos-sdk/x/ibc/02-client/keeper
atheeshp ceba0cb45d
x/ibc migrate genesis proto (#6878)
* migrated channel genesis types to proto

* connection genesis types migrated to proto

* client proto migration

* failing tests due to tendermint part incomplete

* add genesis test

* x/ibc: ClientState Any

* add genesis test

* suite NotPanics

* comment tests

* update export logic

* refactor

* update test

* fix non-determinism

* castrepeated

* x/ibc: migrate simulations to protobuf

* add proto genesis

* add UnpackInterfaces func to genclientstate

* add unpackinterfaces for consensus states

* formatting

* fix genesis tests

* add modified genesis test

* update comments

* remove localhost register codec

* use app registry

* fix bug

* Update simapp/app.go

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

* unmarshaler interface

Co-authored-by: Colin Axner <colinaxner@berkeley.edu>
Co-authored-by: Federico Kunze <federico.kunze94@gmail.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
2020-08-07 08:33:47 +00:00
..
client.go Remove ValidatorSet from ConsensusState (#6942) 2020-08-06 08:32:19 +00:00
client_test.go Migrate Consensus State to being proto encoded/decoded in 02-client (#6960) 2020-08-06 07:06:14 -04:00
encoding.go Migrate Consensus State to being proto encoded/decoded in 02-client (#6960) 2020-08-06 07:06:14 -04:00
keeper.go x/ibc migrate genesis proto (#6878) 2020-08-07 08:33:47 +00:00
keeper_test.go x/ibc migrate genesis proto (#6878) 2020-08-07 08:33:47 +00:00
querier.go Remove hybrid codec usage (#6843) 2020-07-25 08:03:58 +00:00