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
12766500
. It is estimated to take place
21 hours ago. A
countdown clock is here.
The governance proposal is here.
cd kava
git pull
git checkout v0.27.0
make install
# should be 0.27.0
kava version
# Should be commit e77e0fed1cd64fdbc9f40dac6737c9e7a33cd4ae
kava version --long | grep commit
mkdir -p $HOME/.kava/cosmovisor/upgrades/v0.27.0/bin
cp $HOME/go/bin/kava $HOME/.kava/cosmovisor/upgrades/v0.27.0/bin
# should be 0.27.0
$HOME/.kava/cosmovisor/upgrades/v0.27.0/bin/kava version