feat: merge-train/avm#23332
Open
AztecBot wants to merge 3 commits into
Open
Conversation
Part 1 of the immutables_hash changes as part of [AZIP-9](AztecProtocol/governance#20) This pr just adds the `immutables_hash` field to the various `ContractInstance` structs across the codebase. It also updates the `publish_contract_instance` function and bumps various constants for`ContractInstance` versions and `PXE_DATA_SCHEMA_VERSION`
IlyasRidhuan
requested changes
May 16, 2026
Contributor
IlyasRidhuan
left a comment
There was a problem hiding this comment.
Holding this train up as we want to atomically merge azip changes
Collaborator
Author
Flakey Tests🤖 says: This CI run detected 1 tests that failed, but were tolerated due to a .test_patterns.yml entry. |
Part 2 of the immutables_hash changes as part of [AZIP-9](AztecProtocol/governance#20) Updates address derivation to include the `immutables_hash`. Specifically, `immutables_hash` is now part of the `salted_initialization_hash` computation This also includes a constant update from `DOM_SEP__CONTRACT_ADDRESS_V1` -> `DOM_SEP__CONTRACT_ADDRESS_V2`
#23152) Part 3 of the immutables_hash changes as part of [AZIP-9](AztecProtocol/governance#20) This updates the `GETCONTRACTINSTANCE` opcode so that the `immutables_hash` can be retrieved from the contract instance via the opcode.
Collaborator
Author
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
Collaborator
Author
|
🤖 Auto-merge enabled after 4 hours of inactivity. This PR will be merged automatically once all checks pass. |
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.
BEGIN_COMMIT_OVERRIDE
feat!: add immutables_hash to contract instance (#23091)
feat!: update address derivation (#23151)
feat(avm)!: add immutables_hash member to get contract instance opcode (#23152)
END_COMMIT_OVERRIDE