-
Notifications
You must be signed in to change notification settings - Fork 144
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
The application panicked (crashed): failed finding contract #355
Comments
Can you confirm you used forge test --zksync. Also keep in mind we currently do not support compiling 0.8.25 so you may need to run with forge test --use 0.8.24 (or whatever version being used) --zksync. Will investigate and triage accordingly. |
Yes 0.8.24 the output is as below. I've made another separate repo to deploy. Here's it, we can triage based on it
|
@dutterbutter we can triage based on this repo, I extract all the contract that need to deploy |
Thank you @NOOMA-42 Will make it apart of the next wave of bug fixes to review / fix. |
Ran into this issue. It went away after removing the build & cache dirs |
We're currently working on a fix that should avoid |
Thank you @NOOMA-42 for raising this issue. It should be resolved with the latest changes. I tested myself and everything built correctly. |
Component
Forge
Have you ensured that all of these are up to date?
What version of Foundry are you on?
forge 0.0.2 (aafafa3 2024-05-02T03:16:11.592205000Z)
What command(s) is the bug in?
forge test
Operating System
macOS (Apple Silicon)
Describe the bug
I'm trying to test Mailbox.t.sol but get following error, can someone shed some lights to it?
The text was updated successfully, but these errors were encountered: