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
3150000. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd xion
git pull
git checkout v11.0.1
make install
# should be 11.0.1
xiond version
# Should be commit 0fa1ea9d9130b0955ef2fd9c25a0eab0099327aa
xiond version --long | grep commit
mkdir -p $HOME/.xiond/cosmovisor/upgrades/v11/bin
cp $HOME/go/bin/xiond $HOME/.xiond/cosmovisor/upgrades/v11/bin
# should be 11.0.1
$HOME/.xiond/cosmovisor/upgrades/v11/bin/xiond version