chore(bb): refresh pinned Chonk IVC inputs (fix nightly debug build)#23751
Draft
AztecBot wants to merge 1 commit into
Draft
chore(bb): refresh pinned Chonk IVC inputs (fix nightly debug build)#23751AztecBot wants to merge 1 commit into
AztecBot wants to merge 1 commit into
Conversation
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.
What
Refresh the pinned Chonk IVC inputs so the Nightly Debug Build goes green again.
This PR carries the
ci-refresh-chonklabel. Thebb chonk input updateCI job (barretenberg/cpp/scripts/ci_update_chonk_inputs.sh) regenerates the pinned flows, verifies one small flow proves+verifies, and pushes the updatedbarretenberg/cpp/scripts/chonk-inputs.hashback onto this branch. The only intended committed change is that hash; the trailing-newline touch here just creates a diff to open the PR (the download/check scripts strip whitespace, and the refresh job overwrites the file).Root cause
Nightly Debug Build run 26705445627 failed. The build/compile succeeded — the failing step was the test
bbapi_tests ChonkPinnedIvcInputsTest.AllPinnedFlows(exit code 1).The pinned Chonk flows are an S3 tarball keyed by
chonk-inputs.hash, last refreshed on 2026-05-21 (2ab01bb56fa). Since then ~311 commits landed onnext, including breaking protocol-circuit changes that alter the kernel public-input layout (e.g. message signing + fallback keys #23510, embedding BoundedVec max length in validation requests #23622, protocol-contract demotions). That makes the precomputed VKs / kernel IO baked into the pinned msgpack inconsistent with the current circuits.Symptoms in the failing flow (CI log):
The
+4public-inputs shift (669 → 673) and the wholesale precomputed-VK mismatch are consistent with legitimate circuit evolution, not a proving-system regression — so the correct remediation is to refresh the pin (perbarretenberg/cpp/CLAUDE.mdand thechonk-inputsskill), which the circuit-changing PRs should have done via the same label.Verification
The refresh job runs
ChonkPinnedIvcInputsTest.AllPinnedFlowson the smallest regenerated flow (native + bb.js) before committing the new hash, and the nightly will exercise the full set against the refreshed tarball.Created by claudebox · group:
slackbot