Skip to content

fix: regenerate standard contract addresses after auth registry demotion#23640

Merged
nchamo merged 2 commits into
merge-train/fairiesfrom
nchamo/fix-standard-contract-addresses
May 28, 2026
Merged

fix: regenerate standard contract addresses after auth registry demotion#23640
nchamo merged 2 commits into
merge-train/fairiesfrom
nchamo/fix-standard-contract-addresses

Conversation

@nchamo

@nchamo nchamo commented May 28, 2026

Copy link
Copy Markdown
Contributor

Summary

  • Regenerates standard contract addresses that drifted after feat!: demote auth registry to non-protocol contract #23106 demoted the auth registry from a protocol contract to a standard contract. The aztec crate changed (new standard_addresses module, renamed constant), which changed the compiled AuthRegistry artifact hash, producing different derived addresses.

@nchamo nchamo requested a review from nventuro as a code owner May 28, 2026 18:30
@nchamo nchamo self-assigned this May 28, 2026
@nchamo nchamo enabled auto-merge (squash) May 28, 2026 18:33
…uild

Committed addresses were derived from stale local noir artifacts. A clean
two-pass build (compile noir-contracts -> stamp -> recompile -> regenerate)
converges AuthRegistry to 0x1c3bd1fb...; second pass shows no drift.
@dbanks12 dbanks12 force-pushed the nchamo/fix-standard-contract-addresses branch from 53d5206 to 3fb1481 Compare May 28, 2026 19:04
@nchamo nchamo merged commit a1c9ae7 into merge-train/fairies May 28, 2026
14 checks passed
@nchamo nchamo deleted the nchamo/fix-standard-contract-addresses branch May 28, 2026 19:18
danielntmd pushed a commit to danielntmd/aztec-packages that referenced this pull request Jun 4, 2026
BEGIN_COMMIT_OVERRIDE
refactor(aztec-nr): use constructor methods for MessageDelivery variants
(AztecProtocol#23596)
docs: update testing_contracts.md for two-crate aztec new layout
(AztecProtocol#23617)
fix: drop usage of include and indexof on types that support equals
(AztecProtocol#23595)
fix: unused ts expressions in tests (AztecProtocol#23621)
feat(aztec-nr): Get tagging index for constrained delivery  (AztecProtocol#23359)
feat!: demote auth registry to non-protocol contract (AztecProtocol#23106)
feat(aztec-nr)!: embed BoundedVec max length in validation requests
(AztecProtocol#23622)
fix: regenerate standard contract addresses after auth registry demotion
(AztecProtocol#23640)
feat(aztec-nr): encrypt handshake log for indistinguishability (AztecProtocol#23638)
feat!: demote public_checks to non-protocol contract (AztecProtocol#23217)
fix: noir precommit re-staging inside worktrees (AztecProtocol#23628)
END_COMMIT_OVERRIDE
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.

2 participants