Stride

Stride v7.0.0 Upgrade

This upgrade adds IBC rate limiting and the implementation of Prop 8.

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 2819182. 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 v7.0.0
make install

Check Version

# should be v7.0.0
strided version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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