cosmos-sdk/x/auth/keeper
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
..
account.go docs: Revert SPEC-SPEC and update x/{auth,bank,evidence,slashing} (#7407) 2020-10-16 12:42:48 +00:00
grpc_query.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
grpc_query_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
integration_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
keeper.go Move and update codec.MarshalAny functions to codec.Marshaler interface (#8080) 2020-12-08 09:27:08 +00:00
keeper_bench_test.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
params.go
querier.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00
querier_test.go Change `address` from bytes to bech32 strings (#7242) 2020-09-25 10:25:37 +00:00