mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm more alloy_primitives reexports (#11325)
This commit is contained in:
@ -15,6 +15,8 @@ reth-payload-builder.workspace = true
|
||||
reth-node-ethereum.workspace = true
|
||||
reth-ethereum-payload-builder.workspace = true
|
||||
|
||||
alloy-primitives.workspace = true
|
||||
|
||||
tracing.workspace = true
|
||||
futures-util.workspace = true
|
||||
eyre.workspace = true
|
||||
|
||||
@ -1,4 +1,5 @@
|
||||
use crate::job::EmptyBlockPayloadJob;
|
||||
use alloy_primitives::Bytes;
|
||||
use reth::{
|
||||
providers::{BlockReaderIdExt, BlockSource, StateProviderFactory},
|
||||
tasks::TaskSpawner,
|
||||
@ -7,7 +8,7 @@ use reth::{
|
||||
use reth_basic_payload_builder::{BasicPayloadJobGeneratorConfig, PayloadBuilder, PayloadConfig};
|
||||
use reth_node_api::PayloadBuilderAttributes;
|
||||
use reth_payload_builder::{PayloadBuilderError, PayloadJobGenerator};
|
||||
use reth_primitives::{BlockNumberOrTag, Bytes};
|
||||
use reth_primitives::BlockNumberOrTag;
|
||||
use std::sync::Arc;
|
||||
|
||||
/// The generator type that creates new jobs that builds empty blocks.
|
||||
|
||||
Reference in New Issue
Block a user