Crate reth_trie_parallel

Source
Expand description

Implementation of exotic state root computation approaches.

Modules§

metricsmetrics
Parallel state root metrics.
proof
Implementation of parallel proof computation.
proof_task
A Task that manages sending proof requests to a number of tasks that have longer-running database transactions.
root
Implementation of parallel state root computation.
stats
Parallel trie calculation stats.

Structs§

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