Skip to content

Commit 0e4f60b

Browse files
Fix health check (#428)
* check l2 client health in background worker first * fix * removed unused * logging * put sleep at end * fix * add l2 client unsafe interval test * chore: specify serial_test version --------- Co-authored-by: Eric Woolsey <[email protected]>
1 parent cb1f98b commit 0e4f60b

File tree

4 files changed

+241
-27
lines changed

4 files changed

+241
-27
lines changed

Cargo.lock

Lines changed: 41 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/rollup-boost/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ bytes = "1.10.1"
7070
lru = "0.16"
7171

7272
[dev-dependencies]
73+
serial_test = "3"
7374
rand = "0.9.0"
7475
time = { version = "0.3.36", features = ["macros", "formatting", "parsing"] }
7576
op-alloy-consensus.workspace = true

0 commit comments

Comments
 (0)