Stride

Stride v29.1.1 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 23455432. It is estimated to take place 2 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stride
git pull
git checkout v29.1.1
make install

Check Version

# should be v29.1.1
strided version

# Should be commit ffd1fc287bc1ad40f9686fedacfa98ae60f62f67
strided version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.stride/cosmovisor/upgrades/v29/bin
cp $HOME/go/bin/strided $HOME/.stride/cosmovisor/upgrades/v29/bin

Check Version Again

# should be v29.1.1
$HOME/.stride/cosmovisor/upgrades/v29/bin/strided version