Quicksilver

Quicksilver v1.4.6 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 5493000. It is estimated to take place 4 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd quicksilver
git pull
git checkout v1.4.6
make install

Check Version

# should be v1.4.6
quicksilverd version

# Should be commit a153a25ba4c98bdbdb3c58b4b34de09901a2adbf
quicksilverd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.quicksilverd/cosmovisor/upgrades/v1.4.6/bin
cp $HOME/go/bin/quicksilverd $HOME/.quicksilverd/cosmovisor/upgrades/v1.4.6/bin

Check Version Again

# should be v1.4.6
$HOME/.quicksilverd/cosmovisor/upgrades/v1.4.6/bin/quicksilverd version