Add kava-5 build and genesis hashes

This commit is contained in:
Kevin Davis 2021-03-04 06:41:56 -07:00 committed by GitHub
parent 56ac04d217
commit 17b874a433
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ __Note:__ This can take a while!
# server_name: kvd # server_name: kvd
# client_name: kvcli # client_name: kvcli
# version: 0.13.1 # version: 0.13.1
# commit: PLACEHOLDER # commit: 203d7e0063555166808fd560092e6cf64ac19117
# build_tags: netgo,ledger # build_tags: netgo,ledger
# go: go version go1.15.8 linux/amd64 # go: go version go1.15.8 linux/amd64
@ -74,7 +74,7 @@ __Note:__ This can take a while!
# Verify output of genesis migration # Verify output of genesis migration
kvd validate-genesis genesis.json # should say it's valid kvd validate-genesis genesis.json # should say it's valid
jq -S -c -M '' genesis.json | shasum -a 256 jq -S -c -M '' genesis.json | shasum -a 256
# [PLACEHOLDER] # 5200ab3b16fe6100a67c707688f10e3ee9affeda93a4b472b9bf40faafdd5dc0
# Restart node with migrated genesis state # Restart node with migrated genesis state
cp genesis.json ~/.kvd/config/genesis.json cp genesis.json ~/.kvd/config/genesis.json