Stargaze

Stargaze v10.0.1 Upgrade

This upgrade adds Cron Module and Global Fee Module.

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 8576398. It is estimated to take place 11 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stargaze
git pull
git checkout v10.0.1
make install

Check Version

# should be 10.0.1
starsd version

# Should be commit 8ca01207d10ce0aff5b2b984635e6495d5c42198
starsd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 10.0.1
$HOME/.starsd/cosmovisor/upgrades/v10/bin/starsd version