You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In private_execution.ts, notifyNullifiedNote oracle call may need to output commitments of nullified notes (when a nullifier actually corresponds to a commitment) to enable nullifier<>pendingNote matching in simulator.
In client_execution_context.ts, need to prevent Noir from 'getting' any notes nullified in the current TX.
The text was updated successfully, but these errors were encountered:
This is already done!.... Let's just add this to one of the tests and close this ticket.
dbanks12
changed the title
[TS] Aztec Noir functions should be able to nullify pending commitments from list maintained in ACIR Simulator
Aztec Noir functions should be able to nullify pending commitments from list maintained in ACIR Simulator
Jul 17, 2023
In
private_execution.ts
,notifyNullifiedNote
oracle call may need to output commitments of nullified notes (when a nullifier actually corresponds to a commitment) to enable nullifier<>pendingNote matching in simulator.In
client_execution_context.ts
, need to prevent Noir from 'getting' any notes nullified in the current TX.The text was updated successfully, but these errors were encountered: