This upgrade adds the following features: dependency bumps, max claimable tokens query, interchain query proto cleanup, and undelegation logging.
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
1365631
. 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 v4.0.2
make install
# should be v4.0.2
strided version
# Should be commit a10b3c7f3d4912415a79fba683070e2b627c2c5a
strided version --long | grep commit
mkdir -p $HOME/.stride/cosmovisor/upgrades/v4/bin
cp $HOME/go/bin/strided $HOME/.stride/cosmovisor/upgrades/v4/bin
# should be v4.0.2
$HOME/.stride/cosmovisor/upgrades/v4/bin/strided version