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 840
Circuit for opcode SELFBALANCE #328
Merged
ed255
merged 11 commits into
privacy-scaling-explorations:main
from
scroll-tech:feat/opcode-selfbalance
Feb 24, 2022
Merged
Circuit for opcode SELFBALANCE #328
ed255
merged 11 commits into
privacy-scaling-explorations:main
from
scroll-tech:feat/opcode-selfbalance
Feb 24, 2022
Conversation
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
@scroll-dev Mason Liang Can we do a rebase for this? |
ed255
suggested changes
Feb 14, 2022
5906508
to
216d31a
Compare
78 tasks
ed255
reviewed
Feb 15, 2022
ed255
approved these changes
Feb 17, 2022
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.
LGTM! Thanks, good work!
@z2trillion #292 has been merged! Do you plan on updating this PR to implement the SELFBALANCE in the bus mapping? Or do you prefer doing that in another PR? |
This reverts commit ecc000f.
cb07f2c
to
f3375e0
Compare
@ed255, I've rebased and added the bus mapping. |
ed255
approved these changes
Feb 24, 2022
@z2trillion There seems to be a linting error coming from clippy. |
522614a
to
9441677
Compare
@ed255 it should be fixed now. |
10 tasks
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
crate-bus-mapping
Issues related to the bus-mapping workspace member
T-opcode
Type: opcode-related and focused PR/Issue
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.
Implement the SelfbalanceGadget for opcode
SELFBALANCE
.Specs: privacy-scaling-explorations/zkevm-specs#113
Will update the bus mapping for SELFBALANCE once #292 is merged in upstream.