cosmos-sdk/docs/migrations
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
..
app_and_modules.md refactor(client): add client/Context.Codec and deprecate JSONCodec (#9498) 2021-06-11 11:49:39 +00:00
chain-upgrade-guide-040.md Update chain migration docs to use v0.42 (#9090) 2021-04-12 08:08:53 +00:00
keyring.md chore: add markdownlint to lint commands (#9353) 2021-05-27 15:31:04 +00:00
README.md Keyring migrate command doc (#8979) 2021-04-12 10:18:07 +00:00
rest.md docs: update bech32 account docs (#9006) 2021-03-29 11:22:30 +00:00

Migrations

This folder contains all the migration guides to update your app and modules to Cosmos v0.40 Stargate.

  1. App and Modules Migration
  2. Chain Upgrade Guide to v0.40
  3. REST Endpoints Migration
  4. Keyring Migration