mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat: bump revm (#18999)
This commit is contained in:
@@ -18,7 +18,7 @@ use reth_ethereum::{
|
||||
evm::{
|
||||
primitives::{Database, EvmEnv},
|
||||
revm::{
|
||||
context::{Context, TxEnv},
|
||||
context::{BlockEnv, Context, TxEnv},
|
||||
context_interface::result::{EVMError, HaltReason},
|
||||
inspector::{Inspector, NoOpInspector},
|
||||
interpreter::interpreter::EthInterpreter,
|
||||
@@ -54,6 +54,7 @@ impl EvmFactory for MyEvmFactory {
|
||||
type HaltReason = HaltReason;
|
||||
type Context<DB: Database> = EthEvmContext<DB>;
|
||||
type Spec = SpecId;
|
||||
type BlockEnv = BlockEnv;
|
||||
type Precompiles = PrecompilesMap;
|
||||
|
||||
fn create_evm<DB: Database>(&self, db: DB, input: EvmEnv) -> Self::Evm<DB, NoOpInspector> {
|
||||
|
||||
Reference in New Issue
Block a user