Hi all, we have released a new beta version of bor (v2.5.2-beta2).
This is a maintenance release on top of v2.5.2-beta with some improvements and bugs fixes.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop -
Install Bor with a version tag, network name (amoy), 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.2-beta2 <network> <node_type> -
Check bor version
/usr/bin/bor version # It should print # v2.5.2-beta2 -
Restart bor service
sudo service bor start
What’s Changed
-
Removing master branch trigger by @djpolygon in #1896
-
chore: fix goreleaser-cross by @marcello33 in #1897
Full Changelog: v2.5.2-beta…v2.5.2-beta2
Erigon
The corresponding 0xPolygon/erigon version is v3.3.1-beta2 , containing also a fix for sync process and some fixes for the RPC layer.
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