CosmosHub

CosmosHub v10.0.1 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 15816200. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd cosmos
git pull
git checkout v10.0.1
make install

Check Version

# should be v10.0.1
gaiad version

# Should be commit a51294bd988919b4f9a5ce2ad8892f90c85149af
gaiad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.gaia/cosmovisor/upgrades/v10/bin
cp $HOME/go/bin/gaiad $HOME/.gaia/cosmovisor/upgrades/v10/bin

Check Version Again

# should be v10.0.1
$HOME/.gaia/cosmovisor/upgrades/v10/bin/gaiad version