fix(devnet): gate L2 startup on beacon readiness and tune healthchecks - #4944
Conversation
✅ Heimdall Review Status
|
|
✅ All benchmarks green — 14 within ±2% (deterministic instruction counts). View run Benchmark details (14)
|
Review SummaryThis PR fixes a race condition in devnet startup where the L2 bootnode could start before Lighthouse's beacon API was actually ready (a listening TCP port doesn't guarantee Changes reviewed:
No findings. The dependency graph is sound (diamond through |
Review SummaryDevnet-only Docker Compose changes to gate L2 startup on beacon readiness and normalize healthcheck timing. No Rust code changes. Finding
Notes
|
Review SummaryThis PR refactors devnet healthcheck configurations across five Docker Compose files, extracting repeated timing values into YAML anchors and adding a more robust beacon readiness check for L2 startup gating. No issues found. The changes are correct:
Minor note (not blocking): |
Description
Speed up/simplify healthchecks for devnet