-
-
Notifications
You must be signed in to change notification settings - Fork 289
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add call support to verified requests for prover #5462
Conversation
Performance Report✔️ no performance regression detected Full benchmark results
|
9ecce7b
to
2017b3d
Compare
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.
@nazarhussain How does the VM instance resolve SLOAD SSTORE opcodes?
@dapplion It have internal https://github.com/ethereumjs/ethereumjs-monorepo/blob/11a5ab8d947923619eabbd0ab591478409f22762/packages/vm/src/eei/vmState.ts#L165 And in interpreter they resolve the opcode with following execution. |
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.
Looks great!
🎉 This PR is included in v1.9.0 🎉 |
Motivation
Make the prover more feature rich.
Description
Add support for eth call method.
Partially #4706
Steps to test or reproduce