Noble

Noble v5.0.0 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 7947000. It is estimated to take place 4 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd noble
git pull
git checkout v5.0.0
make install

Check Version

# should be v5.0.0
nobled version

# Should be commit 3f503860ebab76947d5100eb5560859af2d22838
nobled version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.noble/cosmovisor/upgrades/krypton/bin
cp $HOME/go/bin/nobled $HOME/.noble/cosmovisor/upgrades/krypton/bin

Check Version Again

# should be v5.0.0
$HOME/.noble/cosmovisor/upgrades/krypton/bin/nobled version