Jackal

Jackal v1.2.1 Upgrade

This upgrade allows the Jackal Network to start fulfilling its purpose as the Decentralized Storage Platform of the Cosmos.

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

Install New Binary

cd jackal
git pull
git checkout v1.2.1
make install

Check Version

# should be 1.2.1
canined version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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