ripple / validator-history-service

Service for ingesting, aggregating, storing, and disbursing XRP Ledger validation related data.
ISC License
14 stars 8 forks source link

Use UNL to retrieve manifest #52

Closed pdp2121 closed 1 year ago

pdp2121 commented 2 years ago

High Level Overview of Change

The xrpl web socket (http://xrpl.ws/) is only for mainnet and nodes from other networks are hit because the nodes are interconnecting. Pull manifests from individual unl using http request also (see https://xrpl.org/validator-list.html#request-format) to yield more comprehensive result.

Type of Change

Before / After

Manifests for validators on the list of networks would be updated. API calls to retrieve validators of chains such as amm that are not interconnect with mainnet would yield a non-empty list of validators.

mvadari commented 1 year ago

Closed in favor of #57