Skip to main content

Module state_root_task

Module state_root_task 

Source
Expand description

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.

Structs§

StateHookSender
A wrapper for the sender that signals completion when dropped.
StateRootComputeOutcome
Outcome of the state root computation, including the state root itself with the trie updates.
StateRootHandle
Handle to a background sparse trie state root computation.

Enums§

Source
Source of state changes, either from EVM execution or from a Block Access List.
StateRootMessage
Messages used internally by the multi proof task.

Functions§

evm_state_to_hashed_post_state
Converts [EvmState] to HashedPostState by keccak256-hashing addresses and storage slots.