feat: expose pool transaction in PayloadTransactions (#14249)

Co-authored-by: Hamdi Allam <hamdi.allam97@gmail.com>
This commit is contained in:
Arsenii Kulikov
2025-02-06 05:16:20 +04:00
committed by GitHub
parent c1a305ca5c
commit 14a51b5292
14 changed files with 212 additions and 202 deletions

3
Cargo.lock generated
View File

@ -8548,7 +8548,7 @@ version = "1.1.5"
dependencies = [
"alloy-consensus",
"alloy-primitives",
"reth-primitives",
"reth-transaction-pool",
]
[[package]]
@ -9330,7 +9330,6 @@ dependencies = [
"reth-execution-types",
"reth-fs-util",
"reth-metrics",
"reth-payload-util",
"reth-primitives",
"reth-primitives-traits",
"reth-provider",