chore: reduce revm scope in txpool (#13274)

This commit is contained in:
Matthias Seitz
2024-12-11 08:35:11 +01:00
committed by GitHub
parent 9be5a78146
commit b424ad36dc
8 changed files with 22 additions and 22 deletions

5
Cargo.lock generated
View File

@ -8118,6 +8118,7 @@ dependencies = [
name = "reth-node-builder"
version = "1.1.3"
dependencies = [
"alloy-eips",
"alloy-primitives",
"alloy-rpc-types",
"aquamarine",
@ -8170,7 +8171,6 @@ dependencies = [
"reth-tokio-util",
"reth-tracing",
"reth-transaction-pool",
"revm-primitives",
"secp256k1",
"tempfile",
"tokio",
@ -9497,7 +9497,8 @@ dependencies = [
"reth-storage-api",
"reth-tasks",
"reth-tracing",
"revm",
"revm-interpreter",
"revm-primitives",
"rustc-hash 2.1.0",
"schnellru",
"serde",