mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
primitives: rm more alloy_primitives reexports (#11325)
This commit is contained in:
@ -1,15 +1,12 @@
|
||||
//! Some payload tests
|
||||
|
||||
use alloy_primitives::{Bytes, U256};
|
||||
use alloy_primitives::{Bytes, Sealable, U256};
|
||||
use alloy_rlp::{Decodable, Error as RlpError};
|
||||
use alloy_rpc_types_engine::{
|
||||
ExecutionPayload, ExecutionPayloadBodyV1, ExecutionPayloadV1, PayloadError,
|
||||
};
|
||||
use assert_matches::assert_matches;
|
||||
use reth_primitives::{
|
||||
alloy_primitives::Sealable, proofs, Block, SealedBlock, SealedHeader, TransactionSigned,
|
||||
Withdrawals,
|
||||
};
|
||||
use reth_primitives::{proofs, Block, SealedBlock, SealedHeader, TransactionSigned, Withdrawals};
|
||||
use reth_rpc_types_compat::engine::payload::{
|
||||
block_to_payload, block_to_payload_v1, convert_to_payload_body_v1, try_into_sealed_block,
|
||||
try_payload_v1_to_block,
|
||||
|
||||
Reference in New Issue
Block a user