A custom storage engine of Nethermind, benefiting from the alignment of the underlying data structure with the layout of State & Storage trees of Ethereum.
The bug observed when the AbandonedPage includes only two values that are packed. Previously, it was considered almost empty (count == 1) without noticing the package flag. This PR fixes it.
The bug observed when the
AbandonedPage
includes only two values that are packed. Previously, it was considered almost empty (count == 1) without noticing the package flag. This PR fixes it.Kudos to @damian-orzechowski for repro.