Skip to content

feat: add soroban-rpc-service spec requirements - #103

Merged
jhayniffy merged 1 commit into
InsurNiffy:mainfrom
afurious:feat/soroban-rpc-service
Mar 24, 2026
Merged

feat: add soroban-rpc-service spec requirements#103
jhayniffy merged 1 commit into
InsurNiffy:mainfrom
afurious:feat/soroban-rpc-service

Conversation

@afurious

Copy link
Copy Markdown
Contributor

closes #36
Encapsulate all Soroban Server / RPC interactions in a dedicated injectable service that handles timeouts, exponential backoff for transient failures, and maps low-level Stellar errors to Nest HTTP exceptions (BadGateway, ServiceUnavailable, structured 400 for client mistakes). Support switching networks via environment variables (Futurenet/Testnet/Mainnet) including passphrase and RPC URL pairs. Expose metrics counters for RPC failures and latency histograms to detect provider degradation early. Document rate limits imposed by public RPC endpoints and when dedicated providers are mandatory.

@drips-wave

drips-wave Bot commented Mar 24, 2026

Copy link
Copy Markdown

@afurious 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

@jhayniffy
jhayniffy merged commit 731c6f4 into InsurNiffy:main Mar 24, 2026
1 of 3 checks passed
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.

Backend — Soroban RPC client: retries, timeouts, typed errors, and observability

2 participants