Expand description
Execution context management for EDB, including environment setup and configuration Context-related types and traits This module provides types and traits for working with the EVM context.
Structs§
- EdbDB
- A wrapper database that provides a cloneable error type This allows the database to be used in contexts requiring Clone
- EdbDB
Error - A cloneable error type for EdbDB
Functions§
- disable_
nonce_ check - Disable nonce check in the given context
- relax_
evm_ constraints - Relax the constraints for EVM execution in the given context and transaction
- relax_
evm_ context_ constraints - Relax the constraints for EVM execution in the given context
- relax_
evm_ tx_ constraints - Relax the constraints for EVM execution in the given transaction
Type Aliases§
- Derived
Context - Type alias for the derived context with Arc-wrapped CacheDB. This context is used for those derived EVM instances at each snapshot.
- EdbContext
- Type alias for the EDB context in terms of revm’s Context