Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
echidna-2.2.7-x86_64-windows.zip | 2025-07-21 | 21.3 MB | |
echidna-2.2.7-aarch64-linux.tar.gz | 2025-07-21 | 8.6 MB | |
echidna-2.2.7-aarch64-macos.tar.gz | 2025-07-21 | 30.2 MB | |
echidna-2.2.7-x86_64-linux.tar.gz | 2025-07-21 | 9.0 MB | |
echidna-2.2.7-x86_64-macos.tar.gz | 2025-07-21 | 9.8 MB | |
echidna-2.2.7-aarch64-linux.tar.gz.sigstore.json | 2025-07-21 | 8.8 kB | |
echidna-2.2.7-aarch64-macos.tar.gz.sigstore.json | 2025-07-21 | 8.8 kB | |
echidna-2.2.7-x86_64-linux.tar.gz.sigstore.json | 2025-07-21 | 8.8 kB | |
echidna-2.2.7-x86_64-macos.tar.gz.sigstore.json | 2025-07-21 | 8.9 kB | |
Echidna 2.2.7 source code.tar.gz | 2025-07-21 | 190.7 kB | |
Echidna 2.2.7 source code.zip | 2025-07-21 | 264.6 kB | |
README.md | 2025-07-21 | 1.4 kB | |
Totals: 12 Items | 79.3 MB | 2 |
What's Changed
- UI is now more responsive and can be scrolled using the keyboard (arrow keys, PgUp/Down, Tab)
- Text mode now reports
gas/s
during a fuzzing campaign. - The docker container and static binaries are now also built for ARM Linux.
- Users can now give a friendly name to a project through the config file and it will show in the UI.
- Bugs squashed when shrinking, generating random integers, collecting contract addresses into the internal dictionary, and counting gas usage.
- Echidna is now built with GHC 9.8.4
hevm
has been upgraded torelease/0.55.0
- This
hevm
release includes multiple fixes and performance improvements, including a fix for multiple contract deployments under aprank
. - Full
hevm
changelog: https://github.com/ethereum/hevm/compare/037ff11779d0089378f01cb103db1171dc642be2...2931f09fcbbca68911421fbe2f2f21ebebdb5332
Deprecation notice
[!IMPORTANT]
The following features will be removed from future Echidna releases. This will be the last release supporting: * Etheno integration, and theinitialize
configuration option * Gas estimation (estimateGas
configuration option) * Concolic execution (symExecConcolic
configuration option)
New Contributors
- @figtracer made their first contribution in https://github.com/crytic/echidna/pull/1357
Full Changelog: https://github.com/crytic/echidna/compare/v2.2.6...v2.2.7