Hello All,
New version of Bor v2.0.1 have been released for Polygon Amoy and Mainnet. It’s advisable to upgrade bor to this version.
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 node type curl -L https://raw.githubusercontent.com/maticnetwork/install/main/bor.sh | bash -s -- v2.0.1 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # 2.0.1
-
Restart bor service
sudo service bor start
Bor Changelog
This is a release that contains the upstream merge v1.14.8 from geth.
What’s Changed
- Port changes from develop to upstream_merge by @cffls in #1405
- miner: add commit interrupt tests for non-validator mode by @manav2401 in #1441
- Upstream merge v1.14.8 by @kamuikatsurgi in #1410
- Fix typos by @crStiv in #1442
- use matic-cli docker scripts by @marcello33 in #1454
New Contributors
Full Changelog: v2.0.0…v2.0.1
Docker Images
You can find the latest docker images here:
Bor: https://hub.docker.com/r/0xpolygon/bor/tags
Heimdall:https://hub.docker.com/r/0xpolygon/heimdall/tags
Thanks,
Polygon Team