mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
chore: rm beacon consensus deps (#13716)
This commit is contained in:
@ -1,9 +1,11 @@
|
||||
//! Ethereum Node types config.
|
||||
|
||||
pub use crate::payload::EthereumPayloadBuilder;
|
||||
use crate::{EthEngineTypes, EthEvmConfig};
|
||||
use reth_beacon_consensus::EthBeaconConsensus;
|
||||
use reth_chainspec::ChainSpec;
|
||||
use reth_consensus::{ConsensusError, FullConsensus};
|
||||
use reth_ethereum_consensus::EthBeaconConsensus;
|
||||
pub use reth_ethereum_engine_primitives::EthereumEngineValidator;
|
||||
use reth_ethereum_engine_primitives::{
|
||||
EthBuiltPayload, EthPayloadAttributes, EthPayloadBuilderAttributes,
|
||||
};
|
||||
@ -30,9 +32,6 @@ use reth_transaction_pool::{
|
||||
use reth_trie_db::MerklePatriciaTrie;
|
||||
use std::sync::Arc;
|
||||
|
||||
pub use crate::payload::EthereumPayloadBuilder;
|
||||
pub use reth_ethereum_engine_primitives::EthereumEngineValidator;
|
||||
|
||||
/// Type configuration for a regular Ethereum node.
|
||||
#[derive(Debug, Default, Clone, Copy)]
|
||||
#[non_exhaustive]
|
||||
|
||||
Reference in New Issue
Block a user