-
Notifications
You must be signed in to change notification settings - Fork 1
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
Add basic test setup for era_vm #229
Conversation
880a07c
to
12eae0a
Compare
@@ -17,7 +17,7 @@ zk_evm_1_4_0.workspace = true | |||
zk_evm_1_3_3.workspace = true | |||
zk_evm_1_3_1.workspace = true | |||
vm2.workspace = true | |||
era_vm = {path = "../../../../"} | |||
era_vm = { path = "../../../../era_vm" } |
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.
This will not work when zksync-era is used as a submodule for era_vm, believe me I've tried. Please restore this.
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.
When developing, we can modify this as needed.
Closing this one in favor of #234. |
What ❔
This pr enables the tests under this folder to the lambda_vm. Merge once this pr gets merged.
Why ❔
This is to ensure all tests pass in the lambda_vm.
Checklist
zk fmt
andzk lint
.