Skip to main content

apply_ethereum_pre_execution_changes

Function apply_ethereum_pre_execution_changes 

Source
pub(crate) fn apply_ethereum_pre_execution_changes<E>(
    evm: &mut E,
    parent_hash: B256,
    transitions: EthereumBlockTransitions,
) -> Result<(), BlockExecutionError>
where E: Evm<DB: DatabaseCommit>,
Expand description

Applies canonical Ethereum block-start transitions in consensus order.