FirmaChain

FirmaChain v0.5.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 20672000. It is estimated to take place 3 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd firmachain
git pull
git checkout v0.5.1
make install

Check Version

# should be 0.5.1
firmachaind version

# Should be commit 936e93ba2127a318acd495fe6e8a8605e94e01d9
firmachaind version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.firmachain/cosmovisor/upgrades/v0.5.1/bin
cp $HOME/go/bin/firmachaind $HOME/.firmachain/cosmovisor/upgrades/v0.5.1/bin

Check Version Again

# should be 0.5.1
$HOME/.firmachain/cosmovisor/upgrades/v0.5.1/bin/firmachaind version