Skip to content

feat(keeper): add latency-based multi-RPC routing - #1004

Merged
ayomideadeniran merged 1 commit into
SoroLabs:mainfrom
Tobiloba0:keeper-817-multi-rpc-routing
Aug 3, 2026
Merged

feat(keeper): add latency-based multi-RPC routing#1004
ayomideadeniran merged 1 commit into
SoroLabs:mainfrom
Tobiloba0:keeper-817-multi-rpc-routing

Conversation

@Tobiloba0

Copy link
Copy Markdown

Closes #817

Summary

  • route keeper RPC calls to the highest-scoring healthy Stellar RPC endpoint
  • score endpoints using latency, error rate, consecutive failures, and ledger-height lag
  • add failover config knobs, docs, and tests for fastest-node and stale-node routing

Testing

  • npm test -- --runTestsByPath tests/disasterRecovery.test.js --coverage=false
  • npx eslint src/disasterRecovery.js src/config.js ../keeper/index.js tests/disasterRecovery.test.js

@vercel

vercel Bot commented Jul 30, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the Ayomide Adeniran's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 30, 2026

Copy link
Copy Markdown

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

@ayomideadeniran

Copy link
Copy Markdown
Contributor

pr under review, i will get back to you if i find any wrong implementations

@ayomideadeniran
ayomideadeniran merged commit 44f7fec into SoroLabs:main Aug 3, 2026
1 check failed
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.

🤖 [KEEPER] Multi-RPC Fallback Routing with Latency-Based Node Health Scoring

2 participants