Nym

Nym v0.32.0 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 8010500. It is estimated to take place 10 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd nym
git pull
git checkout v0.32.0
make install

Check Version

# should be 0.32.0
nyxd version

# Should be commit 33002cbd79df21d5cbf6b95c39a0a3991217eb38
nyxd version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.nyxd/cosmovisor/upgrades/v0.32.0/bin
cp $HOME/go/bin/nyxd $HOME/.nyxd/cosmovisor/upgrades/v0.32.0/bin

Check Version Again

# should be 0.32.0
$HOME/.nyxd/cosmovisor/upgrades/v0.32.0/bin/nyxd version