From c8c21ca371f7a1ff4af0884c2969e41c5935b7ff Mon Sep 17 00:00:00 2001 From: SuiYuan Date: Sat, 21 Dec 2024 15:38:37 +0800 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d9abbf8a522..1f664f146d19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2145,7 +2145,7 @@ empty coins slice before it is used to create `banktype.MsgSend`. ### State Machine Breaking * [#10833](https://github.com/cosmos/cosmos-sdk/pull/10833) fix reported tx gas used when block gas limit exceeded. -* (auth) [#10536](https://github.com/cosmos/cosmos-sdk/pull/10536]) Enable `SetSequence` for `ModuleAccount`. +* (auth) [#10536](https://github.com/cosmos/cosmos-sdk/pull/10536) Enable `SetSequence` for `ModuleAccount`. * (store) [#10218](https://github.com/cosmos/cosmos-sdk/pull/10218) Charge gas even when there are no entries while seeking. * (store) [#10247](https://github.com/cosmos/cosmos-sdk/pull/10247) Charge gas for the key length in gas meter. * (x/gov) [#10740](https://github.com/cosmos/cosmos-sdk/pull/10740) Increase maximum proposal description size from 5k characters to 10k characters. From fb1d895c4622e89f7740b1da23c383751498b4a4 Mon Sep 17 00:00:00 2001 From: SuiYuan Date: Sat, 21 Dec 2024 15:40:09 +0800 Subject: [PATCH 2/2] Update UPGRADING.md --- UPGRADING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/UPGRADING.md b/UPGRADING.md index 6479991c121f..ebba9005837b 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -49,7 +49,7 @@ transaction simulation. --> #### `x/params` The `x/params` module has been removed from the Cosmos SDK. The following [migration](https://github.com/cosmos/cosmos-sdk/blob/828fcf2f05db0c4759ed370852b6dacc589ea472/x/mint/migrations/v2/migrate.go) -and [PR])(https://github.com/cosmos/cosmos-sdk/pull/12363) can be used as a reference for migrating a legacy params module to the supported module-managed params paradigm. +and [PR](https://github.com/cosmos/cosmos-sdk/pull/12363) can be used as a reference for migrating a legacy params module to the supported module-managed params paradigm. More information can be found in the [deprecation notice](https://github.com/cosmos/cosmos-sdk/blob/main/UPGRADING.md#xparams).