Skip to content

Commit

Permalink
docs: Add kava 17 height and go version update (#2053)
Browse files Browse the repository at this point in the history
* 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.

* chore: Fix grammer and mispelling

* docs: Fix grammer for upgrade time

Co-authored-by: Kevin Davis <[email protected]>

---------

Co-authored-by: Kevin Davis <[email protected]>
  • Loading branch information
nddeluca and karzak authored Nov 12, 2024
1 parent 40d4617 commit e7552ad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions migrate/v0_27/migrate.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 at approximately 15:00 UTC on November 21, 2024.

## Data Storage Changes

Expand Down Expand Up @@ -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 compatible and may cause app hash mismatches!

To update to v0.27.0

Expand Down

0 comments on commit e7552ad

Please sign in to comment.