Skip to content

Commit e021daa

Browse files
committed
Echidna 2.3.2
1 parent 21c2e75 commit e021daa

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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)

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <opensource@trailofbits.com>
44
maintainer: Trail of Bits <opensource@trailofbits.com>
55

6-
version: 2.3.1
6+
version: 2.3.2
77

88
ghc-options:
99
- -O2

0 commit comments

Comments
 (0)