Kava

Kava v0.26.0 Upgrade

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 9561866. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd kava
git pull
git checkout v0.26.0
make install

Check Version

# should be 0.26.0
kava version

# Should be commit 667e532aaafaab216d874ff670fb299d9b951375
kava version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.kava/cosmovisor/upgrades/v0.26.0/bin
cp $HOME/go/bin/kava $HOME/.kava/cosmovisor/upgrades/v0.26.0/bin

Check Version Again

# should be 0.26.0
$HOME/.kava/cosmovisor/upgrades/v0.26.0/bin/kava version