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
6673000
. It is estimated to take place
8 months ago. A
countdown clock is here.
The governance proposal is here.
cd quicksilver
git pull
git checkout v1.5.4
make install
# should be v1.5.4
quicksilverd version
# Should be commit 7af99332e6625ea1cc640ebabaedaf6fa4ee68e2
quicksilverd version --long | grep commit
mkdir -p $HOME/.quicksilverd/cosmovisor/upgrades/v1.5.4/bin
cp $HOME/go/bin/quicksilverd $HOME/.quicksilverd/cosmovisor/upgrades/v1.5.4/bin
# should be v1.5.4
$HOME/.quicksilverd/cosmovisor/upgrades/v1.5.4/bin/quicksilverd version