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
15816200
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd cosmos
git pull
git checkout v10.0.1
make install
# should be v10.0.1
gaiad version
# Should be commit a51294bd988919b4f9a5ce2ad8892f90c85149af
gaiad version --long | grep commit
mkdir -p $HOME/.gaia/cosmovisor/upgrades/v10/bin
cp $HOME/go/bin/gaiad $HOME/.gaia/cosmovisor/upgrades/v10/bin
# should be v10.0.1
$HOME/.gaia/cosmovisor/upgrades/v10/bin/gaiad version