Jackal

Jackal v3.1.1 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 6095000. It is estimated to take place 4 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd jackal
git pull
git checkout v3.1.1
make install

Check Version

# should be 3.1.1
canined version

# Should be commit 95003c675864c8d75084bf80d969542e5bcef978
canined version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.canine/cosmovisor/upgrades/v310/bin
cp $HOME/go/bin/canined $HOME/.canine/cosmovisor/upgrades/v310/bin

Check Version Again

# should be 3.1.1
$HOME/.canine/cosmovisor/upgrades/v310/bin/canined version