From eb0b9661ed268ae53ebf6c774bb39388ae44fe22 Mon Sep 17 00:00:00 2001 From: aljo242 Date: Fri, 20 Dec 2024 11:53:47 -0500 Subject: [PATCH] upgrade --- UPGRADING.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/UPGRADING.md b/UPGRADING.md index 3bb474c4c16a..6479991c121f 100644 --- a/UPGRADING.md +++ b/UPGRADING.md @@ -44,6 +44,8 @@ To be able to simulate nested messages within a transaction, message types conta the nested messages. By implementing this interface, the BaseApp can simulate these nested messages during transaction simulation. --> +### Modules + #### `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)