NethermindEth / Paprika

A custom storage engine of Nethermind, benefiting from the alignment of the underlying data structure with the layout of State & Storage trees of Ethereum.
GNU Lesser General Public License v3.0
91 stars 14 forks source link

StorageFanout pull up #432

Closed Scooletz closed 1 week ago

Scooletz commented 1 week ago

This PR makes the StorageFanOut.Bucket keep the root of the storage tree and not flush it down. Should save some space and keep the root one level up.

github-actions[bot] commented 1 week ago

Code Coverage

Package Line Rate Branch Rate Health
Paprika 83% 81%
Summary 83% (4785 / 5741) 81% (1637 / 2028)

Minimum allowed line rate is 75%