Router Protocol

Router Protocol v2.2.6 Upgrade

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 12591458. It is estimated to take place 1 month ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd router
git pull
git checkout v2.2.6
make install

Check Version

# should be 2.2.6
routerd version

# Should be commit a0186730fa1ef0215e4a5f9f8cc2c603f944c016
routerd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.routerd/cosmovisor/upgrades/2.2.5-to-2.2.6/bin
cp $HOME/go/bin/routerd $HOME/.routerd/cosmovisor/upgrades/2.2.5-to-2.2.6/bin

Check Version Again

# should be 2.2.6
$HOME/.routerd/cosmovisor/upgrades/2.2.5-to-2.2.6/bin/routerd version