Xion Network

Xion Network v0.3.9 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 606689. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd xion
git pull
git checkout v0.3.9
make install

Check Version

# should be 0.3.9
xiond version

# Should be commit 96670570350b6dc885dbdeb0bd03e37830b512b1
xiond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.xiond/cosmovisor/upgrades/v6/bin
cp $HOME/go/bin/xiond $HOME/.xiond/cosmovisor/upgrades/v6/bin

Check Version Again

# should be 0.3.9
$HOME/.xiond/cosmovisor/upgrades/v6/bin/xiond version