Stride

Stride v9.0.0 Upgrade

This upgrade add autopilot channel verification, set epoch provisions in mint init genesis and add additional unit tests and safety checks.

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 3396933. It is estimated to take place 1 year ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd stride
git pull
git checkout v9.0.0
make install

Check Version

# should be v9.0.0
strided version

# Should be commit 6df1ba5787d52a34b45daef45a5a65ea8d847d8e
strided version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v9.0.0
$HOME/.stride/cosmovisor/upgrades/v9/bin/strided version