Shido

Shido v3.2.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 23500000. It is estimated to take place 5 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd shido
git pull
git checkout v3.2.0
make install

Check Version

# should be 3.2.0
shidod version

# Should be commit 66d91ae813514f03c65ece095a87aa00fd5cb90c
shidod version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.shidod/cosmovisor/upgrades/v3.2.0/bin
cp $HOME/go/bin/shidod $HOME/.shidod/cosmovisor/upgrades/v3.2.0/bin

Check Version Again

# should be 3.2.0
$HOME/.shidod/cosmovisor/upgrades/v3.2.0/bin/shidod version