Skip to content

Commit

Permalink
docs: improve UPGRADING.md v0.46.0 description
Browse files Browse the repository at this point in the history
  • Loading branch information
julienrbrt committed Jul 20, 2022
1 parent 3523c26 commit 72f0572
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion UPGRADING.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ In order to submit a proposal with `submit-proposal` you now need to pass a `pro
You can still use the old way by using `submit-legacy-proposal`. This is not recommended.
More information can be found in the gov module [client documentation](https://docs.cosmos.network/v0.46/modules/gov/07_client.html).

[LINK TUTORIAL]
[EXPLAIN ABOUT METADATA WORK]

### Keyring

The keyring has been refactored in v0.46.
Expand Down Expand Up @@ -51,7 +54,7 @@ To improve clarity of the API, some renaming and improvements has been done:
| `x/gov` | `keeper.RefundDeposits` | `keeper.RefundAndDeleteDeposits` |
| `x/{mod}` | package `legacy` | package `migrations` |

For the exhaustive list of API renaming, please refer to the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md).
[BE EXAUSTIVE]

### new packages

Expand Down

0 comments on commit 72f0572

Please sign in to comment.