|
1 | 1 | # Cosmos SDK v0.46.5 Release Notes
|
2 | 2 |
|
3 |
| -This release introduces a number of bug fixes and improvements. Notably, an upgrade to Tendermint [v0.34.23](https://github.com/tendermint/tendermint/releases/tag/v0.34.23). |
| 3 | +This release introduces a number of serious bug fixes and improvements. Notably, an upgrade to Tendermint [v0.34.23](https://github.com/tendermint/tendermint/releases/tag/v0.34.23). |
| 4 | + |
| 5 | +If you are planning to migrate to v0.46, please use `v0.46.5`. All releases prior to `v0.46.5` are [retracted](https://go.dev/ref/mod#go-mod-file-retract) and **must NOT be used** (`go get` directly upgrades the SDK version to `>= v0.46.5` thanks to the retraction, current builds are not affected). |
4 | 6 |
|
5 | 7 | If your chain's state has coin metadata, an issue has been discovered in the bank module coin metadata migration. This issue is fixed in `v0.46.5`.
|
6 | 8 |
|
7 |
| -* If you are planning to migrate to v0.46, please use `v0.46.5`. All releases prior to `v0.46.5`, **must NOT be used**. All previous version of `v0.46` are retracted. |
8 | 9 | * If your chain is already on v0.46 using `<= v0.46.4` and has coin metadata, a **coordinated upgrade** to `v0.46.5` is required.
|
| 10 | + * Use the helper function `Migrate_V0464_To_V0465` for migrating a chain **already on v0.46 with versions <=v0.46.4** to the latest v0.46.5 correct state. |
9 | 11 | * If your chain is already on v0.46 using `<= v0.46.4` but has no coin metadata, this release is **non-breaking**.
|
10 | 12 |
|
11 |
| -Moreover, an issue have been found in the group module. This issue is fixed in `v0.46.5`. |
| 13 | +Moreover, serious issues have been found in the group module. These issues are fixed in `v0.46.5`. |
12 | 14 |
|
13 | 15 | * If you use the group module, upgrade to `v0.46.5` **immediately**. A **coordinated upgrade** to `v0.46.5` is required.
|
14 | 16 |
|
| 17 | +When a chain is already using `<= v0.46.4`, but has no coin metadata and no group module, this release is **non-breaking**. |
| 18 | + |
15 | 19 | Please see the [CHANGELOG](https://github.com/cosmos/cosmos-sdk/blob/release/v0.46.x/CHANGELOG.md) for an exhaustive list of changes.
|
16 | 20 |
|
17 | 21 | Full Commit History: https://github.com/cosmos/cosmos-sdk/compare/v0.46.4...v0.46.5
|
|
0 commit comments