Kujira

Kujira v1.0.2 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 18700000. It is estimated to take place 5 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd kujira
git pull
git checkout v1.0.2
make install

Check Version

# should be 1.0.2
kujirad version

# Should be commit 21462c1fe170d19ff606ad8dd1ecf7d22009abd6
kujirad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.kujira/cosmovisor/upgrades/v1.0.2/bin
cp $HOME/go/bin/kujirad $HOME/.kujira/cosmovisor/upgrades/v1.0.2/bin

Check Version Again

# should be 1.0.2
$HOME/.kujira/cosmovisor/upgrades/v1.0.2/bin/kujirad version