mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
engine-primitives: make engine-tree independent of beacon-consensus crate (#12560)
This commit is contained in:
@ -1023,8 +1023,9 @@ mod tests {
|
||||
use super::*;
|
||||
use alloy_rpc_types_engine::{ClientCode, ClientVersionV1};
|
||||
use assert_matches::assert_matches;
|
||||
use reth_beacon_consensus::{BeaconConsensusEngineEvent, BeaconEngineMessage};
|
||||
use reth_beacon_consensus::BeaconConsensusEngineEvent;
|
||||
use reth_chainspec::{ChainSpec, MAINNET};
|
||||
use reth_engine_primitives::BeaconEngineMessage;
|
||||
use reth_ethereum_engine_primitives::{EthEngineTypes, EthereumEngineValidator};
|
||||
use reth_payload_builder::test_utils::spawn_test_payload_service;
|
||||
use reth_primitives::SealedBlock;
|
||||
|
||||
@ -2,7 +2,8 @@ use alloy_primitives::{B256, U256};
|
||||
use jsonrpsee_types::error::{
|
||||
INTERNAL_ERROR_CODE, INVALID_PARAMS_CODE, INVALID_PARAMS_MSG, SERVER_ERROR_MSG,
|
||||
};
|
||||
use reth_beacon_consensus::{BeaconForkChoiceUpdateError, BeaconOnNewPayloadError};
|
||||
use reth_beacon_consensus::BeaconForkChoiceUpdateError;
|
||||
use reth_engine_primitives::BeaconOnNewPayloadError;
|
||||
use reth_payload_primitives::{EngineObjectValidationError, PayloadBuilderError};
|
||||
use thiserror::Error;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user