Skip to content

Stage - #428

Merged
stefan-ssv-labs merged 2 commits into
mainfrom
stage
Jun 15, 2026
Merged

Stage#428
stefan-ssv-labs merged 2 commits into
mainfrom
stage

Conversation

@stefan-ssv-labs

Copy link
Copy Markdown
Contributor

No description provided.

stefan-ssv-labs and others added 2 commits June 11, 2026 15:23
…vents URL

Two related fixes to the events queries:

- Order the overview "Recent Account Events" and the operator history queries by
  blockNumber:desc instead of createdAt:desc. blockNumber is the indexed, stable,
  on-chain ordering the backend already defaults to; createdAt is the indexer's
  wall-clock timestamp — a weak sort key (ties across events, not block order)
  that makes the subsquid sort and offset pagination slower and less stable.

- getRecentSSVEvents built its URL as `events` + `?${searchParams}` while the
  serializer already returns a leading "?", producing `events??...`. Pass
  searchParams directly, matching the other four event queries, for a clean URL.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
fix: order event queries by blockNumber and clean up recent-events URL
@stefan-ssv-labs
stefan-ssv-labs merged commit d85b55f into main Jun 15, 2026
3 checks passed
@stefan-ssv-labs
stefan-ssv-labs deleted the stage branch June 15, 2026 14:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants