mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
primitives: rm alloy_eips::eip2930 reexports (#11188)
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
//! Implementation of the [`jsonrpsee`] generated [`EthApiServer`] trait. Handles RPC requests for
|
||||
//! the `eth_` namespace.
|
||||
use alloy_dyn_abi::TypedData;
|
||||
use alloy_eips::eip2930::AccessListResult;
|
||||
use alloy_json_rpc::RpcObject;
|
||||
use alloy_primitives::{Address, Bytes, B256, B64, U256, U64};
|
||||
use alloy_rpc_types::{
|
||||
@@ -12,7 +13,7 @@ use alloy_rpc_types::{
|
||||
};
|
||||
use alloy_rpc_types_eth::transaction::TransactionRequest;
|
||||
use jsonrpsee::{core::RpcResult, proc_macros::rpc};
|
||||
use reth_primitives::{transaction::AccessListResult, BlockId, BlockNumberOrTag};
|
||||
use reth_primitives::{BlockId, BlockNumberOrTag};
|
||||
use reth_rpc_server_types::{result::internal_rpc_err, ToRpcResult};
|
||||
use tracing::trace;
|
||||
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
use crate::{
|
||||
AsEthApiError, FromEthApiError, FromEvmError, FullEthApiTypes, IntoEthApiError, RpcBlock,
|
||||
};
|
||||
use alloy_eips::eip1559::calc_next_block_base_fee;
|
||||
use alloy_eips::{eip1559::calc_next_block_base_fee, eip2930::AccessListResult};
|
||||
use alloy_primitives::{Bytes, TxKind, B256, U256};
|
||||
use alloy_rpc_types::{
|
||||
simulate::{SimBlock, SimulatePayload, SimulatedBlock},
|
||||
@@ -20,7 +20,6 @@ use reth_primitives::{
|
||||
BlockEnv, CfgEnvWithHandlerCfg, EnvWithHandlerCfg, ExecutionResult, HaltReason,
|
||||
ResultAndState, TransactTo, TxEnv,
|
||||
},
|
||||
transaction::AccessListResult,
|
||||
Header, TransactionSignedEcRecovered,
|
||||
};
|
||||
use reth_provider::{ChainSpecProvider, HeaderProvider, StateProvider};
|
||||
|
||||
Reference in New Issue
Block a user