Crescent

Crescent v3.0.0 Upgrade

This upgrade adds marketmaker module, market making order type, and liquid farming module.

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

Install New Binary

cd crescent
git pull
git checkout v3.0.0
make install

Check Version

# should be 3.0.0
crescentd version

# Should be commit b531cf44fbfee22ccec1ca8a4d6679ca67d16f77
crescentd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.crescent/cosmovisor/upgrades/v3/bin
cp $HOME/go/bin/crescentd $HOME/.crescent/cosmovisor/upgrades/v3/bin

Check Version Again

# should be 3.0.0
$HOME/.crescent/cosmovisor/upgrades/v3/bin/crescentd version