LFG!
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
11925000
. It is estimated to take place
21 hours from now. A
countdown clock is here.
The governance proposal is here.
cd router
git pull
git checkout v2.2.5
make install
# should be 2.2.5
routerd version
# Should be commit 0717d9ea1d0f153e9d075142e4bf5952da33137d
routerd version --long | grep commit
mkdir -p $HOME/.routerd/cosmovisor/upgrades/2.2.4-to-2.2.5/bin
cp $HOME/go/bin/routerd $HOME/.routerd/cosmovisor/upgrades/2.2.4-to-2.2.5/bin
# should be 2.2.5
$HOME/.routerd/cosmovisor/upgrades/2.2.4-to-2.2.5/bin/routerd version