test(docs): verify #281 overview BRIN index + 60s cache #805
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!805
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "cursor/gitlab-issue-workflow-43b1"
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
Closes verification/documentation gap for GitLab #281.
The core fix is already on
main(fd11a22): BRIN indexidx_swaps_block_timestamp_brinonswap_events(block_timestamp)plus a 60s TTL whole-response cache onGET /api/v1/overview.This MR adds integration tests and indexer invariant docs.
Acceptance criteria
swap_events_block_timestamp_brin_index_exists/overviewlatency stays bounded asswap_eventsgrowsoverview_response_cached_within_ttlRelates to #281.
mentioned in issue #281
changed the description
changed the description
mentioned in commit
76e12abef1Security review
Commit reviewed:
22d3ad6300a874001f84696860b70c6099a2ade4Scope: 3 files —
indexer/tests/indexer_overview_global_stats.rs(new),docs/indexer-invariants.md,skills/AGENTS_INDEXER_VOLUME_PAGINATION.mdOutcome:
FINDINGS: 0medium+Summary
Security review: no medium+ findings on this diff.
This MR adds integration tests and documentation only. No runtime, API, migration, or dependency changes are introduced. The BRIN index and 60s
/overviewresponse cache it verifies were already merged onmain(fd11a22).Reviewed attack surfaces
pg_indexeslookup with hardcodedtablename/indexname— no attacker-controlled input reaches a query sink.GET /api/v1/overviewendpoint viaTestServer; no new routes or permission boundaries.Inline threads
None — no medium+ findings to anchor on specific diff lines.
Automated security review (Cursor Cloud Agent)