chore: move prune event type (#12732)

This commit is contained in:
Matthias Seitz
2024-11-21 11:41:34 +01:00
committed by GitHub
parent b9169399f3
commit c2e6938606
7 changed files with 27 additions and 17 deletions

View File

@ -16,7 +16,7 @@ reth-storage-api.workspace = true
reth-beacon-consensus.workspace = true
reth-network-api.workspace = true
reth-stages.workspace = true
reth-prune.workspace = true
reth-prune-types.workspace = true
reth-static-file-types.workspace = true
reth-primitives-traits.workspace = true
reth-engine-primitives.workspace = true

View File

@ -9,7 +9,7 @@ use reth_beacon_consensus::{BeaconConsensusEngineEvent, ConsensusEngineLiveSyncP
use reth_engine_primitives::ForkchoiceStatus;
use reth_network_api::{NetworkEvent, PeersInfo};
use reth_primitives_traits::{format_gas, format_gas_throughput};
use reth_prune::PrunerEvent;
use reth_prune_types::PrunerEvent;
use reth_stages::{EntitiesCheckpoint, ExecOutput, PipelineEvent, StageCheckpoint, StageId};
use reth_static_file_types::StaticFileProducerEvent;
use std::{