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

Add secondary RPC to SafeEthClient #229

Open
Hyodar opened this issue Jun 5, 2024 · 0 comments
Open

Add secondary RPC to SafeEthClient #229

Hyodar opened this issue Jun 5, 2024 · 0 comments

Comments

@Hyodar
Copy link
Contributor

Hyodar commented Jun 5, 2024

One direct improvement to SafeEthClient stability should be having two RPCs at once, and we can specify the behaviors in each situation. In my opinion:

  • Any call should be made on at most both RPCs (1st first, 2nd if the 1st failed)
  • Subscriptions should be duplicated and share the same sink with some LRU management (e.g. if both receive a log, we just send one, if only one receives a log, we send one as well)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant