cosmos-sdk/x/ibc/core/02-client
Robert Zaremba b219c54c2d
Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080)
* Changelog update

* Rename codec.MarshalAny

* move codec.MarshalInterface to codec.Marshaler

* fix tests

* Update amino_codec for compliance with MarshalerInterface

* update tests and comments

* add tests

* change order of args in UnmarshalInterface to a canonical one

* uplift MarshalInterface to take ProtoMessage as an argument

* wip

* add nil check

* make tests working

* tests cleanup

* add support for *JSON methods

* Update changelog

* linter fixes

* fix test types

* update evidence genesis_test

* adding test

* review updates

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2020-12-08 09:27:08 +00:00
..
client Rename Version to Revision in IBC Height (#8020) 2020-11-24 15:38:24 +00:00
keeper Implement Connection-specified delay (#8069) 2020-12-07 12:13:06 +00:00
simulation Update IBC host keys + cleanup (#7873) 2020-11-10 17:05:21 +00:00
types Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
abci_test.go Rename Version to Revision in IBC Height (#8020) 2020-11-24 15:38:24 +00:00
abci.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
doc.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
genesis.go Implement Connection-specified delay (#8069) 2020-12-07 12:13:06 +00:00
module.go ibc: core restructure (#7434) 2020-10-02 06:03:02 -03:00
proposal_handler_test.go ibc: client params allowlist (#7855) 2020-11-11 11:07:29 +00:00
proposal_handler.go Refactor x/ibc to ADR 031 (#7576) 2020-10-19 18:21:53 +00:00