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.