This repository was archived by the owner on Jul 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
feat: upgrade RwTable and add aux #94
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0b939b9
init: increase RwTable size
0xmountaintop 74198e3
fix test except begin_tx
0xmountaintop ee16a51
fix test_ begin_tx
0xmountaintop a2dea64
clean up
0xmountaintop b69f88e
lint codes
0xmountaintop c110cb1
fix call_context_lookup
0xmountaintop d7d3557
fix stack_lookup
0xmountaintop d1dd796
Merge branch 'appliedzkp:master' into rw_table/add_aux
0xmountaintop 3d1fb68
Merge remote-tracking branch 'origin/master' into rw_table/add_aux
0xmountaintop fc3bf79
update
0xmountaintop fb84b49
Merge branch 'rw_table/add_aux' of github.com:scroll-tech/zkevm-specs…
0xmountaintop 7d3083f
merge
0xmountaintop a4b4267
fix
0xmountaintop 2118d2f
Merge branch 'master' into rw_table/add_aux
0xmountaintop 47b195b
fix
0xmountaintop 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
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
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
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
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
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.
just one small question, seems
value_prevnot present in table of page: https://hackmd.io/VCGteyZEQFKUjHA_A72f1QThere 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.
The table in the note is for State circuit itself. When it outputs to
rw_table, it can get access tovalue_prevby rotation directly instead of having it in witness in the same row.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.
make sense Thx!