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 (#11222)
This commit is contained in:
@ -1,8 +1,7 @@
|
||||
use alloy_primitives::B256;
|
||||
use alloy_primitives::{BlockNumber, B256};
|
||||
use reth_optimism_primitives::bedrock::{BEDROCK_HEADER, BEDROCK_HEADER_HASH, BEDROCK_HEADER_TTD};
|
||||
use reth_primitives::{
|
||||
BlockBody, BlockNumber, Header, SealedBlock, SealedBlockWithSenders, SealedHeader,
|
||||
StaticFileSegment, U256,
|
||||
BlockBody, Header, SealedBlock, SealedBlockWithSenders, SealedHeader, StaticFileSegment, U256,
|
||||
};
|
||||
use reth_provider::{
|
||||
providers::StaticFileProvider, BlockWriter, StageCheckpointWriter, StaticFileWriter,
|
||||
|
||||
@ -1,10 +1,10 @@
|
||||
//! Codec for reading raw receipts from a file.
|
||||
|
||||
use alloy_primitives::B256;
|
||||
use alloy_primitives::{Address, Bloom, B256};
|
||||
use alloy_rlp::{Decodable, RlpDecodable};
|
||||
use reth_primitives::{
|
||||
bytes::{Buf, BytesMut},
|
||||
Address, Bloom, Bytes, Log, Receipt, TxType,
|
||||
Bytes, Log, Receipt, TxType,
|
||||
};
|
||||
use tokio_util::codec::Decoder;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user