mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm alloy Header reexport (#12515)
This commit is contained in:
@ -39,11 +39,12 @@ tracing.workspace = true
|
||||
reth-primitives.workspace = true
|
||||
alloy-primitives.workspace = true
|
||||
revm.workspace = true
|
||||
alloy-consensus.workspace = true
|
||||
|
||||
[features]
|
||||
test-utils = [
|
||||
"alloy-primitives",
|
||||
"reth-chain-state/test-utils",
|
||||
"reth-primitives/test-utils",
|
||||
"revm/test-utils"
|
||||
"alloy-primitives",
|
||||
"reth-chain-state/test-utils",
|
||||
"reth-primitives/test-utils",
|
||||
"revm/test-utils",
|
||||
]
|
||||
|
||||
@ -28,9 +28,10 @@
|
||||
//! use std::pin::Pin;
|
||||
//! use std::sync::Arc;
|
||||
//! use std::task::{Context, Poll};
|
||||
//! use alloy_consensus::Header;
|
||||
//! use alloy_primitives::U256;
|
||||
//! use reth_payload_builder::{EthBuiltPayload, PayloadBuilderError, KeepPayloadJobAlive, EthPayloadBuilderAttributes, PayloadJob, PayloadJobGenerator, PayloadKind};
|
||||
//! use reth_primitives::{Block, Header};
|
||||
//! use reth_primitives::Block;
|
||||
//!
|
||||
//! /// The generator type that creates new jobs that builds empty blocks.
|
||||
//! pub struct EmptyBlockPayloadJobGenerator;
|
||||
|
||||
Reference in New Issue
Block a user