mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
primitives: rm alloy_consensus::transaction reexports (#11191)
This commit is contained in:
@ -24,3 +24,5 @@ revm-primitives.workspace = true
|
||||
reth-storage-api.workspace = true
|
||||
rand.workspace = true
|
||||
mockall = "0.12"
|
||||
|
||||
alloy-consensus.workspace = true
|
||||
|
||||
@ -302,6 +302,7 @@ pub fn validate_against_parent_4844(
|
||||
#[cfg(test)]
|
||||
mod tests {
|
||||
use super::*;
|
||||
use alloy_consensus::TxEip4844;
|
||||
use alloy_primitives::{
|
||||
hex_literal::hex, Address, BlockHash, BlockNumber, Bytes, Parity, Sealable, U256,
|
||||
};
|
||||
@ -310,7 +311,7 @@ mod tests {
|
||||
use reth_chainspec::ChainSpecBuilder;
|
||||
use reth_primitives::{
|
||||
proofs, Account, BlockBody, BlockHashOrNumber, Signature, Transaction, TransactionSigned,
|
||||
TxEip4844, Withdrawal, Withdrawals,
|
||||
Withdrawal, Withdrawals,
|
||||
};
|
||||
use reth_storage_api::{
|
||||
errors::provider::ProviderResult, AccountReader, HeaderProvider, WithdrawalsProvider,
|
||||
|
||||
Reference in New Issue
Block a user