Jackal

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

Install New Binary

cd jackal
git pull
git checkout v4.4.0
make install

Check Version

# should be canary
canined version

# Should be commit c489b7724f39a3d47087a6ca0af9f6da1bb40f3b
canined version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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