Quicksilver

Quicksilver v1.2.7 Upgrade

This proposal re-establishes closed ICA channels and enables inflation emissions.

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

Install New Binary

cd quicksilver
git pull
git checkout v1.2.7
make install

Check Version

# should be v1.2.7
quicksilverd version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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