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
19498800. It is estimated to take place
4 days from now. A
countdown clock is here.
The governance proposal is here.
cd xpla
git pull
git checkout v1_10
make install
# should be v1_10
xplad version
# Should be commit v1_10
xplad version --long | grep commit
mkdir -p $HOME/.xpla/cosmovisor/upgrades/v1_10/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/v1_10/bin
# should be v1_10
$HOME/.xpla/cosmovisor/upgrades/v1_10/bin/xplad version