This upgrade adds support for per zone limits of tx sizes and cause auto-clearing of unprocessed delegations.
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
1279200
. 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.9
make install
# should be 1.2.9
quicksilverd version
# Should be commit ee5349ef0b123cd6ea4ed54769dd26c0717f7821
quicksilverd version --long | grep commit
mkdir -p $HOME/.quicksilverd/cosmovisor/upgrades/v1.2.9/bin
cp $HOME/go/bin/quicksilverd $HOME/.quicksilverd/cosmovisor/upgrades/v1.2.9/bin
# should be 1.2.9
$HOME/.quicksilverd/cosmovisor/upgrades/v1.2.9/bin/quicksilverd version