primitives: rm alloy Withdrawal reexport (#12296)

This commit is contained in:
Thomas Coratger
2024-11-04 09:21:17 +01:00
committed by GitHub
parent 9814041603
commit 56b76871ed
19 changed files with 36 additions and 37 deletions

View File

@ -275,6 +275,7 @@ pub fn validate_against_parent_4844(
mod tests {
use super::*;
use alloy_consensus::{TxEip4844, EMPTY_OMMER_ROOT_HASH, EMPTY_ROOT_HASH};
use alloy_eips::eip4895::Withdrawal;
use alloy_primitives::{
hex_literal::hex, Address, BlockHash, BlockNumber, Bytes, Parity, Sealable, U256,
};
@ -283,7 +284,7 @@ mod tests {
use reth_chainspec::ChainSpecBuilder;
use reth_primitives::{
proofs, Account, BlockBody, BlockHashOrNumber, Signature, Transaction, TransactionSigned,
Withdrawal, Withdrawals,
Withdrawals,
};
use reth_storage_api::{
errors::provider::ProviderResult, AccountReader, HeaderProvider, WithdrawalsProvider,