-
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
Medusa crash when deploying contract inside target contract constructor #211
Comments
@aviggiano feel free to check out https://github.com/crytic/medusa/tree/dev/fix-coverage-panic This should have the fix in place. Here is what the issue was: Basically, if you recall from our conversation about medusa, medusa will call any function in any dynamically deployed contract. Thus, medusa was calling Please let me know if this works for you. |
You can also use this branch: https://github.com/crytic/medusa/tree/dev/merge-assertion-and-property-mode That has both support for payable constructors and fixes the panic. |
Hey @anishnaik Thank you for the quick update.
Echidna by contrast does not stop the execution
|
@aviggiano can you try toggling |
Hey @anishnaik Thank you very much, this solves my problem! I'm looking forward to trying medusa out, I'll keep you posted. Best |
Hello,
Medusa is crashing with the following error
You can find below a repo with a MWE
https://github.com/aviggiano/medusa-crash
The text was updated successfully, but these errors were encountered: