fix(prover): wait for previous epoch to be proven#23457
Merged
Conversation
So partial epoch proofs dont fail because the previous epoch is still awaiting to be proven.
PhilWindle
approved these changes
May 21, 2026
Contributor
|
ship it! 🎉 |
spalladino
added a commit
that referenced
this pull request
May 21, 2026
Forward port of #23457 from the v4 release branch.
aminsammara
added a commit
that referenced
this pull request
Jun 4, 2026
## Summary Patch release `v4.3.1` on `v4`. Supersedes the auto-opened release-please PR #20979, whose changelog was missing the `stdlib:` entry and listed the `prover:` fix twice. Bumps `.release-please-manifest.json` to 4.3.1 and prepends a `## [4.3.1]` entry to `CHANGELOG.md` with the two PRs landed since v4.3.0: - **#23457** — `fix(prover): wait for previous epoch to be proven` - **#23505** — `chore(backport-to-v4): fix(stdlib): guard tip-store finalize against deleting live tips` (backport of #23295) ## Test plan - [ ] CI green
1 task
aminsammara
added a commit
that referenced
this pull request
Jun 4, 2026
## Summary Adds the third bug fix that landed on `v4` (via backport PR #23851 of #23470) to the existing `## [4.3.1]` `CHANGELOG.md` entry so the section reflects what v4.3.1 actually ships. Single-line change in `CHANGELOG.md` only — no version-file or manifest changes. Manifest stays at 4.3.1. ## What v4.3.1 contains after this lands - `prover: wait for previous epoch to be proven` (#23457) - `stdlib: guard tip-store finalize against deleting live tips` (backport of #23295, via #23505) - `release-image: re-stamp aztec_version into released noir-contracts artifacts` (backport of #23470, via #23851) — **new entry, fixes the v4.3.1 ci-compat-e2e failure** ## After merging Force-move the `v4.3.1` tag to the merge commit of this PR (safe — nothing has been published as 4.3.1 yet: npm has only 4.3.0, Docker Hub returns 404 for `aztec:4.3.1`, GitHub Release for v4.3.1 doesn't exist). ## Test plan - [ ] Visual check that the `## [4.3.1]` section in `CHANGELOG.md` lists all three fixes
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.
So partial epoch proofs dont fail because the previous epoch is still awaiting to be proven.