ripple / validator-history-service

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

feat: Add amendments info #132

Closed pdp2121 closed 11 months ago

pdp2121 commented 11 months ago

High Level Overview of Change

Add a table to store amendments information:

This will also provide more stable source of truth for AmendmentEnabled transaction in Explorer, which hits 2 repos every time it was called.

This information will be accessed via /network/amendments/info endpoint.

Type of Change