Hi all, we have released a new version of bor (v2.5.0) and erigon (v3.3.0)
These releases contain some bug fixes and the block heights definition for MadhugiriPro HF on amoy and Madhugirion mainnet.
The timeline for such HFs are:
-
Thursday, Nov 20th at 10.00 UTC for
MadhugiriProHF on amoy (block 29287400) -
Tuesday, Dec 9th at 10.00 UTC for
MadhugiriANDMadhugiriProHFs on mainnet (block 80084800)
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop -
Install Bor with a version tag, network name (amoy or 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.5.0 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.5.0 -
Restart bor service
sudo service bor start
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Erigon: https://hub.docker.com/r/0xpolygon/erigon/tags
Thanks,
Polygon Team