Noble

Noble v6.0.0 Upgrade

TBD

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 11110000. It is estimated to take place 2 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd noble
git pull
git checkout v6.0.0
make install

Check Version

# should be v6.0.0
nobled version

# Should be commit 4ffb44b6c047aa31bb92e0c6e4d29c063b222653
nobled version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be v6.0.0
$HOME/.noble/cosmovisor/upgrades/xenon/bin/nobled version