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
Implement the successor merkle tree for nullifiers in the base with batch insertion. There are double-spend issues if using batch insertion as in normal merkle tree which need to be addressed in this separately.
The double-spend case is when the same predecessor is to be updated multiple times, such that one of the pending should have a predecessor in the pending set and not outside. Also need to address the 0 leaf insertions and not use empty leafs as base as it is possible to point an empty leaf to anything creating a "split" in the tree.
The text was updated successfully, but these errors were encountered:
Implement the successor merkle tree for nullifiers in the base with batch insertion. There are double-spend issues if using batch insertion as in normal merkle tree which need to be addressed in this separately.
The double-spend case is when the same predecessor is to be updated multiple times, such that one of the pending should have a predecessor in the pending set and not outside. Also need to address the 0 leaf insertions and not use empty leafs as base as it is possible to point an empty leaf to anything creating a "split" in the tree.
The text was updated successfully, but these errors were encountered: