Althea

Althea v1.6.0 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 8426800. It is estimated to take place 1 week ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd althea
git pull
git checkout v1.6.0
make install

Check Version

# should be v1.6.0
althea version

# Should be commit 7c26a8c62f07bb1754c8d6c89e8ef54912a1df6e
althea version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.althea/cosmovisor/upgrades/cardinal/bin
cp $HOME/go/bin/althea $HOME/.althea/cosmovisor/upgrades/cardinal/bin

Check Version Again

# should be v1.6.0
$HOME/.althea/cosmovisor/upgrades/cardinal/bin/althea version