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
14099412
. 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 v8.0.0
make install
# should be v8.0.0
gaiad version
# Should be commit f9507c7e79f258aaa9a2265ca7d94e53988ffe16
gaiad version --long | grep commit
v8-Rho
contains
capitalized letters, please check your
cosmovisor version to ensure that it complies with the version stardard.
mkdir -p $HOME/.gaia/cosmovisor/upgrades/v8-Rho/bin
cp $HOME/go/bin/gaiad $HOME/.gaia/cosmovisor/upgrades/v8-Rho/bin
# should be v8.0.0
$HOME/.gaia/cosmovisor/upgrades/v8-Rho/bin/gaiad version