cosmos-sdk/x/auth/keeper
Marie 7f59723d88
Make JSONMarshaler methods require proto.Message (#7054)
* Make JSONMarshaler require proto.Message

* Use &msg with MarshalJSON

* Use *LegacyAmino in queriers instead of JSONMarshaler

* Revert ABCIMessageLogs String() and coins tests

* Use LegacyAmino in client/debug and fix subspace tests

* Use LegacyAmino in all legacy queriers and adapt simulation

* Make AminoCodec implement Marshaler and some godoc fixes

* Test fixes

* Remove unrelevant comment

* Use TxConfig.TxJSONEncoder

* Use encoding/json in genutil cli migrate/validate genesis cmds

* Address simulation related comments

* Use JSONMarshaler in cli tests

* Use proto.Message as respType in cli tests

* Use tmjson for tm GenesisDoc

* Update types/module/simulation.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Update types/module/module_test.go

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>

* Add godoc comments

* Remove unused InsertKeyJSON

* Fix tests

Co-authored-by: Aaron Craelius <aaronc@users.noreply.github.com>
Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
2020-08-26 09:39:38 +00:00
..
account.go Update x/auth to use Any (#6165) 2020-05-20 19:21:00 +00:00
grpc_query.go Add cli test for query Account (#6973) 2020-08-17 13:47:31 +01:00
grpc_query_test.go proto: Consistent naming for Params (#6803) 2020-07-21 14:04:51 +00:00
integration_test.go tendermint: update to rc3 (#6892) 2020-08-14 13:58:53 -04:00
keeper.go Minor Code Cleanup - gRPC queries (#6862) 2020-07-28 12:53:35 +00:00
keeper_bench_test.go Merge PR #5572: ADR 004 Implementation 2020-01-30 16:31:16 -05:00
keeper_test.go x/auth: gRPC query service (#6565) 2020-07-08 13:12:38 +02:00
params.go Merge PR #4760: update x/auth to match module spec 2019-07-29 08:27:01 -07:00
querier.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00
querier_test.go Make JSONMarshaler methods require proto.Message (#7054) 2020-08-26 09:39:38 +00:00