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
Once the slither version on this repo is bumped high enough that crytic/slither#1665 is included, enums will be supported without any change to echidna code needed
This is great, but keep in mind that echidna will still be testing inputs outside the enum range. Moreover, it will not distinguish between possible enum types so the speedup will not scale for large contracts 😞
This would be nice for situations where you want to test for a limited amount of options/values (but more than 2)
For example I would use this in combination with
hevm.prank()
to simulate a couple of users by using a mapping from the enum value to an address.The text was updated successfully, but these errors were encountered: