Stargaze

Stargaze event_horizon 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 34110123. It is estimated to take place 22 hours from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stargaze
git pull
git checkout event_horizon
make install

Check Version

# should be event_horizon
starsd version

# Should be commit event_horizon
starsd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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