-
Notifications
You must be signed in to change notification settings - Fork 270
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow get_note
to return notes that have been nullified.
#3755
Comments
As part of this work, it would be useful to refactor the test functions in the |
Shortterm, can add a todo for the nullifier inclusion proofs etc, as #4179 should make it significantly easier to check those when the headers are included properly. |
This was referenced Jan 25, 2024
nventuro
added a commit
that referenced
this issue
Jan 30, 2024
AztecBot
pushed a commit
to AztecProtocol/aztec-nr
that referenced
this issue
Jan 31, 2024
Supercedes AztecProtocol/aztec-packages#4208, which was closed as that one was created from a fork and we therefore cannot run CI there. Fixes AztecProtocol/aztec-packages#3755.
michaelelliot
pushed a commit
to Swoir/noir_rs
that referenced
this issue
Feb 28, 2024
…ocol#4238) Supercedes AztecProtocol#4208, which was closed as that one was created from a fork and we therefore cannot run CI there. Fixes AztecProtocol#3755.
superstar0402
added a commit
to superstar0402/aztec-nr
that referenced
this issue
Aug 16, 2024
Supercedes AztecProtocol/aztec-packages#4208, which was closed as that one was created from a fork and we therefore cannot run CI there. Fixes AztecProtocol/aztec-packages#3755.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Maybe return non-nullified notes by default and modify
NoteGetterOptions
to allow someone to specify that they want to get notes that have been nullified.This came up when working on an airdrop contract with a feedback partner. They want to be able to prove the earliest interaction that someone had with a contract with a note. The proof of interaction is still valid for the airdrop, even if the corresponding note has been nullified.
The text was updated successfully, but these errors were encountered: