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
19908000. It is estimated to take place
8 months ago. A
countdown clock is here.
The governance proposal is here.
cd functionx
git pull
git checkout v8.6.1
make install
# should be v8.6.1
fxcored version
# Should be commit e9c52ad854cf1c717883d63eb6ee6b69fd538282
fxcored version --long | grep commit
mkdir -p $HOME/.fxcore/cosmovisor/upgrades/v8.6.x/bin
cp $HOME/go/bin/fxcored $HOME/.fxcore/cosmovisor/upgrades/v8.6.x/bin
# should be v8.6.1
$HOME/.fxcore/cosmovisor/upgrades/v8.6.x/bin/fxcored version