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.
cd synternet
git pull
git checkout v0.26.0
make install
# should be v0.26.0
amberd version
# Should be commit 9377496634e1bd4ca823ca2a5fae5eead288dcfe
amberd version --long | grep commit
mkdir -p $HOME/.amber/cosmovisor/upgrades/v0.26/bin
cp $HOME/go/bin/amberd $HOME/.amber/cosmovisor/upgrades/v0.26/bin
# should be v0.26.0
$HOME/.amber/cosmovisor/upgrades/v0.26/bin/amberd version