From b7e0f9e57efa05cdb81e3018726e7f8e20d382b5 Mon Sep 17 00:00:00 2001 From: Nick DeLuca Date: Tue, 12 Nov 2024 22:24:24 +0000 Subject: [PATCH 1/3] docs: Add kava 17 height and go version update This adds the 12766500 upgrade height to the kava 17 migration docs in prep for v0.27.0 tagging. In addition, updates the golang version to be more specific and 1.22.7 or above. --- migrate/v0_27/migrate.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/migrate/v0_27/migrate.md b/migrate/v0_27/migrate.md index 14640c18e..bbdbcff2b 100644 --- a/migrate/v0_27/migrate.md +++ b/migrate/v0_27/migrate.md @@ -4,7 +4,7 @@ - The version of `kava` for Kava 17 is `v0.27.0` - The Kava 17 chain will be shutdown with a `SoftwareUpgradeProposal` that - activates at approximately 15:00 UTC on November 21, 2024. + activates at height 12766500 on approximately 15:00 UTC on November 21, 2024 ## Data Storage Changes @@ -33,11 +33,11 @@ Node operators using rocksdb are encouraged to [use `tcmalloc` as their memory a ### On the day of the upgrade -The kava chain is expected to halt at block height **TO BE DETERMINED**. **Do not stop your node and begin the upgrade before the upgrade height**, or you may go offline and be unable to recover until after the upgrade! +The kava chain is expected to halt at block height **12766500**. **Do not stop your node and begin the upgrade before the upgrade height**, or you may go offline and be unable to recover until after the upgrade! **Make sure the kava process is stopped before proceeding and that you have backed up your validator**. Failure to backup your validator could make it impossible to restart your node if the upgrade fails. -**Ensure you are using golang 1.22.x and not a different version.** Golang 1.21 and below may cause app hash mismatches! +**Ensure you are using golang 1.22.7+ and not a different version.** Golang 1.22.6 and below is not compatiable and may cause app hash mismatches! To update to v0.27.0 From 5a081838c409139877fa81a7dc9faaf8fb3847cb Mon Sep 17 00:00:00 2001 From: Nick DeLuca Date: Tue, 12 Nov 2024 22:26:22 +0000 Subject: [PATCH 2/3] chore: Fix grammer and mispelling --- migrate/v0_27/migrate.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/migrate/v0_27/migrate.md b/migrate/v0_27/migrate.md index bbdbcff2b..50851704a 100644 --- a/migrate/v0_27/migrate.md +++ b/migrate/v0_27/migrate.md @@ -4,7 +4,7 @@ - The version of `kava` for Kava 17 is `v0.27.0` - The Kava 17 chain will be shutdown with a `SoftwareUpgradeProposal` that - activates at height 12766500 on approximately 15:00 UTC on November 21, 2024 + activates at height 12766500 on approximately 15:00 UTC on November 21, 2024. ## Data Storage Changes @@ -37,7 +37,7 @@ The kava chain is expected to halt at block height **12766500**. **Do not stop y **Make sure the kava process is stopped before proceeding and that you have backed up your validator**. Failure to backup your validator could make it impossible to restart your node if the upgrade fails. -**Ensure you are using golang 1.22.7+ and not a different version.** Golang 1.22.6 and below is not compatiable and may cause app hash mismatches! +**Ensure you are using golang 1.22.7+ and not a different version.** Golang 1.22.6 and below is not compatible and may cause app hash mismatches! To update to v0.27.0 From 529998f2158f30c30b9bdf9e5a8dfa20534efb42 Mon Sep 17 00:00:00 2001 From: Nick DeLuca Date: Tue, 12 Nov 2024 15:40:13 -0700 Subject: [PATCH 3/3] docs: Fix grammer for upgrade time Co-authored-by: Kevin Davis --- migrate/v0_27/migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/migrate/v0_27/migrate.md b/migrate/v0_27/migrate.md index 50851704a..e584b1f04 100644 --- a/migrate/v0_27/migrate.md +++ b/migrate/v0_27/migrate.md @@ -4,7 +4,7 @@ - The version of `kava` for Kava 17 is `v0.27.0` - The Kava 17 chain will be shutdown with a `SoftwareUpgradeProposal` that - activates at height 12766500 on approximately 15:00 UTC on November 21, 2024. + activates at height 12766500 at approximately 15:00 UTC on November 21, 2024. ## Data Storage Changes