Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
echidna-2.2.5-x86_64-windows.zip | 2024-10-15 | 20.2 MB | |
echidna-2.2.5-aarch64-macos.tar.gz | 2024-10-15 | 28.9 MB | |
echidna-2.2.5-aarch64-macos.tar.gz.sigstore.json | 2024-10-15 | 8.6 kB | |
echidna-2.2.5-x86_64-linux.tar.gz | 2024-10-15 | 7.9 MB | |
echidna-2.2.5-x86_64-linux.tar.gz.sigstore.json | 2024-10-15 | 8.6 kB | |
echidna-2.2.5-x86_64-macos.tar.gz | 2024-10-15 | 9.6 MB | |
echidna-2.2.5-x86_64-macos.tar.gz.sigstore.json | 2024-10-15 | 8.6 kB | |
Echidna 2.2.5 source code.tar.gz | 2024-10-11 | 184.4 kB | |
Echidna 2.2.5 source code.zip | 2024-10-11 | 256.3 kB | |
README.md | 2024-10-11 | 653 Bytes | |
Totals: 10 Items | 67.1 MB | 0 |
What's Changed
- Support Ethereum Cancun upgrade, including
MCOPY
(#1317, [#1309], [#1300]) - Print a warning if an assert isn't hit in assert mode (#1110)
- Add support for the
vm.label
cheatcode when printing call sequences (#1314) - Add support for other cheatcodes:
startPrank
,stopPrank
,setEnv
, andenv{Bool,Uint,Int,Address,Bytes32,String,Bytes}
(#1300) - Collect coverage during contract deployment (#1304)
- Fix overflow behavior: overflows now revert the transaction, rather than causing Echidna to error (#1293)
- Add documentation (#1298)
Full Changelog: https://github.com/crytic/echidna/compare/v2.2.4...v2.2.5