Althea

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

Install New Binary

cd althea
git pull
git checkout v1.5.1
make install

Check Version

# should be v1.5.1
althea version

# Should be commit b8eda96d9d306f1b79602735c7c7c0d3b6d3f5a7
althea version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v1.5.1
$HOME/.althea/cosmovisor/upgrades/tethys/bin/althea version