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
9634000
. It is estimated to take place
2 months ago. A
countdown clock is here.
The governance proposal is here.
cd router
git pull
git checkout 2.2.2
make install
# should be 2.2.2
routerd version
# Should be commit 53f074c145c795d85e9b59c94c7adbdb3cc19354
routerd version --long | grep commit
mkdir -p $HOME/.routerd/cosmovisor/upgrades/2.2.1-to-2.2.2/bin
cp $HOME/go/bin/routerd $HOME/.routerd/cosmovisor/upgrades/2.2.1-to-2.2.2/bin
# should be 2.2.2
$HOME/.routerd/cosmovisor/upgrades/2.2.1-to-2.2.2/bin/routerd version