File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11## Unreleased
22
3+ ## 2.3.2
4+
5+ * Improved support for Foundry tests (#1499 )
6+ * Errors are now shown when using optimization and property mode with invalid function definitions (#1536 )
7+ * Echidna now shrinks when a test was interrupted (#1535 )
8+ * Etherscan backend now supports displaying coverage on contracts with multiple files (#1520 )
9+ * Improved coverage tracking for contracts with immutables and contracts that deploy other contracts (#1506 )
10+ * Maximum block and timestamp delays can now be set to zero (#1541 )
11+ * Updated hevm to ` 8da7ea4 ` with support for ` vm.etch() ` , the CLZ opcode, and other Osaka changes
12+
313## 2.3.1
414
515* Fixes for Foundry reproducer test generation (#1484 , #1514 )
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: echidna
33author : Trail of Bits <opensource@trailofbits.com>
44maintainer : Trail of Bits <opensource@trailofbits.com>
55
6- version : 2.3.1
6+ version : 2.3.2
77
88ghc-options :
99 - -O2
You can’t perform that action at this time.
0 commit comments