Neutron

Neutron v3.0.2 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 9034900. It is estimated to take place 1 month ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd neutron
git pull
git checkout v3.0.2
make install

Check Version

# should be 3.0.2
neutrond version

# Should be commit d652580f204231a5d6d76c83a084d7110d981416
neutrond version --long | grep commit

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 3.0.2
$HOME/.neutrond/cosmovisor/upgrades/v3.0.1/bin/neutrond version