From 166d55fa4f01d74f9d2b426c9bee7f3eff9405eb Mon Sep 17 00:00:00 2001 From: karzak Date: Tue, 12 Nov 2024 14:35:15 -0800 Subject: [PATCH 1/2] nit: format --- 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 e584b1f04..ce219b3cd 100644 --- a/migrate/v0_27/migrate.md +++ b/migrate/v0_27/migrate.md @@ -31,7 +31,7 @@ Please reference the [RocksDB repository](https://github.com/facebook/rocksdb/tr Node operators using rocksdb are encouraged to [use `tcmalloc` as their memory allocator](https://github.com/Kava-Labs/kava/blob/v0.26.2-iavl-v1/migrate/v0_26/iavl-v1.md#default-memory-allocator). -### On the day of the upgrade +## On the day of 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! From 4137b4cf6b3002d072a3e44b5f6cb9425cce4a8a Mon Sep 17 00:00:00 2001 From: karzak Date: Tue, 12 Nov 2024 14:35:43 -0800 Subject: [PATCH 2/2] nit: make go version consistent/extra explicit --- 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 ce219b3cd..b8f2f9737 100644 --- a/migrate/v0_27/migrate.md +++ b/migrate/v0_27/migrate.md @@ -37,12 +37,12 @@ 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 compatible 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 may cause app hash mismatches! To update to v0.27.0 ```sh -# check go version - look for 1.22! +# check go version - look for 1.22.7+! go version # go version go1.22.9 linux/amd64 @@ -50,7 +50,7 @@ go version git fetch git checkout v0.27.0 -# Note: Golang 1.22 must be installed before this step +# Note: Golang 1.22.7+ must be installed before this step make install # verify versions