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 year ago. A
countdown clock is here.
The governance proposal is here.
cd neutron
git pull
git checkout v3.0.2
make install
# should be 3.0.2
neutrond version
# Should be commit d652580f204231a5d6d76c83a084d7110d981416
neutrond version --long | grep commit
mkdir -p $HOME/.neutrond/cosmovisor/upgrades/v3.0.1/bin
cp $HOME/go/bin/neutrond $HOME/.neutrond/cosmovisor/upgrades/v3.0.1/bin
# should be 3.0.2
$HOME/.neutrond/cosmovisor/upgrades/v3.0.1/bin/neutrond version