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
14136737
. It is estimated to take place
3 days from now. A
countdown clock is here.
The governance proposal is here.
cd kava
git pull
git checkout v0.28.0
make install
# should be 0.28.0
kava version
# Should be commit d9ce773f62418183beac2e9168c7cfafa30bc508
kava version --long | grep commit
mkdir -p $HOME/.kava/cosmovisor/upgrades/v0.28.0/bin
cp $HOME/go/bin/kava $HOME/.kava/cosmovisor/upgrades/v0.28.0/bin
# should be 0.28.0
$HOME/.kava/cosmovisor/upgrades/v0.28.0/bin/kava version