Jackal

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

Install New Binary

cd jackal
git pull
git checkout v4.1.0
make install

Check Version

# should be canine
canined version

# Should be commit 8b03d850b707ceb88e04f767ac40e7e774065ff8
canined version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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