Synternet

Synternet v0.26.0 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 6141826. It is estimated to take place 21 hours from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd synternet
git pull
git checkout v0.26.0
make install

Check Version

# should be v0.26.0
amberd version

# Should be commit 9377496634e1bd4ca823ca2a5fae5eead288dcfe
amberd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.amber/cosmovisor/upgrades/v0.26/bin
cp $HOME/go/bin/amberd $HOME/.amber/cosmovisor/upgrades/v0.26/bin

Check Version Again

# should be v0.26.0
$HOME/.amber/cosmovisor/upgrades/v0.26/bin/amberd version