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
10085200
. It is estimated to take place
4 months ago. A
countdown clock is here.
The governance proposal is here.
cd xpla
git pull
git checkout v1.5.1
make install
# should be v1.5.1
xplad version
# Should be commit 93e3855f054a29eb82b70a8420f6796b7864690e
xplad version --long | grep commit
mkdir -p $HOME/.xpla/cosmovisor/upgrades/v1_5/bin
cp $HOME/go/bin/xplad $HOME/.xpla/cosmovisor/upgrades/v1_5/bin
# should be v1.5.1
$HOME/.xpla/cosmovisor/upgrades/v1_5/bin/xplad version