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: log when a validator misses a validation #189

Closed ckniffen closed 6 months ago

ckniffen commented 6 months ago

High Level Overview of Change

I order to track down the cause of missed ledgers log when a validator misses

Context of Change

Example message with a validation mismatch: Chain main had a validator (nHU4bLE3EmSqNwfL4AP1UZeTNPrSPPP6FXLKXo2uqfHuvBQxDVKd) miss a ledger (3051520) due to a mismatched hash of 04EF1BF397D40AD2298520E377FA919B03E97489D22B8924BC2C5A1585206D9E

Example log message when no validation message was emitted: Chain main had a validator (nHU4bLE3EmSqNwfL4AP1UZeTNPrSPPP6FXLKXo2uqfHuvBQxDVKd) miss a ledger (3051520) due to no validation message

Type of Change

ckniffen commented 6 months ago

Closing in favor of the fixing the validation slack bot