update commit placeholder (#1793)

This commit is contained in:
Nick DeLuca 2023-12-07 08:48:49 -07:00 committed by GitHub
parent 626b5a1758
commit 33bf342ad9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,14 +29,14 @@ The kava chain is expected to halt at block height **7638000**. **Do not stop yo
**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. **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.20.x and not a different version.** Golang 1.19 and below may cause app hash mismatches! **Ensure you are using golang 1.20.x and not a different version.** Golang 1.21, 1.19 and others may cause app hash mismatches!
To update to v0.25.0 To update to v0.25.0
```sh ```sh
# check go version - look for 1.20! # check go version - look for 1.20!
go version go version
# go version go1.20.5 linux/amd64 # go version go1.20.12 linux/amd64
# in the `kava` folder # in the `kava` folder
git fetch git fetch
@ -50,9 +50,9 @@ kava version --long
# name: kava # name: kava
# server_name: kava # server_name: kava
# version: 0.25.0 # version: 0.25.0
# commit: <commit placeholder> # commit: 1f82949c56162159832b7ec3bcfc78f6b93a0b13
# build_tags: netgo ledger, # build_tags: netgo ledger,
# go: go version go1.20.5 linux/amd64 # go: go version go1.20.12 linux/amd64
# build_deps: # build_deps:
# ... # ...
# cosmos_sdk_version: v0.46.11 # cosmos_sdk_version: v0.46.11