You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 21, 2020. It is now read-only.
I dont seem to find any RPC / HTTP api where i can retry basic status info about a enigma node such a syncing status , block number , network and chain status and so on
Is there any plans to implement such an api or a way to retrieve that info programatically
The text was updated successfully, but these errors were encountered:
@on247 Actually yes! We are currently working on this in #258.
You can checkout the health_check branch and play with it, although it is not quite documented yet.
@on247 , the health_check branch was merged to develop and the docs were updated. However it implements partially the feature you've requested (the sync status is not yet part of it and currently the api returns a boolean value - the node is ok or not). Thanks for raising the request, we will consider enhancing the health check feature.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I dont seem to find any RPC / HTTP api where i can retry basic status info about a enigma node such a syncing status , block number , network and chain status and so on
Is there any plans to implement such an api or a way to retrieve that info programatically
The text was updated successfully, but these errors were encountered: