ripple / validator-history-service

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

fix: decode manifests from UNLs for all networks #99

Closed mvadari closed 1 year ago

mvadari commented 1 year ago

High Level Overview of Change

Title says it all.

Context of Change

The hooks testnet doesn't automatically go through the manifest, so we need to do it by hand. We may as well do it for all the networks, instead of just mainnet.

Type of Change

Before / After

Test Plan

Works locally.