ripple / validator-history-service

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

lookup validators by public/signing key and master_key #79

Closed ckniffen closed 1 year ago

ckniffen commented 1 year ago

Currently we only lookup in the database by master_key but often that is hidden by validators. If the validator is in the cache we can find it by public key which is strange.

This file needs to be updated. https://github.com/ripple/validator-history-service/blob/main/src/api/routes/v1/validator.ts#L195

ckniffen commented 1 year ago

I'm a fool.