Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
echidna-2.2.6-x86_64-windows.zip | 2025-01-08 | 20.3 MB | |
echidna-2.2.6-aarch64-macos.tar.gz | 2025-01-08 | 29.0 MB | |
echidna-2.2.6-aarch64-macos.tar.gz.sigstore.json | 2025-01-08 | 8.6 kB | |
echidna-2.2.6-x86_64-linux.tar.gz | 2025-01-08 | 8.0 MB | |
echidna-2.2.6-x86_64-linux.tar.gz.sigstore.json | 2025-01-08 | 8.6 kB | |
echidna-2.2.6-x86_64-macos.tar.gz | 2025-01-08 | 9.7 MB | |
echidna-2.2.6-x86_64-macos.tar.gz.sigstore.json | 2025-01-08 | 8.7 kB | |
Echidna 2.2.6 source code.tar.gz | 2025-01-08 | 185.6 kB | |
Echidna 2.2.6 source code.zip | 2025-01-08 | 258.0 kB | |
README.md | 2025-01-08 | 974 Bytes | |
Totals: 10 Items | 67.4 MB | 0 |
What's Changed
- Users can now turn off the Slither integration with the
disableSlither
config option or the--disable-slither
command-line flag (#1327). - This is only intended for development, and we do not recommend doing this as it degrades fuzzing efficiency.
- Additionally, the UI now shows a visible warning when the Slither integration fails to execute for any reason.
- More statistics on exit: Echidna now prints the total call count (#1328)
- Precompiles now work correctly on Windows (#1333)
hevm
has been upgraded torelease/0.54.2
(#1331)- This
hevm
release includes fixes forprank
andstartPrank
. Pranking now applies to contract creation, andstartPrank
behavior now matches Foundry's. - Full
hevm
changelog: https://github.com/ethereum/hevm/compare/f1f45d3c0d9767a38df04f398d1eab8b66dbe7fc...037ff11779d0089378f01cb103db1171dc642be2
Full Changelog: https://github.com/crytic/echidna/compare/v2.2.5...v2.2.6