This release of Bor (v2.3.3) delivers a series of important hotfixes designed to improve the stability and efficiency of block production.
Key Improvements Include:
More Reliable Block Production
A change was made to the miner's interrupt logic to allocate more time for state root computation. This optimization helps reduce the occurrence of empty or late blocks, leading to more consistent block production.
Enhanced Block Timing and Resilience
The timeout for importing blocks that arrive late has been increased to 6 seconds. This makes nodes more tolerant of network delays when processing incoming blocks.
In addition, early block announcements have been disabled to help make the interval between blocks more even and predictable.
## What's Changed * Hot fix for block producer by @cffls in https://github.com/0xPolygon/bor/pull/1809 * V2.3.1 hotfix 2 by @cffls in https://github.com/0xPolygon/bor/pull/1810 * [miner/worker] More strict interrupt to give some buffer for state root computation by @cffls in https://github.com/0xPolygon/bor/pull/1815 * Increase veblop block timeout by @cffls in https://github.com/0xPolygon/bor/pull/1822 **Full Changelog**: https://github.com/0xPolygon/bor/compare/v2.3.1...v2.3.3