Skip to content

feat: tx file store source for tx collector#20165

Merged
PhilWindle merged 3 commits intomerge-train/spartanfrom
ag/tx-downloader2
Feb 9, 2026
Merged

feat: tx file store source for tx collector#20165
PhilWindle merged 3 commits intomerge-train/spartanfrom
ag/tx-downloader2

Conversation

@alexghr
Copy link
Contributor

@alexghr alexghr commented Feb 4, 2026

Fix A-502
Fix A-503

@alexghr alexghr marked this pull request as ready for review February 6, 2026 13:51
Comment on lines +25 to +35
public createTimeoutSignal(ms: number): AbortSignal {
return AbortSignal.timeout(ms);
}

/**
* Sleeps for the specified duration. Supports AbortSignal for cancellation.
* TestDateProvider overrides this to resolve when setTime() advances past the deadline.
*/
public sleep(ms: number): Promise<void> {
return sleep(ms);
}
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was thinking these would be useful in tests, but I have second thoughts now..

@alexghr alexghr changed the title feat: tx downloader feat: tx file store source for tx collector Feb 6, 2026
@PhilWindle PhilWindle merged commit f339ece into merge-train/spartan Feb 9, 2026
11 checks passed
@PhilWindle PhilWindle deleted the ag/tx-downloader2 branch February 9, 2026 14:30
github-merge-queue bot pushed a commit that referenced this pull request Feb 10, 2026
BEGIN_COMMIT_OVERRIDE
chore: add new retention policy to cloudflare R2 (#20276)
fix: k8s enricher opt-in (#20279)
feat(slasher): add duplicate attestation slashing (#20218)
chore: improve HA e2e (#20280)
chore(test): fix p2p integration test (#20283)
chore(claude): minor changes to claude md and rules (#20284)
chore(test): fix p2p message propagation test build error (#20289)
chore(claude): add actor info to analyze-logs (#20290)
feat: tx file store source for tx collector (#20165)
chore(test): fix validator integration test (#20288)
chore(e2e): remove setup with remote env in e2e tests (#20294)
chore: fix test flakes (#20295)
chore: user-perceived latency explorer (#20298)
fix(p2p): fix flaky file store tx collection tests (#20318)
chore(spartan): add mbps-net env definition (#20308)
fix(validator): do not process proposals from self (#20314)
chore(ci): track history in merge-trains (#20321)
fix(e2e): enable broadcastEquivocatedProposals in duplicate proposal
slash test (#20320)
chore: use respective get endpoints for rollup test instead of only
port-forward (#20327)
END_COMMIT_OVERRIDE
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.

2 participants