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
aztec.js allows manual note storage via addNote() which performs inclusion and non-nullification tests. Given #4208, we may wish to relax these constraints to also allow storage of nullified notes, as otherwise the only possible way to keep track of them is by processing the block in which they were broadcast.
The text was updated successfully, but these errors were encountered:
aztec.js allows manual note storage via
addNote()
which performs inclusion and non-nullification tests. Given #4208, we may wish to relax these constraints to also allow storage of nullified notes, as otherwise the only possible way to keep track of them is by processing the block in which they were broadcast.The text was updated successfully, but these errors were encountered: