Sentinel dVPN

Sentinel dVPN v12.0.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 23997755. It is estimated to take place 3 days ago. A countdown clock is here. The governance proposal is here.

Install New Binary

cd sentinel
git pull
git checkout v12.0.0
make install

Check Version

# should be 12.0.0
sentinelhub version

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

Make Cosmovisor Directory and Copy Binary

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

Check Version Again

# should be 12.0.0
$HOME/.sentinelhub/cosmovisor/upgrades/v12_0_0/bin/sentinelhub version