4f5118d3f4
- returns extended node info from local DB - endpoint caching - add bond_info & self_described to DB nym_nodes - update mixnode & gateway bond status on data refresh - add `active` column to DB nym_nodes - use only active & bonded nodes in scraping/testrun tasks
Nym Node Status API
The Node Status API serves information about individual nym-nodes in the Mixnet, such as which role they are operating in, statistics about them, services such as Network Requesters, as well as summaries of the state of the Mixnet.
We recommend that developers building applications such as explorers or analytics interfaces about the Mixnet run their own instance of the API, in order to promote a robust network of downstream services, and spread the load of API calls amongst as many endpoints as possible.
You can find build and operation instructions in the docs.