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
6881850. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd xpla
git pull
git checkout v1.3.0
make install
# should be v1.3.0
xplad version
# Should be commit 2ab64dfbe0093bffba22c52555b3516087fc2406
xplad version --long | grep commit
Volunteer contains
capitalized letters, please check your
cosmovisor version to ensure that it complies with the version stardard.
mkdir -p $HOME/.xpla/cosmovisor/upgrades/Volunteer/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/Volunteer/bin
# should be v1.3.0
$HOME/.xpla/cosmovisor/upgrades/Volunteer/bin/xplad version