ripple / validator-history-service

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

fix: move fetch amendments info to connections #196

Closed pdp2121 closed 4 months ago

pdp2121 commented 5 months ago

High Level Overview of Change

Move parsing and fetching amendments info from the 2 data sources to connections so that it runs every hour.

Type of Change

Before / After

The fetchAmendmentInfo() function is being used in setupTables which only run once per deployment. Move it to connections so that it runs every hour.