Hello All,
New version of Bor v1.3.7 have been released for both Polygon Mainnet and Polygon Amoy. It is a maintenance release and fixes few bugs compared with the last stable release (v1.3.6). 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 (mainnet/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.3.7 <network> <node_type>
-
Check bor version
/usr/bin/bor version # It should print # v1.3.7
-
Restart bor service
sudo service bor start
Bor Changelog
What’s Changed
- fix: eth/protocol: bunduled transactions are not broadcasted to the peers by @pratikspatil024 in #1296
Upstream Geth Merge
- p2p/discover: unwrap 4-in-6 UDP source addresses (#29944) by @denniyooi3 in #1292
- p2p/discover: add missing lock when calling tab.handleAddNode (#29960) by @pratikspatil024 in #1295
Misc
- chore: fix some function names by @dufucun in #1257
- README: Update discord link by @0xsajal in #1288
- v1.3.4 Backport master to develop by @pratikspatil024 in #1294
- v1.3.7 by @pratikspatil024 in #1305
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