Files
linea-besu/services
Ratan Rai Sur 78ecf33237 Fix some mark sweep pruner bugs where nodes that should be kept were being swept (Re-merge of #38) (#50)
Adds integration tests to catch bug where the mark storage was being cleared before a mark began. Instead, the mark storage is now cleared upon preparing the mark sweep pruner

Fixes bug where the pending marks where not being checked while pruning was occurring. By removing the flush in sweepBefore, the existing tests catch the bug.

Signed-off-by: Ratan Rai Sur <ratan.r.sur@gmail.com>
2019-09-25 20:57:37 +03:00
..