cosmos-sdk/x/upgrade
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 GRPCRouter (#8079) 2020-12-04 15:06:50 +00:00
keeper Refactor Logging using Zerolog (#8072) 2020-12-03 23:17:21 +00:00
legacy/v038 CLI migrate command for x/{upgrade,params} proposals (#7875) 2020-11-24 23:32:32 +00:00
spec Merge PR #5500: Regen network/multistore upgrades 2020-02-27 22:26:04 -08:00
types Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
abci_test.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
abci.go Add ConsensusState to IBC Upgrades (#7919) 2020-11-24 11:45:33 +00:00
doc.go Merge PR #6818: x/upgrade: Fix ReadUpgradeInfoFromDisk 2020-07-22 12:22:00 -04:00
handler.go x/upgrade: remove alias.go usage (#6382) 2020-06-10 18:54:15 +00:00
module.go [docs]: update building modules section to reflect ADR31 (#7702) 2020-11-17 20:41:43 +00:00