Bor version v2.5.8 has been released, introducing a key feature to improve transaction processing.
This update enables nodes to automatically rebroadcast transactions that are stuck in the txpool. This functionality helps ensure that transactions are eventually processed and included in a block by re-announcing them to the network.
Additionally, the release includes a crucial hotfix for this new feature. It prevents a potential memory leak by correctly removing already mined transactions from the rebroadcast list. This fix is essential for the long-term stability of the node and prevents it from running out of memory (OOM).
This version introduces a feature that enables nodes to rebroadcast stuck transactions in their txpool. ## What's Changed * V2.5.8 candidate by @cffls in https://github.com/0xPolygon/bor/pull/2016 * Remove mined transactions from rebroadcast map by @cffls in https://github.com/0xPolygon/bor/pull/2020 * v2.5.8 by @cffls in https://github.com/0xPolygon/bor/pull/2022 **Full Changelog**: https://github.com/0xPolygon/bor/compare/v2.5.7...v2.5.8