Stargaze

Stargaze v9.0.0 Upgrade

This upgrade includes version updates to CosmWasm, ibc-go and the sdk.

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 7458568. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stargaze
git pull
git checkout v9.0.0
make install

Check Version

# should be 9.0.0
starsd version

# Should be commit 6f0490e658692e896492ea605a08e73bec575b6e
starsd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 9.0.0
$HOME/.starsd/cosmovisor/upgrades/v9/bin/starsd version