Hello All,
New version of Bor v1.5.0-beta have been released for Polygon Amoy. It fixes a few bugs. It’s advisable to upgrade bor to this version at the earliest.
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 -- v1.5.0-beta <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.5.0-beta
-
Restart bor service
sudo service bor start
Bor Changelog
The major change in this release is the commits merged from go-ethereum up to geth 1.14.6.
What’s Changed
- Add test for concurrent revert in MVHashmap by @cffls in #1326
- Log info about mismatched valset by @cffls in #1325
- Upstream merge 1.14.6 by @anshalshukla in #1300
- Backporting master to develop by @cffls in #1341
- Full Changelog: v1.4.1…v1.5.0-beta
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