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
252000
. It is estimated to take place
3 weeks ago. A
countdown clock is here.
The governance proposal is here.
cd arkeo
git pull
git checkout v1.0.10
make install
# should be v1.0.10
arkeod version
# Should be commit 38c534963af63b960c7f73685d1d6d1f302eb360
arkeod version --long | grep commit
mkdir -p $HOME/.arkeo/cosmovisor/upgrades/claim-fix-v1.0.10/bin
cp $HOME/go/bin/arkeod $HOME/.arkeo/cosmovisor/upgrades/claim-fix-v1.0.10/bin
# should be v1.0.10
$HOME/.arkeo/cosmovisor/upgrades/claim-fix-v1.0.10/bin/arkeod version