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.
cd neutron
git pull
git checkout v3.0.5
make install
# should be 3.0.5
neutrond version
# Should be commit 73f419c3c60a3b811b08788519063560e84d97a8
neutrond version --long | grep commit
mkdir -p $HOME/.neutrond/cosmovisor/upgrades/v3.0.5/bin
cp $HOME/go/bin/neutrond $HOME/.neutrond/cosmovisor/upgrades/v3.0.5/bin
# should be 3.0.5
$HOME/.neutrond/cosmovisor/upgrades/v3.0.5/bin/neutrond version