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
Currently, the batch processor gathers all dirty nodes and process them for crypto-commitments and hashing.
However, persisting in the DB is done separately, meaning we need to climb the tree up again.
It would be more efficient to commit to the DB while processing batches.
The text was updated successfully, but these errors were encountered:
Description
Currently, the batch processor gathers all dirty nodes and process them for crypto-commitments and hashing.
However, persisting in the DB is done separately, meaning we need to climb the tree up again.
It would be more efficient to commit to the DB while processing batches.
The text was updated successfully, but these errors were encountered: