feat: offchain reception (backport #20893)#21358
Closed
AztecBot wants to merge 3 commits intobackport-to-v4-stagingfrom
Closed
feat: offchain reception (backport #20893)#21358AztecBot wants to merge 3 commits intobackport-to-v4-stagingfrom
AztecBot wants to merge 3 commits intobackport-to-v4-stagingfrom
Conversation
Cherry-pick of b1ada99 with conflicts.
Adapted naming conventions: v4-next uses 'utilityXxx' oracle prefix vs 'aztec_utl_xxx' on next. Added CustomMessageHandler type, updated process_message_ciphertext signature, bumped oracle version to 13.
- Add CustomMessageHandler import and pass Option::none() in macro-generated process_message function (5th arg added by the PR) - Fix test_environment.nr to pass process_custom_message Option::none() param - Fix doc link path from crate::macros::AztecConfig to crate::macros::aztec::AztecConfig
Collaborator
|
Closing as duplicate — superseded by a newer attempt. |
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.
Summary
Backport of #20893 (feat: offchain reception) to
v4-next.The automatic cherry-pick failed due to conflicts in 9 files. This PR follows the 3-commit backport structure:
aztec_utl_xxx(next) toutilityXxx(v4-next) conventionConflicts resolved
docs/netlify.toml— error code redirectsnoir-projects/aztec-nr/aztec/src/macros/aztec.nr— AztecConfig struct, sync_state generation, process_message macronoir-projects/aztec-nr/aztec/src/messages/discovery/mod.nr— CustomMessageHandler type, do_sync_state signaturenoir-projects/aztec-nr/aztec/src/messages/discovery/process_message.nr— custom message handler parameternoir-projects/aztec-nr/aztec/src/oracle/message_processing.nr— oracle naming conventionnoir-projects/aztec-nr/aztec/src/oracle/version.nr— oracle version bump (12→13)yarn-project/pxe/src/contract_function_simulator/oracle/interfaces.ts— oracle interface namingyarn-project/pxe/src/contract_function_simulator/oracle/oracle.ts— oracle handler namingyarn-project/pxe/src/oracle_version.ts— oracle versionBuild fixes (commit 3)
CustomMessageHandlerimport to macros/aztec.nrOption::none()) to macro-generatedprocess_message_ciphertextcallprocess_custom_messageparam totest_environment.nrAztecConfigVerification
ClaudeBox log: https://claudebox.work/s/8e2b788f05d4731d?run=1