LFG!
This guide assumes that you use cosmovisor to manage upgrades. If you do not use cosmovisor, please adjust some commands accordingly.
The upgrade is scheduled for Block
7638000
. It is estimated to take place
11 months ago. A
countdown clock is here.
The governance proposal is here.
cd kava
git pull
git checkout v0.25.0
make install
# should be 0.25.0
kava version
# Should be commit 1f82949c56162159832b7ec3bcfc78f6b93a0b13
kava version --long | grep commit
mkdir -p $HOME/.kava/cosmovisor/upgrades/v0.25.0/bin
cp $HOME/go/bin/kava $HOME/.kava/cosmovisor/upgrades/v0.25.0/bin
# should be 0.25.0
$HOME/.kava/cosmovisor/upgrades/v0.25.0/bin/kava version