Kujira

Kujira v0.7.1 Upgrade

This upgrade will log Oracle slashes correctly, and upgrade wasmd to 0.29.1

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 5196234. It is estimated to take place 1 year ago. A countdown clock is here.

Install New Binary

cd kujira
git pull
git checkout v0.7.1
make install

Check Version

# should be 0.7.1
kujirad version

# Should be commit d56e24ace683a7c5deec5a32d66b1848adf7d253
kujirad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.kujira/cosmovisor/upgrades/v0.7.1/bin
cp $HOME/go/bin/kujirad $HOME/.kujira/cosmovisor/upgrades/v0.7.1/bin

Check Version Again

# should be 0.7.1
$HOME/.kujira/cosmovisor/upgrades/v0.7.1/bin/kujirad version