feat(aztec-nr): wire constrained tagging into message delivery#23867
Open
vezenovm wants to merge 1 commit into
Open
feat(aztec-nr): wire constrained tagging into message delivery#23867vezenovm wants to merge 1 commit into
vezenovm wants to merge 1 commit into
Conversation
Add emit_nullifier_and_compute_constrained_tag (and compute_constrained_log_tag) and replace the builder's mocked constrained tagging with the real handshake- derived discovery tag plus the per-send chain nullifier. Extend the test contract with constrained note / maybe-note / event delivery and the negative nullifier-chain case, and add an end-to-end test. NOTE: the e2e and contract TXE tests require the TXE harness (yarn-project/txe server) to run. The e2e test predates fairies' handshake-registry graduation (#23833) and recipient-side discovery (#23806); reconcile it with the new discovery before relying on it.
This was referenced Jun 4, 2026
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.
Fixes F-670
do_private_message_deliveryresolves the handshake secret, emits the per-send chain nullifier, and derives the constrained log tag.compute_constrained_log_tagandemit_nullifier_and_compute_constrained_tag.Stacked on #23865 (F-697) and #23866 (F-669).