A custom storage engine of Nethermind, benefiting from the alignment of the underlying data structure with the layout of State & Storage trees of Ethereum.
This PR fixes the bug where the header is not cleaned for the new page (or reused). It potentially can left some data from the previous state. After this fix, the header is always overwritten first so no leftovers from the previous life of a page will survive.
This PR fixes the bug where the header is not cleaned for the new page (or reused). It potentially can left some data from the previous state. After this fix, the header is always overwritten first so no leftovers from the previous life of a page will survive.