feat(Barretenberg): acir<->bb tool: CHONK opcode + small ones - #25013
Open
DanielKotov wants to merge 45 commits into
Open
feat(Barretenberg): acir<->bb tool: CHONK opcode + small ones#25013DanielKotov wants to merge 45 commits into
DanielKotov wants to merge 45 commits into
Conversation
…to dk/acir_hash_functions
…ursive verification
Strip dead hypernova dispatch from graph_description_acir (HN family files were removed from this dir independently of the merge), keeping HN_RECURSION only in the exhaustive ACIR-shape witness-collection switch it shares with HONK/AVM/CHONK. Add per-builder-type poseidon2 block accessors in poseidon2s_helpers.hpp for Mega's poseidon2_external/ poseidon2_internal block merge, and repoint every direct block access in recursion_constraints_helper.hpp through them. CHONK validator re-verified clean after the merge: 12/12 tests pass, zero fingerprint drift.
Bring newer intake/orchestrator/review skill text (and acir-constraint- fingerprint tweak) onto dk/acir_recursion_constraints so the HONK stack base matches the working skill set used during HONK development.
Previous skills commit had unrelated plan.md deletions already staged in the index; put them back.
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.
This PR contains validation of ACIR BB opcodes (sha256, logic, poseidon2s for Ultra case, quad/big quad) + CHONK recursion. There were created AI skills how to make autonomous validation for other opcodes.