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
12992204
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd akash
git pull
git checkout v0.26.1
make install
# should be v0.26.1
akash version
# Should be commit 7fe0bae7b13d67be8ec16a83d90a5fdfa2043b99
akash version --long | grep commit
mkdir -p $HOME/.akash/cosmovisor/upgrades/v0.26.0/bin
cp $HOME/go/bin/akash $HOME/.akash/cosmovisor/upgrades/v0.26.0/bin
# should be v0.26.1
$HOME/.akash/cosmovisor/upgrades/v0.26.0/bin/akash version