This repository was archived by the owner on Jul 5, 2024. It is now read-only.
Implementation ExecutionState::CALL#278
Merged
Merged
Conversation
ed255
reviewed
Jan 14, 2022
CPerezz
reviewed
Jan 14, 2022
Contributor
|
I've opened this issue #284 to track the tasks related to improving the |
2 tasks
17b6bb1 to
b91584e
Compare
006d6e6 to
4309eaa
Compare
1f4c227 to
8e8a355
Compare
11 tasks
ExecutionState::CALLExecutionState::CALL
icemelon
reviewed
Mar 30, 2022
ed255
approved these changes
Mar 30, 2022
Contributor
ed255
left a comment
There was a problem hiding this comment.
Great work! Overall looks good to me, so I'm approving the PR.
The CallGadget implementation was easy to follow from the python spec as it follows the exact same structure :)
I've left some suggestions to improve some details, please take a look!
CPerezz
reviewed
Mar 30, 2022
Contributor
CPerezz
left a comment
There was a problem hiding this comment.
- We should probably consider moving
begin_txops impl to its own file instead of being inopcodes.rsin bus-mapping crate.
Other concerns/questions/nits are in the comments directly.
Awesome work!!!! Looks close to be merged!!! 🥇
6 tasks
19 tasks
1 task
lispc
pushed a commit
to zhenfeizhang/zkevm-circuits
that referenced
this pull request
Feb 1, 2023
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.
This PR aims to implement
ExecutionState::CALL.For spec, please refer to privacy-ethereum/zkevm-specs#82.
TODO
geth-utilsandbus-mappingto build more witness #292LastCallee*ofCallContext#298