Umee

Umee v4.1.0 Upgrade

This release contains some bugfixes and reliability improvements in the leverage module to allow safe operations during oracle price outage scenarios.

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

Install New Binary

cd umee
git pull
git checkout v4.1.0
make install

Check Version

# should be HEAD-7179ad913ddf70020f13fc9df1f78f6698365bf6
umeed version

# Should be commit 7179ad913ddf70020f13fc9df1f78f6698365bf6
umeed version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.umee/cosmovisor/upgrades/v4.1.0/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v4.1.0/bin

Check Version Again

# should be HEAD-7179ad913ddf70020f13fc9df1f78f6698365bf6
$HOME/.umee/cosmovisor/upgrades/v4.1.0/bin/umeed version