This repository has been archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 857
Feat/#1752 fix witness generation - json exportor #1789
Open
KimiWu123
wants to merge
62
commits into
main
Choose a base branch
from
feat/#1752-fix-witness-generation-json-export
base: main
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.
Conversation
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
… constructedLeaf in witness generator used now only for wrong row
github-actions
bot
added
the
crate-geth-utils
Issues related to the geth-utils workspace member
label
Mar 8, 2024
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
from
March 20, 2024 06:19
400dca8
to
799a02d
Compare
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
from
March 31, 2024 09:54
08778eb
to
394211a
Compare
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
from
April 16, 2024 08:21
47ff445
to
ba8df43
Compare
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
from
April 16, 2024 08:30
ba8df43
to
e5c7559
Compare
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
from
April 16, 2024 08:49
f8e266f
to
9b0eb3f
Compare
KimiWu123
changed the title
[WIP] Feat/#1752 fix witness generation - json exportor
Feat/#1752 fix witness generation - json exportor
Apr 16, 2024
github-actions
bot
added
the
crate-zkevm-circuits
Issues related to the zkevm-circuits workspace member
label
Apr 18, 2024
…aling-explorations/zkevm-circuits into extension-into-branch
…fix-witness-generation-json-export
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
2 times, most recently
from
April 19, 2024 07:12
d641299
to
4fff94d
Compare
KimiWu123
force-pushed
the
feat/#1752-fix-witness-generation-json-export
branch
from
April 19, 2024 07:27
4fff94d
to
3e90dda
Compare
Hi @miha-stopar, I merged #1756, but only .go files, and now everything works, all the tests were passed! It' ready for review . |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
crate-geth-utils
Issues related to the geth-utils workspace member
crate-zkevm-circuits
Issues related to the zkevm-circuits workspace member
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
GenerateWitness
to export json for stack trie.isTxProof
flag inequipLeafWithModExtensionNode
and `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.StackProof
for exporting json files.