XPLA

XPLA v1.10.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 19498800. It is estimated to take place 2 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xpla
git pull
git checkout v1.10.0
make install

Check Version

# should be v1.10.0
xplad version

# Should be commit e558bff154aed21b3eb42ea193f2b550b87bcb85
xplad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.xpla/cosmovisor/upgrades/v1_10/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/v1_10/bin

Check Version Again

# should be v1.10.0
$HOME/.xpla/cosmovisor/upgrades/v1_10/bin/xplad version