Hello All,
New version of Bor v1.5.3-beta have been released for Polygon Amoy. It’s advisable to upgrade bor to this version, especially if using a arm binary package.
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.3-beta <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # 1.5.3-beta
-
Restart bor service
sudo service bor start
Bor Changelog
What’s Changed
- chore: fix function name by @luozexuan in https://github.com/maticnetwork/bor/pull/1349
- Backport master to develop (v1.5.2) by @pratikspatil024 in https://github.com/maticnetwork/bor/pull/1369
- Limit bytes during response body read by @marcello33 in https://github.com/maticnetwork/bor/pull/1370
- Implement gRPC bidirectional communication between bor and heimdall by @marcello33 in https://github.com/maticnetwork/bor/pull/1373
- build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 by @dependabot in https://github.com/maticnetwork/bor/pull/1371
- gRPC edge cases by @marcello33 in https://github.com/maticnetwork/bor/pull/1374
- core: validate chain before writing block to avoid race condition by @manav2401 in https://github.com/maticnetwork/bor/pull/1319
- Wrong architecture binary ended up in arm64 by @djpolygon in https://github.com/maticnetwork/bor/pull/1380
New Contributors
- @luozexuan made their first contribution in https://github.com/maticnetwork/bor/pull/1349
Full Changelog: https://github.com/maticnetwork/bor/compare/v1.5.2...v1.5.3-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