Aura

Aura v0.7.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 3666129. It is estimated to take place 6 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd aura
git pull
git checkout v0.7.1
make install

Check Version

# should be v0.7.1
aurad version

# Should be commit fdf7ce2bd703d75ce8a6d581d93d8051ebce2e03
aurad version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.aura/cosmovisor/upgrades/v0.7.1/bin
cp $HOME/go/bin/aurad $HOME/.aura/cosmovisor/upgrades/v0.7.1/bin

Check Version Again

# should be v0.7.1
$HOME/.aura/cosmovisor/upgrades/v0.7.1/bin/aurad version