cosmos-sdk/docs/migrations
Robert Zaremba be4a965599
codec: Rename codec and marshaler interfaces (#9226)
* codec: Rename codec and marshaler interfaces, ref: 8413

* codec: remove BinaryBare

* changelog update

* Update comments and documentation

* adding doc string comments

* Update CHANGELOG.md

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

* Update codec/codec.go

Co-authored-by: Marko <marbar3778@yahoo.com>

Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
Co-authored-by: Marko <marbar3778@yahoo.com>
2021-04-29 10:46:22 +00:00
..
app_and_modules.md codec: Rename codec and marshaler interfaces (#9226) 2021-04-29 10:46:22 +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 Keyring migrate command doc (#8979) 2021-04-12 10:18:07 +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