-
Notifications
You must be signed in to change notification settings - Fork 47
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
contract deployment tx returned a failed status: execution reverted #351
Comments
Have you tried using the coverage report to see what lines of the constructor are failing? I found Medusa's report to be pretty accurate for tracking what lines of the constructor ended up executing or reverting. |
Can you try the |
Thanks for your responses. The coverage report is not being generated. Here's the updated logs:
|
Hmm actually I think the problem is that I had an old I removed it and it now works. The new logs did help! Thank you |
I am trying to run medusa on a codebase but it is failing with the following error:
The same codebase works with Echidna
Unfortunately, it is still private, but I'd like to know if there are any recommendations on how to debug this issue. Is there a verbose/debug mode that I can use to understand why it is failing?
The text was updated successfully, but these errors were encountered: