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
Implement circuit for CALLER and CALLVALUE opcode #287
Merged
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
Completely agree!
Yes I'd suggest waiting until #279 and #278 is merged before reviewing this PR. I'll remove the draft mode once it's ready for review. |
7c79ae2
to
4cd9863
Compare
4cd9863
to
0e7c179
Compare
78 tasks
0e7c179
to
08ab69e
Compare
08ab69e
to
7adc5cc
Compare
@CPerezz the PR is now ready for review :) |
CPerezz
approved these changes
Feb 18, 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
Just the const nit for the ADDR_BYTE_LENGTH
7adc5cc
to
a51473f
Compare
This was referenced Mar 1, 2022
19 tasks
zemse
pushed a commit
to zemse/zkevm-circuits
that referenced
this pull request
Mar 22, 2023
* many fixes after sync upstream * fixing * limit mainnet test k = 22 * fix CircuitTestBuilder k * revert to upstream test_util * fix k; disable ecdsa
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.
This PR depends on
geth-utils
andbus-mapping
to build more witness #292Based on privacy-scaling-explorations/zkevm-specs#90 and privacy-scaling-explorations/zkevm-specs#96
Take a special look at the approach I've followed to verify the equivalence between caller address in the StackOp (rlc encoded) and the CallContext (raw value) .