feat(Notes): Allow getNotes
to only return nullified notes.
#4217
Labels
C-aztec.nr
Component: Aztec smart contract framework
getNotes
to only return nullified notes.
#4217
#4208 introduces a way to query both active and nullified notes, but it is desirable to make it also possible to only retrieve nullified notes.
This requires not just adding a new option to the
status
field inNoteFilter
, but also emitting a nullifier inclusion proof. This will be made easier by #4179.The text was updated successfully, but these errors were encountered: