Hello all,
A new version of bor v1.3.4 has been released for Polygon PoS Mainnet.
This release of bor contains the updated implementation of PIP-35 which enforces the min gas values to 25 gwei. These values are applicable to all networks (i.e. mainnet and amoy). Irrespective of the values set by the cli flags, they will be enforced to 25 gwei. This version also contains changes from upstream (v1.13.6
) geth as compared to v1.13.5 that was present in Bor v1.3.3
.
Steps for upgrading Bor node
-
Stop bor service
sudo service bor stop
-
Install Bor with a version tag, network name, 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.4 <network> <node_type>
-
Check bor version
/usr/bin/bor version Version: 1.3.4 GitCommit: 29840e2016c2f3c2091db69b0441d1bd443d03ad
-
Restart bor service
sudo service bor start
Bor Changelog
What’s Changed
- core, eth, internal, miner, params: enforce 30gwei for gas related configs in bor by @marcello33 in https://github.com/maticnetwork/bor/pull/1264
- cmd/utils: use defined filter api instance instead of a new one by @manav2401 in https://github.com/maticnetwork/bor/pull/1270
- PIP-35 for amoy: enforce gas related configs by @manav2401 in https://github.com/maticnetwork/bor/pull/1285
- miner: log last tx hash before commit interrupt by @manav2401 in https://github.com/maticnetwork/bor/pull/1289
- PIP-35: enforce gas related configs for mainnet by @manav2401 in https://github.com/maticnetwork/bor/pull/1290
Upstream Geth Merge
- Merge v1.13.6 from geth by @cffls in https://github.com/maticnetwork/bor/pull/1205
- Merge upstream_merge branch to develop by @pratikspatil024 in https://github.com/maticnetwork/bor/pull/1254
- p2p: cherry-pick commits from geth for peering issues by @pratikspatil024 in https://github.com/maticnetwork/bor/pull/1267
Misc
- Update bootnodes by @anshalshukla in https://github.com/maticnetwork/bor/pull/1255
- Back merge master to develop after v1.3.3 release by @pratikspatil024 in https://github.com/maticnetwork/bor/pull/1266
- internal/cli: check for delete permissions before starting to prune by @manav2401 in https://github.com/maticnetwork/bor/pull/1269
- eth, consensus: refactor whitelisting related logs and improve error handling by @manav2401 in https://github.com/maticnetwork/bor/pull/1268
Full Changelog: https://github.com/maticnetwork/bor/compare/v1.3.3...v1.3.4
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