primitives: rm alloy Header reexport (#12515)

This commit is contained in:
Thomas Coratger
2024-11-13 17:41:25 +01:00
committed by GitHub
parent e6f3191c62
commit 001f3899fd
134 changed files with 493 additions and 439 deletions

View File

@ -2,6 +2,7 @@
#![cfg_attr(not(test), warn(unused_crate_dependencies))]
use alloy_consensus::Header;
use alloy_genesis::Genesis;
use alloy_primitives::{address, Address, Bytes, U256};
use reth::{
@ -35,7 +36,7 @@ use reth_node_ethereum::{
};
use reth_primitives::{
revm_primitives::{CfgEnvWithHandlerCfg, TxEnv},
Header, TransactionSigned,
TransactionSigned,
};
use reth_tracing::{RethTracer, Tracer};
use std::{convert::Infallible, sync::Arc};