ripple / validator-history-service

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

feat: add amendments status backtracking #223

Closed pdp2121 closed 3 months ago

pdp2121 commented 3 months ago

High Level Overview of Change

Currently we are using p2p.livenet.ripple.com to retrieve amendments enablement via ledger + 1 for mainnet. However, its connection is very inconsistent, led to missing information.

We should backtrack every 30 minutes using clio for mainnet to retrieve this information in case the connections get lost. We would also backtrack major networks like testnet and devnet to ensure we have adequate data for these networks.

Type of Change

Test Plan

Ran without breaking on staging