Bor v2.5.1 has been released, containing a key hotfix for node operators.
This update addresses an issue that can occur when converting a full node to run in stateless mode. If the ancient directory is not deleted during this process, a discrepancy can arise between the node's freezer and kvstore. This version resolves the problem by allowing for this discrepancy, ensuring the node continues to operate smoothly in this specific configuration.
## What's Changed * Allow discrepancy between freezer and kvstore in stateless mode by @cffls in https://github.com/0xPolygon/bor/pull/1887 **Full Changelog**: https://github.com/0xPolygon/bor/compare/v2.5.0...v2.5.1