| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| echidna-2.3.2-x86_64-windows.zip | 2026-03-27 | 21.7 MB | |
| echidna-2.3.2-aarch64-linux.tar.gz | 2026-03-27 | 9.0 MB | |
| echidna-2.3.2-aarch64-linux.tar.gz.sigstore.json | 2026-03-27 | 10.7 kB | |
| echidna-2.3.2-aarch64-macos.tar.gz | 2026-03-27 | 30.9 MB | |
| echidna-2.3.2-aarch64-macos.tar.gz.sigstore.json | 2026-03-27 | 10.4 kB | |
| echidna-2.3.2-x86_64-linux.tar.gz | 2026-03-27 | 9.4 MB | |
| echidna-2.3.2-x86_64-linux.tar.gz.sigstore.json | 2026-03-27 | 10.7 kB | |
| echidna-2.3.2-x86_64-macos.tar.gz | 2026-03-27 | 10.3 MB | |
| echidna-2.3.2-x86_64-macos.tar.gz.sigstore.json | 2026-03-27 | 10.7 kB | |
| README.md | 2026-03-27 | 1.4 kB | |
| v2.3.2 source code.tar.gz | 2026-03-27 | 218.5 kB | |
| v2.3.2 source code.zip | 2026-03-27 | 307.4 kB | |
| Totals: 12 Items | 81.9 MB | 2 | |
What's Changed
- Support for Foundry tests has been improved https://github.com/crytic/echidna/pull/1499 (thanks @BowTiedRadone and @gustavo-grieco!)
- Foundry reproducers are now generated when using property mode as well https://github.com/crytic/echidna/pull/1546 (thanks @gustavo-grieco)
- Errors are now shown when using optimization and property mode with invalid function definitions https://github.com/crytic/echidna/pull/1536 (thanks @gustavo-grieco)
- Echidna now shrinks when a test was interrupted https://github.com/crytic/echidna/pull/1535 (thanks @gustavo-grieco)
- Etherscan backend now supports displaying coverage on contracts with multiple files https://github.com/crytic/echidna/pull/1520
- Coverage tracking for contracts with immutables and contracts that deploy other contracts has been improved https://github.com/crytic/echidna/pull/1506
- Maximum block and timestamp delays can now be set to zero https://github.com/crytic/echidna/pull/1541
- hevm has been updated to
8da7ea44ebf5524dce65b14e70cee1a4413eb6f0(full changelog: https://github.com/argotorg/hevm/compare/5ec225475d5ba9cda24c5fb303acb76c88412553...8da7ea44ebf5524dce65b14e70cee1a4413eb6f0) - this hevm version includes support for
vm.etch(), theCLZopcode as well as other Osaka changes.
Full Changelog: https://github.com/crytic/echidna/compare/v2.3.1...v2.3.2