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 this PR I've implemented all the plumbing necessary to process the outgoing notes. The missing piece there is actually storing the note in the PXE db. I didn't do this because we are currently unable to recover note hash index for the outgoing because for that we would need a compute_note_hash function (the compute_note_hash_and_nullifier(...) function reverts when we can't get a hold of nullifier keys).
Look for "TODO(#6867)" in the codebase to find where the missing functionality should be implemented.
The text was updated successfully, but these errors were encountered:
In this PR I've implemented all the plumbing necessary to process the outgoing notes. The missing piece there is actually storing the note in the PXE db. I didn't do this because we are currently unable to recover note hash index for the outgoing because for that we would need a
compute_note_hash
function (thecompute_note_hash_and_nullifier(...)
function reverts when we can't get a hold of nullifier keys).Look for "TODO(#6867)" in the codebase to find where the missing functionality should be implemented.
The text was updated successfully, but these errors were encountered: