Hi everyone,
We have released Bor v2.7.0-beta3, which includes several improvements including a fix for RPC nodes.
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.7.0-beta3 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.7.0-beta3 -
Restart bor service
sudo service bor start
Full Changelog: https://github.com/0xPolygon/bor/compare/v2.7.0-beta2...v2.7.0-beta3
Thanks,
Polygon Team