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
Right now the merkle tree implementation generates massive trees: one node for each element in the collection. We should retain only the top N nodes in the tree. Later, we should have AAE go back and forth exchanging finer deltas to improve efficiency.
The text was updated successfully, but these errors were encountered:
Right now the merkle tree implementation generates massive trees: one node for each element in the collection. We should retain only the top N nodes in the tree. Later, we should have AAE go back and forth exchanging finer deltas to improve efficiency.
The text was updated successfully, but these errors were encountered: