Skip to content

Feature/426 onchain health probe#497

Open
Emelie-Dev wants to merge 2 commits into
Pulsefy:mainfrom
Emelie-Dev:feature/426-onchain-health-probe
Open

Feature/426 onchain health probe#497
Emelie-Dev wants to merge 2 commits into
Pulsefy:mainfrom
Emelie-Dev:feature/426-onchain-health-probe

Conversation

@Emelie-Dev
Copy link
Copy Markdown

@Emelie-Dev Emelie-Dev commented May 27, 2026

closes #426

- Add protected GET /health/onchain-probe endpoint
- Performs read-only contract call to verify Soroban RPC connectivity
- Returns latency in milliseconds without leaking secrets
- Gracefully handles when contract ID is not configured
- Add comprehensive tests for success, failure, and timeout scenarios
- Endpoint requires authentication (not public)
- Integrated with existing health check infrastructure
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented May 27, 2026

@Emelie-Dev Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Copy link
Copy Markdown
Contributor

@Cedarich Cedarich left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix workflow

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

On-Chain Health Probe Endpoint (Read-Only Contract Ping)

2 participants