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
9912345
. It is estimated to take place
1 year ago. A
countdown clock is here.
The governance proposal is here.
cd nym
git pull
git checkout v0.43.0
make install
# should be v0.43.0
nyxd version
# Should be commit d366b2be1e3093f06f328687b917ed3027b72580
nyxd version --long | grep commit
mkdir -p $HOME/.nyxd/cosmovisor/upgrades/v0.43.0/bin
cp $HOME/go/bin/nyxd $HOME/.nyxd/cosmovisor/upgrades/v0.43.0/bin
# should be v0.43.0
$HOME/.nyxd/cosmovisor/upgrades/v0.43.0/bin/nyxd version