Sentinel dVPN

Sentinel dVPN v0.11.1 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 12310005. It is estimated to take place 9 months ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd sentinel
git pull
git checkout v0.11.1
make install

Check Version

# should be 0.11.1
sentinelhub version

# Should be commit b48aef9ec17c29db0ba95932d31db670f93627c9
sentinelhub version --long | grep commit

Make Cosmovisor Directory and Copy Binary

mkdir -p $HOME/.sentinelhub/cosmovisor/upgrades/v11/bin
cp $HOME/go/bin/sentinelhub $HOME/.sentinelhub/cosmovisor/upgrades/v11/bin

Check Version Again

# should be 0.11.1
$HOME/.sentinelhub/cosmovisor/upgrades/v11/bin/sentinelhub version