reth
reth copied to clipboard
Modular, contributor-friendly and blazing-fast implementation of the Ethereum protocol, in Rust
closes https://github.com/paradigmxyz/reth/issues/12731
Closes #12509
Fixes: #12513 Blocked by #13029
This enables parallel root calculation, only if the blocks being saved are ancestors of the block being executed. This first updates the persistence state to keep track of the current...
ref: #12222
Introduces a currently unused cached state provider, which uses `moka` caches, so the caches can be shared among multiple `CachedStateProvider`s ref #12052
for: #12023 WIP I'm not sure if this is the path the supposed design approach the implementation is supposed to take