Hello All,
New version of Bor v1.5.5 have been released for Polygon Amoy and Mainnet. This contains a high security fix released by the Geth team, so it is advisable to upgrade bor to this version as soon as possible
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (amoy, mainnet), and node type (sentry, validator, or archive).
# Replace the node type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v1.5.5 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # 1.5.5
-
Restart bor service
sudo service bor start
Full Changelog: v1.5.4…v1.5.5
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall/tags
Thanks,
Polygon Team