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

Don't block bonder operations if the redundant RPC is down #578

Open
shanefontaine opened this issue Feb 14, 2024 · 0 comments
Open

Don't block bonder operations if the redundant RPC is down #578

shanefontaine opened this issue Feb 14, 2024 · 0 comments

Comments

@shanefontaine
Copy link
Member

Note

Consider a world where the redundant RPC is removed. It can be replaced by the current RPC endpoint provided and still achieve the same goal. Maybe the bonder can bring as many RPCs as they want and the aggregate is used?

In the current implementation, the redundant RPC blocks transactions if it is down. Seeing as it is difficult to run even a single RPC, this should not happen.

Possible implementation:

  • By default, update the redundant verification to use the normal endpoint. If a redundant one is passed in, use that only.
    • Don’t fallback is sensitive since that defeats the purpose
    • Redundant shouldn’t block anything
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant