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
5814566
. It is estimated to take place
1 day from now. A
countdown clock is here.
The governance proposal is here.
cd synternet
git pull
git checkout v0.25.0
make install
# should be v0.25.0
amberd version
# Should be commit 431d16668b7aa1721afa35fb1b04e29247187d3e
amberd version --long | grep commit
mkdir -p $HOME/.amber/cosmovisor/upgrades/v0.25/bin
cp $HOME/go/bin/amberd $HOME/.amber/cosmovisor/upgrades/v0.25/bin
# should be v0.25.0
$HOME/.amber/cosmovisor/upgrades/v0.25/bin/amberd version