This upgrade flushes delegations that are not finalized.
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
1936600
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd quicksilver
git pull
git checkout v1.2.10
make install
# should be v1.2.10
quicksilverd version
# Should be commit 529eb4d413ac4d25034bc545ee2600376b07f5fb
quicksilverd version --long | grep commit
mkdir -p $HOME/.quicksilverd/cosmovisor/upgrades/v1.2.10/bin
cp $HOME/go/bin/quicksilverd $HOME/.quicksilverd/cosmovisor/upgrades/v1.2.10/bin
# should be v1.2.10
$HOME/.quicksilverd/cosmovisor/upgrades/v1.2.10/bin/quicksilverd version