-
Notifications
You must be signed in to change notification settings - Fork 166
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
getNodes #596
Comments
Should this just simply return an array of servers? Something along these lines:
Or should it be more advanced and poll for online servers / latency? |
Hi @ixje , this is an interesting feature. We have to get info from multiple nodes to ensure we are sending our transactions to the correct node. Would it be possible to have something like getNodes, that returns a list, ordered by height & health? (not sure what I mean with health). |
What does “correct node” mean? I think we shouldn’t complicate it too much and just grab the list from dora. I think the idea behind this issue is to provide a mechanism to find a node to be used with neon-js. That’s it
… On 26 Aug 2022, at 20:16, Ricardo Prado ***@***.***> wrote:
Hi @ixje , this is an interesting feature. We have to get info from multiple nodes to ensure we are sending our transactions to the correct node. Would it be possible to have something like getNodes, that returns a list, ordered by height & health? (not sure what I mean with health).
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you were mentioned.
|
This method incorporates support for grabbing a list of public nodes for interfacing. We can consider using the json in monitor.coz.io.
The text was updated successfully, but these errors were encountered: