feat: /pool Vol column + pair-list 24h volume in USD (#692) #1195
No reviewers
Labels
No labels
agent:fix_bugfix
agent:fix_conflicts
agent:fix_security
agent:gap_analysis
agent:implement
agent:implement
agent:implement
agent:open_issues
agent:ready
agent:research
agent:security_audit
agent:verify
architecture
backend
blocker:hybrid
blocker:launch
blocker:limit-orders
blocker:v2
block:log_only
block:security
bug
ci
contracts
correctness
deploy
dev
devops
docs
documentation
duplicate
e2e
enhancement
epic
feature
frontend
functional-completion
gas
good first issue
governance
help wanted
high-risk
hooks
hybrid
indexer
infra
infrastructure
integrators
invalid
launch-blocker
limit-orders
localnet
localterra
low priority
missing-implementation
needs-design
ops
performance
priority
high
priority
medium
product
qa
QA
question
ready
ready
research
scripts
security
security-hardening
smartcontracts
tech-debt
testing
ux
UX
v2
verification
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
code/cl8y-dex-terraclassic!1195
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "feat/692-pool-vol-usd"
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?
Closes #692
Summary
pair_volume_24h.volume_usdinrefresh_pair_volumes(SUM(swap_events.volume_usd)of priced swaps; overflow/unpriced stay NULL; idle zeros quote and USD).GET /api/v1/pairsis additive:volume_quote_24hstays raw; optionalvolume_usd_24h;sort=volume_usd_24hNULLS LAST;sort=volume_24hunchanged; invalidsortstill 400./poolVol, Manage line, and Trade/Limits/Charts pair-search badges render compact USD (or —). Catalog rank prefers USD 24h within a hub when present.Test plan
cd indexer && cargo test --test indexer_pair_volume_usd --test indexer_pair_volume_pagination --test api_pairs -- --test-threads=1e2e/pool-table-547.spec.tse2e-smoke--workers=5(PVol cell$or —)make verify-issue-692(docs, source guards, indexer, frontend, Playwright)VERIFY_ISSUE_547_SKIP_E2E=1 make verify-issue-547,VERIFY_ISSUE_655_SKIP_E2E=1 VERIFY_ISSUE_655_SKIP_RELATED=1 make verify-issue-655,make verify-issue-534volume_usd_24h≈GET /pairs/{addr}/statsvolume_usdwithin ~5 min lag on a live indexer/poolVol cells; production gem hide unchangedDo not N+1
/statsfrom/pool. Do not convert quote volume in the browser.mentioned in issue #692
mentioned in commit
f4fa678838mentioned in issue #701
mentioned in issue #693
mentioned in issue #702
mentioned in commit
5ca6fc5a47