mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
Update migrate to use v0.17.2
This commit is contained in:
parent
9b15b1c2e9
commit
119c39da5c
@ -3,7 +3,7 @@
|
|||||||
## Software Version and Key Dates
|
## Software Version and Key Dates
|
||||||
|
|
||||||
- We will be upgrading from chain-id "kava-9" to chain-id "kava_2222-10".
|
- We will be upgrading from chain-id "kava-9" to chain-id "kava_2222-10".
|
||||||
- The version of Kava for kava-10 is v0.17.1
|
- The version of Kava for kava-10 is v0.17.2
|
||||||
- The kava-9 chain will be shutdown with a `SoftwareUpgradeProposal` that activates at block height **1610471**, which is approximately 15:00 UTC on May, 25 2022.
|
- The kava-9 chain will be shutdown with a `SoftwareUpgradeProposal` that activates at block height **1610471**, which is approximately 15:00 UTC on May, 25 2022.
|
||||||
- kava-10 genesis time is set to May 25, 2022 at 17:00 UTC
|
- kava-10 genesis time is set to May 25, 2022 at 17:00 UTC
|
||||||
- The version of cosmos-sdk for kava-10 is v0.45.3
|
- The version of cosmos-sdk for kava-10 is v0.45.3
|
||||||
@ -59,14 +59,14 @@ kava export --for-zero-height --height 1610471 > export-genesis.json
|
|||||||
```sh
|
```sh
|
||||||
# in the `kava` folder
|
# in the `kava` folder
|
||||||
git pull
|
git pull
|
||||||
git checkout v0.17.1
|
git checkout v0.17.2
|
||||||
make install
|
make install
|
||||||
|
|
||||||
# verify versions
|
# verify versions
|
||||||
kava version --long
|
kava version --long
|
||||||
# name: kava
|
# name: kava
|
||||||
# server_name: kava
|
# server_name: kava
|
||||||
# version: v0.17.1
|
# version: v0.17.2
|
||||||
# commit: [TBD]
|
# commit: [TBD]
|
||||||
# build_tags: netgo,ledger
|
# build_tags: netgo,ledger
|
||||||
# go: go version go1.17.1 linux/amd64
|
# go: go version go1.17.1 linux/amd64
|
||||||
|
Loading…
Reference in New Issue
Block a user