XPLA

XPLA v1.3.0 Upgrade

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 5 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xpla
git pull
git checkout v1.3.0
make install

Check Version

# should be v1.3.0
xplad version

# Should be commit 2ab64dfbe0093bffba22c52555b3516087fc2406
xplad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

Since the folder name 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

Check Version Again

# should be v1.3.0
$HOME/.xpla/cosmovisor/upgrades/Volunteer/bin/xplad version