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
10133000
. It is estimated to take place
4 weeks ago. A
countdown clock is here.
The governance proposal is here.
cd router
git pull
git checkout v2.2.3
make install
# should be 2.2.3
routerd version
# Should be commit e73747f212de5b59a6ce68ac3a539117ebb5b1eb
routerd version --long | grep commit
mkdir -p $HOME/.routerd/cosmovisor/upgrades/2.2.2-to-2.2.3/bin
cp $HOME/go/bin/routerd $HOME/.routerd/cosmovisor/upgrades/2.2.2-to-2.2.3/bin
# should be 2.2.3
$HOME/.routerd/cosmovisor/upgrades/2.2.2-to-2.2.3/bin/routerd version