-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Spike] Client Side Node Load Balancing (aka Node Pool) #102
Comments
scrape from conversation:
|
@scnale mentions that it might be a good idea to send the transaction to many nodes instead of one |
Ethers fallback providers might be a solution: One of the drawbacks of this solution is that doesn't solve the problem for non evm chains |
To pick the healthiest node out, we also have to option to do it based on the behaviour of the node on the last transactions |
The text was updated successfully, but these errors were encountered: