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
20552440. It is estimated to take place
1 week ago. A
countdown clock is here.
The governance proposal is here.
cd xpla
git pull
git checkout v1.11.3
make install
# should be v1.11.3
xplad version
# Should be commit f440e3808307cdd3491a6c665f49e37e3455dff2
xplad version --long | grep commit
mkdir -p $HOME/.xpla/cosmovisor/upgrades/v1_11/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/v1_11/bin
# should be v1.11.3
$HOME/.xpla/cosmovisor/upgrades/v1_11/bin/xplad version