Replies: 4 comments 4 replies
-
I don't know how to fix this. Let's look forward to @PatrickAlphaC suggestions when they are available. |
Beta Was this translation helpful? Give feedback.
-
I have the same error mesage as well. Trying It seems to be an on-going issue currently : foundry-rs/foundry#3357 |
Beta Was this translation helpful? Give feedback.
-
@0x5chn0uf can you please follow up here? matter-labs/foundry-zksync#475 I've added your issue there. |
Beta Was this translation helpful? Give feedback.
-
To fix this add |
Beta Was this translation helpful? Give feedback.
-
Hi!
At the end of Lesson 15: Foundry Account Abstraction, I'm looking to complete the test suite. However, I encounter a problem when using
forge coverage --via-ir
to compile my Solidity project. The following error occurs:Command executed:
forge coverage --via-ir
Environment
Solidity Version: 0.8.24
Foundry Version: forge 0.0.2 (from
foundry-zksync
)OS: MacOS 14.2.1
Context
I also have this problem with the final code of the
minimal-account-abstraction
repository. I run the forge coverage command and get the error mentioned above.What I've tried
--via-ir --optimize
but the error persists.I read that the error seems to be related to assembler, but I don't see where I can rework the code and modify the stack.
Do you have any suggestions on how to solve this problem or additional leads to explore?
Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions