Neutron

Neutron v3.0.5 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 10525000. It is estimated to take place 6 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd neutron
git pull
git checkout v3.0.5
make install

Check Version

# should be 3.0.5
neutrond version

# Should be commit 73f419c3c60a3b811b08788519063560e84d97a8
neutrond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.neutrond/cosmovisor/upgrades/v3.0.5/bin
cp $HOME/go/bin/neutrond $HOME/.neutrond/cosmovisor/upgrades/v3.0.5/bin

Check Version Again

# should be 3.0.5
$HOME/.neutrond/cosmovisor/upgrades/v3.0.5/bin/neutrond version