zircuit-garfield: fix health-check reference endpoints #76
Reference in New Issue
Block a user
Delete Branch "issue-4536"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
https://rpc.garfield-testnet.zircuit.com→ HTTP 200, head matches node16834115f738(vibe-node issue #4536)
merge-bot (del-018): classified B (hand-maintained rpc file(s), single scope). Auto-merge after a 72h objection window - comment 'hold' to block.