primitives: rm alloy Signature reexport (#12313)

This commit is contained in:
Thomas Coratger
2024-11-05 05:15:15 +01:00
committed by GitHub
parent d5f0103601
commit 967cbc4e97
24 changed files with 55 additions and 61 deletions

View File

@ -277,13 +277,13 @@ mod tests {
use alloy_consensus::{TxEip4844, EMPTY_OMMER_ROOT_HASH, EMPTY_ROOT_HASH};
use alloy_eips::{eip4895::Withdrawal, BlockHashOrNumber};
use alloy_primitives::{
hex_literal::hex, Address, BlockHash, BlockNumber, Bytes, Parity, Sealable, U256,
hex_literal::hex, Address, BlockHash, BlockNumber, Bytes, Parity, Sealable, Signature, U256,
};
use mockall::mock;
use rand::Rng;
use reth_chainspec::ChainSpecBuilder;
use reth_primitives::{
proofs, Account, BlockBody, Signature, Transaction, TransactionSigned, Withdrawals,
proofs, Account, BlockBody, Transaction, TransactionSigned, Withdrawals,
};
use reth_storage_api::{
errors::provider::ProviderResult, AccountReader, HeaderProvider, WithdrawalsProvider,