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

@ -297,12 +297,12 @@ mod tests {
use super::*;
use crate::OpChainSpec;
use alloy_consensus::TxEip1559;
use alloy_primitives::{b256, Address, StorageKey, StorageValue};
use alloy_primitives::{b256, Address, Signature, StorageKey, StorageValue};
use op_alloy_consensus::TxDeposit;
use reth_chainspec::MIN_TRANSACTION_GAS;
use reth_evm::execute::{BasicBlockExecutorProvider, BatchExecutor, BlockExecutorProvider};
use reth_optimism_chainspec::OpChainSpecBuilder;
use reth_primitives::{Account, Block, BlockBody, Signature, Transaction, TransactionSigned};
use reth_primitives::{Account, Block, BlockBody, Transaction, TransactionSigned};
use reth_revm::{
database::StateProviderDatabase, test_utils::StateProviderTest, L1_BLOCK_CONTRACT,
};