chore: use alloy traits for PoolTransaction (#14228)

This commit is contained in:
Arsenii Kulikov
2025-02-05 06:05:00 +04:00
committed by GitHub
parent 6d5607dc2b
commit a63f92e017
17 changed files with 276 additions and 322 deletions

View File

@ -6,6 +6,7 @@ edition.workspace = true
license.workspace = true
[dependencies]
alloy-consensus.workspace = true
reth-provider = { workspace = true, features = ["test-utils"] }
eyre.workspace = true
tokio.workspace = true

View File

@ -7,6 +7,7 @@
//! cargo run --release -p network-txpool -- node
//! ```
use alloy_consensus::Transaction;
use reth_network::{config::rng_secret_key, EthNetworkPrimitives, NetworkConfig, NetworkManager};
use reth_provider::test_utils::NoopProvider;
use reth_transaction_pool::{