Skip to content
Merged
178 changes: 161 additions & 17 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 7 additions & 0 deletions crates/op-rbuilder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ testcontainers.workspace = true
nanoid.workspace = true
reth-ipc.workspace = true
reth-node-builder = { workspace = true, features = ["test-utils"] }
reth-trie-db.workspace = true
proptest = "1.10"
criterion = { version = "0.5", features = ["html_reports"] }
ctor.workspace = true
rlimit.workspace = true
hyper.workspace = true
Expand Down Expand Up @@ -198,6 +201,10 @@ testing = [
telemetry = ["reth-tracing-otlp", "opentelemetry"]
loki = ["tracing-loki", "telemetry"]

[[bench]]
name = "bench_flashblocks_state_root"
harness = false

[[bin]]
name = "op-rbuilder"
path = "src/bin/op-rbuilder/main.rs"
Expand Down
Loading
Loading