Skip to main content

apply_ethereum_post_execution_changes

Function apply_ethereum_post_execution_changes 

Source
pub(crate) fn apply_ethereum_post_execution_changes<E>(
    evm: &mut E,
    transitions: EthereumBlockTransitions,
    receipts: &[FoundryReceiptEnvelope],
) -> Result<Requests, BlockExecutionError>
where E: Evm<DB: DatabaseCommit>,
Expand description

Collects deposits before draining the withdrawal and consolidation request queues.