-
Notifications
You must be signed in to change notification settings - Fork 136
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
fix: Exclude from empty code error case where there is no calldata and value #804
Conversation
The error message is a more general error that is printed if the user tries to call any contract with empty bytecode. The issue here seems that |
It shouldn't be a call to |
What 💻
ERROR foundry_zksync_core::vm::tracers::cheatcode: call may fail or behave unexpectedly due to empty code target=0x0000000000000000000000000000000000989682 calldata=""
appears repeatedly, flooding the terminal and slowing down test execution.Why ✋