Skip to main content

Crate reth_trie_parallel

Crate reth_trie_parallel 

Source
Expand description

Implementation of exotic state root computation approaches.

Modules§

metricsmetrics
Parallel state root metrics.
proof_task
Implementation of parallel proof computation. Parallel proof computation using worker pools with dedicated database transactions.
proof_task_metricsmetrics
Proof task manager metrics.
root
Implementation of parallel state root computation.
state_root_task
State root task interface types shared between the engine tree and the payload builder. State root task interface types shared between the engine tree and the payload builder.
stats
Parallel trie calculation stats.

Structs§

StorageRootTargets
Target accounts with corresponding prefix sets for storage root calculation.