perf: use ExecutionResult::into_logs (#2184)

This commit is contained in:
Matthias Seitz
2023-04-14 23:56:18 +02:00
committed by GitHub
parent 08ba35bcaa
commit 6be4be6b2a
8 changed files with 342 additions and 247 deletions

View File

@ -17,7 +17,7 @@ reth-consensus-common = { path = "../../consensus/common" }
reth-revm-primitives = { path = "../../revm/revm-primitives" }
## ethereum
revm-primitives = "1"
revm-primitives = "1.1"
## async
tokio = { version = "1", features = ["sync"] }