Module pre_execution
Available on crate feature
evm
only.Expand description
Handles related to the main function of the EVM.
They handle initial setup of the EVM, call loop and the final return of the EVM
Functions§
- apply_
eip7702_ auth_ list - Apply EIP-7702 auth list and return number gas refund on already created accounts.
- load_
accounts - Loads and warms accounts for execution, including precompiles and access list.
- validate_
account_ nonce_ and_ code - Validates caller account nonce and code according to EIP-3607.
- validate_
against_ state_ and_ deduct_ caller - Validates caller state and deducts transaction costs from the caller’s balance.