Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support multiple RPC endpoints #35

Open
crisog opened this issue Jul 19, 2024 · 0 comments
Open

Support multiple RPC endpoints #35

crisog opened this issue Jul 19, 2024 · 0 comments
Assignees

Comments

@crisog
Copy link
Member

crisog commented Jul 19, 2024

There are a few ways to go about this:

  1. Multiple RPC endpoints, if one fails, use the others as a fallback.
  2. Round robin all RPC endpoints, retry if one fails. (probably kick the failure rpc after a couple misses)
  3. Hit N configured RPC endpoints, and compare the responses to see if the data makes sense. In theory, they should both return same data.
@crisog crisog self-assigned this Jul 29, 2024
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

No branches or pull requests

1 participant