feat(token-aggregation): add historical pricing context, backfill, and indexer hardening #3
Reference in New Issue
Block a user
Delete Branch "feature/token-aggregation-historical-pricing"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
This PR adds the historical pricing APIs and backfill support needed for transfer-time valuation, while also hardening deploy and indexer behavior.
What Changed
price-atpricing-contextValidation
npm audit-> 0 vulnerabilitiesnpm test -- --runTestsByPath src/api/routes/tokens.test.tsnpm run buildLive Verification
pricing-contextnow returns valid locked historical pricing only when the source is acceptablelocked: falseNotes
This PR is the API/backend half of the explorer pricing rollout and pairs with the UI wiring in
explorer-monorepo.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.