xrpscan / hermes

Project Hermes: XRP Ledger Validation message service
https://xrpscan.com
MIT License
6 stars 4 forks source link

Add npm run command to verify validation signatures #28

Open pkcs8 opened 2 years ago

pkcs8 commented 2 years ago

Hermes stores a large number of validation messages locally in it database. There's no easy way to verify signatures for validation messages stored in the db. A command that iterates over the validations and verifies them all would be handy.

npm run validation verify --all
npm run validation verify --from LEDGER_FROM --to LEDGER_TO