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.
cd stride
git pull
git checkout v7.0.0
make install
# should be v7.0.0
strided version
# Should be commit ef4808d4095c3da3c4f35e1b37495b5813624d14
strided version --long | grep commit
mkdir -p $HOME/.stride/cosmovisor/upgrades/v7/bin
cp $HOME/go/bin/strided $HOME/.stride/cosmovisor/upgrades/v7/bin
# should be v7.0.0
$HOME/.stride/cosmovisor/upgrades/v7/bin/strided version