Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 728 Bytes

2200_v10_1_0_PATCH.md

File metadata and controls

25 lines (18 loc) · 728 Bytes

v10.1.0 Patch

This is a patch for the Dragonberry Vulnerability.

This is non consensus breaking with respect to v10.0.2. Validators can update without needing a co-ordinated chain upgrade via governance.

If you're using cosmovisor:

cd juno
git fetch --tags && git checkout v10.1.0
make build && make install
# this will return commit b75e783651c860273b40c4c9a0ba438f8c9989d0
junod version --long

# stop visor
sudo systemctl stop cosmovisor

cp $HOME/go/bin/junod $DAEMON_HOME/cosmovisor/upgrades/v10/bin
# this will return v10.1.0
$DAEMON_HOME/cosmovisor/upgrades/v10/bin/junod version

# start visor
sudo systemctl start cosmovisor