Hi everyone,
We have released Bor v2.8.1, it is a maintenance release containing some bug fixes.
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 network & node_type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.8.1 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.8.1 -
Restart bor service
sudo service bor start
Full Changelog: https://github.com/0xPolygon/bor/releases/tag/v2.8.1
Thanks,
Polygon Team