We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When attempting to access storage slots belonging to another address, era-test-node is less restrictive than eraVM. https://docs.zksync.io/build/developer-reference/account-abstraction/extending-4337#extending-the-set-of-slots-that-belong-to-a-user
The documented behavior requires that storage slot access only come from storage slots with solidity like mappings to account addresses.
era-test-node doesn't look like it performs any validation
We're also looking at making eraVM less restrictive, but not as permissive as era-test-node here: matter-labs/zksync-era#3166
Paste any relevant log output here.
The text was updated successfully, but these errors were encountered:
This comes from ValidationTracer -and this isn't run in era_test_node: https://github.com/matter-labs/era-test-node/blob/ceee937055a5a373e27b0ff9bf2e42391de78c59/src/node/in_memory.rs#L1353
era_test_node
Sorry, something went wrong.
But also, implementing this tracer as-is would break console.log (just FYI to whomever fixes this)
console.log
No branches or pull requests
🐛 Bug Report for zkSync Era In-Memory Node
📝 Description
When attempting to access storage slots belonging to another address, era-test-node is less restrictive than eraVM.
https://docs.zksync.io/build/developer-reference/account-abstraction/extending-4337#extending-the-set-of-slots-that-belong-to-a-user
🔄 Reproduction Steps
🤔 Expected Behavior
The documented behavior requires that storage slot access only come from storage slots with solidity like mappings to account addresses.
😯 Current Behavior
era-test-node doesn't look like it performs any validation
🖥️ Environment
📋 Additional Context
We're also looking at making eraVM less restrictive, but not as permissive as era-test-node here: matter-labs/zksync-era#3166
📎 Log Output
The text was updated successfully, but these errors were encountered: