Router Protocol

Router Protocol 2.2.7 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 15299999. It is estimated to take place 1 day from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd router
git pull
git checkout 2.2.7
make install

Check Version

# should be 2.2.7
routerd version

# Should be commit 001fd184dd9cc84d3b07522b17c6410a1aa46bd3
routerd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

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