fix: check epoch job overlap#23481
Merged
Merged
Conversation
PhilWindle
approved these changes
May 21, 2026
spalladino
requested changes
May 21, 2026
545c537 to
fb96f21
Compare
2341174 to
a259527
Compare
c08cbf4 to
41c9523
Compare
spalladino
approved these changes
Jun 4, 2026
| 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 }); |
Contributor
There was a problem hiding this comment.
Nit: prefer getCheckpointsData
41c9523 to
6005e52
Compare
AztecBot
pushed a commit
that referenced
this pull request
Jun 4, 2026
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
.