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