From 95970dbe9445a0e2dfc1dd81aa627b8d0130bb9e Mon Sep 17 00:00:00 2001 From: Jiri Date: Thu, 20 Nov 2025 11:49:29 +0100 Subject: [PATCH 1/2] Upgrade tag --- app/upgrades.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/upgrades.go b/app/upgrades.go index f8211434..43503781 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -36,7 +36,7 @@ import ( ) // ---- Match this to the plan name that is already stored on disk and halted the chain. -const UpgradeNameV053 = "v0.14.0" // <-- CHANGE if your plan name is different. +const UpgradeNameV053 = "v0.15.0-gemini" // List ALL new/renamed/deleted KV stores at this upgrade height. var v053StoreUpgrades = storetypes.StoreUpgrades{ From 13413edce1730bf9a96809a7d39f471085a35d30 Mon Sep 17 00:00:00 2001 From: Jiri Date: Thu, 20 Nov 2025 11:51:22 +0100 Subject: [PATCH 2/2] Upgrade name --- app/upgrades.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/upgrades.go b/app/upgrades.go index 43503781..ea33efd9 100644 --- a/app/upgrades.go +++ b/app/upgrades.go @@ -36,7 +36,7 @@ import ( ) // ---- Match this to the plan name that is already stored on disk and halted the chain. -const UpgradeNameV053 = "v0.15.0-gemini" +const UpgradeNameV053 = "v0.15.0-rc2-gemini" // List ALL new/renamed/deleted KV stores at this upgrade height. var v053StoreUpgrades = storetypes.StoreUpgrades{