Stride

Stride v5.0.0 Upgrade

This upgrade fixes state sync and pruning for validator nodes, removes authz, upgrade to Cosmos SDK v0.46.7 and ibc-go v5.1.0 and Informal Systems audit fixes.

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 2091902. 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 v5.0.0
make install

Check Version

# should be v5.0.0
strided version

# Should be commit 8848c22076bb51319d4d29d03c772240849092c8
strided version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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