Hi all, we have released a new version of bor, v2.2.5
.
This is to fix an issue in v2.2.4
where blocks couldn’t be finalized in the first few hours after starting bor.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name (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 -- v2.2.5 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v2.2.5
-
Restart bor service
sudo service bor start