-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
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
feat: update DB creation circuits for generic extraction (Part 2) #393
Open
silathdiir
wants to merge
21
commits into
generic-mpt-extraction
Choose a base branch
from
generic-extraction-tree-creation
base: generic-mpt-extraction
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 20 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
7f9cb61
Update the circuits of cells tree, rows tree and block tree for gener…
silathdiir 63b3b2d
Update tests for cells tree.
silathdiir c7291cf
Update tests for rows tree.
silathdiir d9f8825
Update tests of block tree.
silathdiir f59c5d7
Fix test.
silathdiir e651ab9
Add missing `value` for hash in rows tree.
silathdiir 2717f98
Update verifiable-db/src/row_tree/public_inputs.rs
silathdiir a5ae612
Fix to ensure `extraction_proof.is_merge or rows_tree_proof.multiplie…
silathdiir ca0a971
Fix to use `split_and_accumulate`.
silathdiir 2c94c12
Fix the test coverage for the all cells node circuits.
silathdiir 6b791c9
Remove merge flag in rows tree public inputs.
silathdiir 16bea45
Rename `assign_wires` to `assign`.
silathdiir 1f70eb4
Fix to use `PublicInputs::sample`.
silathdiir 21bb637
Fix to `p.partial`.
silathdiir 32f4495
Merge remote-tracking branch 'origin/generic-mpt-extraction' into gen…
silathdiir 31f7685
Delete the `ignore` comment for test `isolution`.
silathdiir e37e98e
Fix to use `split_and_accumulate`.
silathdiir 322280b
Merge remote-tracking branch 'origin/generic-mpt-extraction' into gen…
silathdiir 9c4ddb7
Rename `Row` to `SecondaryIndexCell`.
silathdiir 4a342a0
Merge remote-tracking branch 'origin/generic-mpt-extraction' into gen…
silathdiir a139673
Merge remote-tracking branch 'origin/generic-mpt-extraction' into gen…
silathdiir File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think we need to check it now because it will be invalid otherwise ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, it's wrong comment, the
mpt_metadata
parameter is deleted in PR #399.