feat: add reth-evm crate (#7397)

This commit is contained in:
Matthias Seitz
2024-04-01 18:31:02 +02:00
committed by GitHub
parent d6933bad99
commit 2de0bc4976
14 changed files with 53 additions and 22 deletions

View File

@ -8,8 +8,8 @@ use crate::{
TransactionVariant, TransactionsProvider, WithdrawalsProvider,
};
use reth_db::{database::Database, init_db, models::StoredBlockBodyIndices, DatabaseEnv};
use reth_evm::ConfigureEvmEnv;
use reth_interfaces::{provider::ProviderResult, RethError, RethResult};
use reth_node_api::ConfigureEvmEnv;
use reth_primitives::{
stage::{StageCheckpoint, StageId},
Address, Block, BlockHash, BlockHashOrNumber, BlockNumber, BlockWithSenders, ChainInfo,