FunctionX

FunctionX v8.6.1 Upgrade

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 2 weeks ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd functionx
git pull
git checkout v8.6.1
make install

Check Version

# should be v8.6.1
fxcored version

# Should be commit e9c52ad854cf1c717883d63eb6ee6b69fd538282
fxcored version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.fxcore/cosmovisor/upgrades/v8.6.x/bin
cp $HOME/go/bin/fxcored $HOME/.fxcore/cosmovisor/upgrades/v8.6.x/bin

Check Version Again

# should be v8.6.1
$HOME/.fxcore/cosmovisor/upgrades/v8.6.x/bin/fxcored version