zircuit-garfield: fix health-check reference endpoints #76

Merged
sebastian merged 1 commits from issue-4536 into main 2026-09-14 11:39:36 +00:00
Collaborator

Summary

Fixed failing health checks for zircuit-garfield nodes by updating reference-rpc-endpoint.json.

Root Cause

The two listed reference URLs for zircuit-garfield-testnet were unreachable from the fleet:

  • https://garfield-testnet.zircuit.com/ → TLS handshake failure (OpenSSL alert 40, no cert)
  • https://zircuit-garfield-testnet.drpc.org → HTTP 400 "chain is not available on free plan"

This caused check-health.sh to report unverified (reference unreachable) for every healthy zircuit-garfield node on de-32.

Verification

  • Onsite diagnosis confirmed: node L1 origin current, L2 advancing ~2s/block, zero errors in 24h
  • Working reference: https://rpc.garfield-testnet.zircuit.com → HTTP 200, head matches node
  • rpc asset commit: 16834115f738

(vibe-node issue #4536)

## Summary Fixed failing health checks for zircuit-garfield nodes by updating `reference-rpc-endpoint.json`. ## Root Cause The two listed reference URLs for zircuit-garfield-testnet were unreachable from the fleet: - `https://garfield-testnet.zircuit.com/` → TLS handshake failure (OpenSSL alert 40, no cert) - `https://zircuit-garfield-testnet.drpc.org` → HTTP 400 "chain is not available on free plan" This caused check-health.sh to report `unverified (reference unreachable)` for every healthy zircuit-garfield node on de-32. ## Verification - Onsite diagnosis confirmed: node L1 origin current, L2 advancing ~2s/block, zero errors in 24h - Working reference: `https://rpc.garfield-testnet.zircuit.com` → HTTP 200, head matches node - rpc asset commit: `16834115f738` (vibe-node issue #4536)
claude added 1 commit 2026-09-08 05:10:40 +00:00
Author
Collaborator

merge-bot (del-018): classified B (hand-maintained rpc file(s), single scope). Auto-merge after a 72h objection window - comment 'hold' to block.

merge-bot (del-018): classified B (hand-maintained rpc file(s), single scope). Auto-merge after a 72h objection window - comment 'hold' to block.
sebastian merged commit fe39b29340 into main 2026-09-14 11:39:36 +00:00
sebastian deleted branch issue-4536 2026-09-14 11:39:36 +00:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: StakeSquid/ethereum-rpc-docker#76