| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| echidna-2.3.1-x86_64-windows.zip | 2026-01-16 | 21.6 MB | |
| echidna-2.3.1-aarch64-linux.tar.gz | 2026-01-16 | 8.9 MB | |
| echidna-2.3.1-aarch64-linux.tar.gz.sigstore.json | 2026-01-16 | 10.5 kB | |
| echidna-2.3.1-aarch64-macos.tar.gz | 2026-01-16 | 30.9 MB | |
| echidna-2.3.1-aarch64-macos.tar.gz.sigstore.json | 2026-01-16 | 10.4 kB | |
| echidna-2.3.1-x86_64-linux.tar.gz | 2026-01-16 | 9.3 MB | |
| echidna-2.3.1-x86_64-linux.tar.gz.sigstore.json | 2026-01-16 | 10.5 kB | |
| echidna-2.3.1-x86_64-macos.tar.gz | 2026-01-16 | 10.1 MB | |
| echidna-2.3.1-x86_64-macos.tar.gz.sigstore.json | 2026-01-16 | 10.5 kB | |
| Echidna 2.3.1 source code.tar.gz | 2026-01-16 | 209.9 kB | |
| Echidna 2.3.1 source code.zip | 2026-01-16 | 292.1 kB | |
| README.md | 2026-01-16 | 1.3 kB | |
| Totals: 12 Items | 81.3 MB | 0 | |
What's Changed
- Fixes for Foundry reproducer test generation in https://github.com/crytic/echidna/pull/1484 and https://github.com/crytic/echidna/pull/1514 (thanks @BowTiedRadone and @gustavo-grieco!)
- A fix for SSE, which used to get stuck at the end of the execution by @gustavo-grieco in https://github.com/crytic/echidna/pull/1493
- A fix for gas underreporting on reverted transactions in https://github.com/crytic/echidna/pull/1503
- Improvements in onchain coverage reports, including Sourcify support as an alternative to Etherscan in https://github.com/crytic/echidna/pull/1504, https://github.com/crytic/echidna/pull/1511
- This also introduces a new boolean option
disableOnchainSourcesand CLI flag--disable-onchain-sourcesto turn off onchain coverage report generation. - A quality of life improvement in FFI support; now commands that output an extra newline are supported as well in https://github.com/crytic/echidna/pull/1507
- An updated hevm (
release/0.57.0) in https://github.com/crytic/echidna/pull/1515 - Newer nixpkgs and compilation fixes for GHC 9.10 in https://github.com/crytic/echidna/pull/1500, https://github.com/crytic/echidna/pull/1501
Full Changelog: https://github.com/crytic/echidna/compare/v2.3.0...v2.3.1