Hello All,
We have released bor v1.3.6.
This release contains an important security fix on top of v1.3.4. It is recommended for everyone to upgrade their nodes to v1.3.6
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.3.6 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.3.6
-
Restart bor service
sudo service bor start
Bor Changelog
What’s Changed
- v1.3.6 by @pratikspatil024 in #1302
Full Changelog: v1.3.4…v1.3.6
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