Stargaze

Stargaze v16.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 19319579. It is estimated to take place 2 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stargaze
git pull
git checkout v16.0.0
make install

Check Version

# should be 16.0.0
starsd version

# Should be commit 08a5ac1e53ba4935cb45c5390e9f23abf60654c8
starsd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 16.0.0
$HOME/.starsd/cosmovisor/upgrades/v16/bin/starsd version