Juno

Juno v28.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 26107000. It is estimated to take place 5 days from now. A countdown clock is here. The governance proposal is here.

Install New Binary

cd juno
git pull
git checkout v28.0.2
make install

Check Version

# should be v28.0.2
junod version

# Should be commit 83500fb4619252f4e7cfd4c187c25b3bfafbebfb
junod version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.juno/cosmovisor/upgrades/v28/bin
cp $HOME/go/bin/junod $HOME/.juno/cosmovisor/upgrades/v28/bin

Check Version Again

# should be v28.0.2
$HOME/.juno/cosmovisor/upgrades/v28/bin/junod version