Hi all, we have released a new version of bor, v2.2.2-beta
These releases include a fix for a critical issue related to heimdall-v2 migration.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (amoy), and node type (sentry, validator or archive).
# Replace the node type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.2.2-beta <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v2.2.2-beta
-
Restart bor service
sudo service bor start
Docker Images
You can find the latest docker images here: