cosmos-sdk/x/genutil
Robert Zaremba 7bca49e2d2
refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498)
* chore(types): add sdk.Context.Codec and deprecate JSONCodec

* Use clientContext.Codec rather than JSONCodec everywhere

* update tests to use clientContext.Codec

* added a note that EncodingConfig.Marshaler will be renamed to Codec

* update changelog

* fix tests to use clientCtx.WithCodec instead of WithJSONCodec

* fix genutil build

* Update simapp/params/encoding.go

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>

Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
2021-06-11 11:49:39 +00:00
..
client refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
legacy refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
types codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
collect.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
collect_test.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
doc.go Merge PR #4159: Module/Genesis Generalization 2019-05-16 11:25:32 -04:00
genesis.go Use any as validator pubkey (#7597) 2020-10-23 12:07:52 +00:00
gentx.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
gentx_test.go SDK Core Audit - simapp updates (#9315) 2021-05-17 15:42:44 +00:00
module.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00
utils.go Recover private validator key (#8099) 2020-12-08 17:22:43 +00:00
utils_test.go Recover private validator key (#8099) 2020-12-08 17:22:43 +00:00