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
6547400
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd umee
git pull
git checkout v4.4.0
make install
# should be 3.2.0-257-gc0ddc22a
umeed version
# Should be commit c0ddc22a50f8193c2a8be7f20f2716be52a05135
umeed version --long | grep commit
mkdir -p $HOME/.umee/cosmovisor/upgrades/v4.4/bin
cp $HOME/go/bin/umeed $HOME/.umee/cosmovisor/upgrades/v4.4/bin
# should be 3.2.0-257-gc0ddc22a
$HOME/.umee/cosmovisor/upgrades/v4.4/bin/umeed version