-
Notifications
You must be signed in to change notification settings - Fork 76
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: Conditionally enable EVM emulation #355
Conversation
@mm-zk Rust cache in CI looks broken; is this a known issue? It could be related to bumping the commit for the |
9ca70c3
to
63d7f29
Compare
LGTM, but I propose to update it after this PR: matter-labs/zksync-era#3127 |
@dutterbutter could you PTAL? |
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 !
Have you tried running this with a EVM emulator? |
@0xVolosnikov Yes. Well perhaps I will be more specific on the steps I used to test.
To reproduce:
Command to start era-test-node:
Tested forge usage by running the following:
Note: I was still required to make use of |
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.
Can't deploy EVM bytecode: must have recipient address
Apologies I did not go deeper in initial review testing as with @slowli you need to adjust the I was able to successfully use
In
|
Inaccurate testing assumptions used.
077ca13
to
17e0d31
Compare
JFYI, as I've mentioned in comments above, I've been able to deploy a test forge |
What 💻
zksync-era
dependencies. Removezksync_state
andzksync_node_fee_model
deps as unnecessary.--emulate-evm
flag. For now, this requires local contracts with EVM emulation support.Why ✋
Evidence 📷