Umee

Umee v4.2.0 Upgrade

This upgrade adds IBC rate limiting and migrates to CometBFT.

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 5741480. 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.2.0
make install

Check Version

# should be HEAD-079f7d6a81624eb7486c7474967927ab6c283a56
umeed version

# Should be commit 079f7d6a81624eb7486c7474967927ab6c283a56
umeed version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be HEAD-079f7d6a81624eb7486c7474967927ab6c283a56
$HOME/.umee/cosmovisor/upgrades/v4.2/bin/umeed version