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

Shared read interface #425

Closed Scooletz closed 2 weeks ago

Scooletz commented 2 weeks ago

This PR introduces a shared interface for reading, both for read-only version and the world state. This is to help Nethermind to more easily cooperate with Paprika abstraction.

github-actions[bot] commented 2 weeks ago

Code Coverage

Package Line Rate Branch Rate Health
Paprika 85% 80%
Summary 85% (4749 / 5587) 80% (1583 / 1972)

Minimum allowed line rate is 75%