feat(explorer): add live token/native pricing and legacy tx route compatibility #15
Reference in New Issue
Block a user
Delete Branch "feature/explorer-live-pricing-historical-valuation"
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 live pricing across the explorer UI, restores compatibility for legacy
/tx/:hashlinks, and hardens the Next.js standalone deployment path.What Changed
/tx/:hashto/transactions/:hashValidation
npm audit-> 0 vulnerabilitiesnpm run lintnpm run type-checknpm run test:unit -- src/services/api/nativeAssetPricing.test.tsnpm run buildLive Verification
/tx/<hash>now redirects to/transactions/<hash>200Notes
This PR is the explorer-facing half of the pricing rollout and pairs with token-aggregation historical pricing support in the
smom-dbis-138repo.View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.