We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RollupDB should be extended to fully support massive-migrations. Therefore, the following procedures should be implemented:
processBatchMigrate: mimics migrate circuit logic to insert new leafs into the state-tree
Add new function in rollupDB: buildBatchMigration
rollupDB
buildBatchMigration
The text was updated successfully, but these errors were encountered:
This has been implemented partially in order to perform circuit test in https://github.com/hermeznetwork/circuits/blob/feature/upgrade-state-root/js/upgrade-db.js
Sorry, something went wrong.
This has been coded in https://github.com/hermeznetwork/commonjs/tree/feature/updateDb note: test are missing
No branches or pull requests
RollupDB should be extended to fully support massive-migrations.
Therefore, the following procedures should be implemented:
processBatchMigrate: mimics migrate circuit logic to insert new leafs into the state-tree
Possible implementation
Add new function in
rollupDB
:buildBatchMigration
The text was updated successfully, but these errors were encountered: