You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Echidna allows contracts to be deployed to specific addresses using the deployContracts configuration option. However, when the tests are generated, only the harness is constructed and the other contracts are not deployed.
Not sure if this is an easy fix, just leaving it here for reference.
Describe the issue:
Echidna allows contracts to be deployed to specific addresses using the
deployContracts
configuration option. However, when the tests are generated, only the harness is constructed and the other contracts are not deployed.Not sure if this is an easy fix, just leaving it here for reference.
Code example to reproduce the issue:
Not an exact reproducer, but a general idea.
In echidna config file:
In the echidna test contract:
Version:
0.2.0
Relevant log output:
No response
The text was updated successfully, but these errors were encountered: