ripple / validator-history-service

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

Store `ledger_hash` with validators #67

Open ckniffen opened 1 year ago

ckniffen commented 1 year ago

Right now we store the last ledger index we have validations for. We should additionally store the ledger_hash. This is important because it can be used to see if it is out of sync.

This will also clean up the validators page in the explorer which doesn't apply ledger hash color until the next ledger is validated.