This repository was archived by the owner on Jul 5, 2024. It is now read-only.
Feat/#1752 fix witness generation - json exportor#1789
Open
Feat/#1752 fix witness generation - json exportor#1789
Conversation
… constructedLeaf in witness generator used now only for wrong row
400dca8 to
799a02d
Compare
08778eb to
394211a
Compare
47ff445 to
ba8df43
Compare
ba8df43 to
e5c7559
Compare
f8e266f to
9b0eb3f
Compare
…aling-explorations/zkevm-circuits into extension-into-branch
…fix-witness-generation-json-export
d641299 to
4fff94d
Compare
4fff94d to
3e90dda
Compare
Contributor
Author
|
Hi @miha-stopar, I merged #1756, but only .go files, and now everything works, all the tests were passed! It' ready for review . |
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Description
closed #1752
Issue Link
#1752
Type of change
Contents
GenerateWitnessto export json for stack trie.isTxProofflag inequipLeafWithModExtensionNodeand `addBranchAndPlaceholder' to avoid touching the exising logic of the state trie.GetProof(): before this fix, if any hashed nodes in the proof, other non-hashed nodes will not append to the proof. This causes the output proofs are incorrect.StackProoffor exporting json files.