Stargaze

Stargaze v13.0.0 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 12801683. It is estimated to take place 1 month ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stargaze
git pull
git checkout v13.0.0
make install

Check Version

# should be 13.0.0
starsd version

# Should be commit 86894520383e40570e4d344fa8360bf33f37335d
starsd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 13.0.0
$HOME/.starsd/cosmovisor/upgrades/v13/bin/starsd version