mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-08 03:01:12 -04:00
feat(reth-bench-compare): add persistence-based flow optimization for reth-bench (#20869)
Co-authored-by: Alexey Shekhirin <github@shekhirin.com>
This commit is contained in:
5
Cargo.lock
generated
5
Cargo.lock
generated
@@ -7688,6 +7688,7 @@ version = "1.9.3"
|
||||
dependencies = [
|
||||
"alloy-eips",
|
||||
"alloy-json-rpc",
|
||||
"alloy-network",
|
||||
"alloy-primitives",
|
||||
"alloy-provider",
|
||||
"alloy-pubsub",
|
||||
@@ -7709,6 +7710,7 @@ dependencies = [
|
||||
"reqwest",
|
||||
"reth-cli-runner",
|
||||
"reth-cli-util",
|
||||
"reth-engine-primitives",
|
||||
"reth-fs-util",
|
||||
"reth-node-api",
|
||||
"reth-node-core",
|
||||
@@ -7720,6 +7722,7 @@ dependencies = [
|
||||
"tokio",
|
||||
"tower",
|
||||
"tracing",
|
||||
"url",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
@@ -7728,7 +7731,9 @@ version = "1.9.3"
|
||||
dependencies = [
|
||||
"alloy-primitives",
|
||||
"alloy-provider",
|
||||
"alloy-rpc-client",
|
||||
"alloy-rpc-types-eth",
|
||||
"alloy-transport-ws",
|
||||
"chrono",
|
||||
"clap",
|
||||
"csv",
|
||||
|
||||
Reference in New Issue
Block a user