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
19350000
. It is estimated to take place
1 week from now. A
countdown clock is here.
The governance proposal is here.
cd firmachain
git pull
git checkout v0.5.0
make install
# should be 0.5.0
firmachaind version
# Should be commit a2dcf297249133ed8b1a87ea132fcbbed0db1b23
firmachaind version --long | grep commit
mkdir -p $HOME/.firmachain/cosmovisor/upgrades/v0.5.0/bin
cp $HOME/go/bin/firmachaind $HOME/.firmachain/cosmovisor/upgrades/v0.5.0/bin
# should be 0.5.0
$HOME/.firmachain/cosmovisor/upgrades/v0.5.0/bin/firmachaind version