github 0xPolygon/bor v2.0.4

latest releases: v2.3.0-beta2, v2.3.0-beta, v2.2.10...
2 months ago

This release contains upstream merge from geth, few bug fixes, and improvements.

It contains upstream merge from geth including releases Gei Hinnom (v1.14.12) and Schwarzschild (v1.14.13).

Additionally, it enables a long time due feature, the snap syncing mechanism. Snap sync instead of re-executing all blocks (like in full sync) downloads the recent most state and chain data from it's peer(s) (trusting them to deliver correct data) making the syncing time from scratch significantly less. Initial benchmarks on a n2d-standard-8 (8 vCPUs, 32 GB Memory) with an SSD disk shows ~30 hours of sync time on Polygon mainnet at the time of this release. More details about snap sync can be found here. Note that the node should be started with PBSS + PebbleDB in order to be able to use snap sync. To get started, set the syncmode flag to snap.

This release also makes consensus verification in bor stateless to enable full stateless block verification in future and also support snap sync

What's Changed

New Contributors

Full Changelog: v2.0.3...v2.0.4

Don't miss a new bor release

NewReleases is sending notifications on new releases.