chore: Accumulated backports to v4-next#23182
Merged
Merged
Conversation
Does the following changes to Aztec.nr to make https://github.com/aztec-labs-eng/oxide possible: 1. New `aztec_utl_getTxEffect `oracle - needed by oxide's custom message handler that implements custom TEE-related validation logic, 2. new `aztec_utl_isBlockInArchive` oracle - once again needed to verify that the TEE output is legit, 3. exposing various note message processing functionality - the custom message handler in oxide is fully compatible with the standard note message processing flow (the flow for `PRIVATE_NOTE_MSG_TYPE_ID`) but it layers the TEE-related validation on top. This means that most of the functionality in Aztec.nr related to PRIVATE_NOTE_MSG_TYPE_ID` was valuable there as well. Resolves [GK-563](https://linear.app/aztec-labs/issue/GK-563/upstream-oxide-aztecnr-changes). Originally implemented by @sirasistant in `arv/oxide_infra_deps` to make https://github.com/aztec-labs-eng/oxide possible. I just polished some stuff and implemented tests. --------- Co-authored-by: sirasistant <sirasistant@gmail.com> Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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 accumulates backport commits throughout the day and will be auto-merged overnight.
Latest backport: #22979 - feat: upstream oxide aztec-nr changes
🤖 This PR is managed automatically by the backport workflow.