cosmos-sdk/x/upgrade
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
exported x/upgrade: protocol version tracking (#8897) 2021-04-02 07:11:58 -07:00
keeper x/upgrade gRPC methods for VersionMap (#9073) 2021-05-19 17:04:38 +00:00
legacy/v038 Remove migration scripts <=0.38 (#9291) 2021-05-11 14:01:13 +00:00
spec chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
types fix: rollback height->Height in x/upgrade plan.DueAt formatting (#9416) 2021-05-28 20:06:06 +00:00
abci.go Remove IBC logic from x/upgrade (#8673) 2021-03-01 16:28:54 +00:00
abci_test.go fix: rollback height->Height in x/upgrade plan.DueAt formatting (#9416) 2021-05-28 20:06:06 +00:00
doc.go x/upgrade: remove support for time based upgrades (#8849) 2021-03-14 01:03:01 +00:00
handler.go x/upgrade: remove alias.go usage (#6382) 2020-06-10 18:54:15 +00:00
module.go codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +00:00