Skip to content

fix: check epoch job overlap#23481

Merged
alexghr merged 1 commit into
merge-train/spartanfrom
ag/fix-partial-epoch-job
Jun 4, 2026
Merged

fix: check epoch job overlap#23481
alexghr merged 1 commit into
merge-train/spartanfrom
ag/fix-partial-epoch-job

Conversation

@alexghr

@alexghr alexghr commented May 21, 2026

Copy link
Copy Markdown
Contributor

.

Comment thread yarn-project/prover-node/src/prover-node.ts Outdated
Comment thread yarn-project/prover-node/src/prover-node.ts Outdated
@alexghr alexghr force-pushed the ag/fix-partial-epoch-job branch 7 times, most recently from 545c537 to fb96f21 Compare May 22, 2026 16:12
@alexghr alexghr force-pushed the ag/fix-partial-epoch-job branch 3 times, most recently from 2341174 to a259527 Compare May 28, 2026 10:51
@alexghr alexghr force-pushed the ag/fix-partial-epoch-job branch 2 times, most recently from c08cbf4 to 41c9523 Compare June 4, 2026 15:06
const jobs = await this.getJobs();
return jobs.filter(job => job.epochNumber === epochNumber && !EpochProvingJobTerminalState.includes(job.status));
private async activeJobsCoverEpoch(epochNumber: EpochNumber): Promise<string[]> {
const checkpoints = await this.l2BlockSource.getCheckpoints({ epoch: epochNumber });

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Nit: prefer getCheckpointsData

@alexghr alexghr force-pushed the ag/fix-partial-epoch-job branch from 41c9523 to 6005e52 Compare June 4, 2026 16:24
@alexghr alexghr merged commit a579d42 into merge-train/spartan Jun 4, 2026
12 checks passed
@alexghr alexghr deleted the ag/fix-partial-epoch-job branch June 4, 2026 17:54
AztecBot pushed a commit that referenced this pull request Jun 4, 2026
@AztecBot

AztecBot commented Jun 4, 2026

Copy link
Copy Markdown
Collaborator

✅ Successfully backported to backport-to-v5-next-staging #23879.

alexghr added a commit that referenced this pull request Jun 5, 2026
0xedwen pushed a commit to 0xedwen/aztec-packages that referenced this pull request Jun 14, 2026
BEGIN_COMMIT_OVERRIDE
fix(e2e): always init bb sync in wallet worker (AztecProtocol#23855)
fix(e2e): poll for high-value inclusion in n_tps bench (AztecProtocol#23858)
test: stabilize validator_nuke_and_suppression post-recovery assertion
(AztecProtocol#23852)
chore: run next-net on internal IP addresses (AztecProtocol#23862)
fix: init bb sync before node rpc (AztecProtocol#23864)
fix: check epoch job overlap (AztecProtocol#23481)
fix: interrupt checkpoint job on sequencer stop (AztecProtocol#23930)
END_COMMIT_OVERRIDE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants