Skip to content

feat(Barretenberg): acir<->bb tool: HN::INIT opcode validator - #25004

Open
DanielKotov wants to merge 2 commits into
dk/hn_family_commonfrom
dk/hn_init_validation
Open

feat(Barretenberg): acir<->bb tool: HN::INIT opcode validator#25004
DanielKotov wants to merge 2 commits into
dk/hn_family_commonfrom
dk/hn_init_validation

Conversation

@DanielKotov

Copy link
Copy Markdown
Contributor

PR for HN::INIT opcode validator

HNInitValidation.hpp self-nests under namespace HNVerification (same
pattern as HNFinalValidation.hpp) instead of relying on hypernova_verification.hpp
textually including it. No call-site changes needed: existing callers already
use the fully-qualified HNVerification::HNInitValidation:: path.
…alidation

HNInitValidation.hpp has HNVerification::validate_hn_init (both overloads)
and the HNInitValidationResult alias defined at HNVerification scope, after
the nested HNInitValidation namespace closes -- not inside HNInitValidation
itself. Closing HNVerification too early left these at global scope.
@DanielKotov
DanielKotov requested a review from iakovenkos July 27, 2026 15:25
@DanielKotov DanielKotov changed the title feat(Barretenberg): acir<->bb tool: HN::INIT feat(Barretenberg): acir<->bb tool: HN::INIT opcode validator Jul 27, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant