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
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd stargaze
git pull
git checkout v10.0.1
make install
# should be 10.0.1
starsd version
# Should be commit 8ca01207d10ce0aff5b2b984635e6495d5c42198
starsd version --long | grep commit
mkdir -p $HOME/.starsd/cosmovisor/upgrades/v10/bin
cp $HOME/go/bin/starsd $HOME/.starsd/cosmovisor/upgrades/v10/bin
# should be 10.0.1
$HOME/.starsd/cosmovisor/upgrades/v10/bin/starsd version