Module revm_utils
Expand description
utilities for working with revm
Traits§
- Override
Block Hashes - Helper trait implemented for databases that support overriding block hashes.
Functions§
- apply_
block_ overrides - Applies the given block overrides to the env and updates overridden block hashes in the db.
- apply_
state_ overrides - Applies the given state overrides (a set of
AccountOverride
) to theCacheDB
. - caller_
gas_ allowance - Calculates the caller gas allowance.