Skip to content

Commit cde590f

Browse files
authored
Echidna 2.3.1 (#1517)
* Bump version to 2.3.1 * Update CHANGELOG
1 parent 4092fe5 commit cde590f

File tree

2 files changed

+28
-2
lines changed

2 files changed

+28
-2
lines changed

CHANGELOG.md

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,32 @@
11
## Unreleased
2-
* Dropped Etheno support (#1402)
2+
3+
## 2.3.1
4+
5+
* Fixes for Foundry reproducer test generation (#1484, #1514)
6+
* Fix SSE getting stuck at the end of execution (#1493)
7+
* Fix gas underreporting on reverted transactions (#1503)
8+
* Onchain coverage improvements with Sourcify support as an alternative to Etherscan (#1504, #1511)
9+
* New `disableOnchainSources` option and `--disable-onchain-sources` CLI flag
10+
* FFI support now handles commands that output an extra newline (#1507)
11+
* Updated hevm to `release/0.57.0` (#1515)
12+
* Newer nixpkgs and compilation fixes for GHC 9.10 (#1500, #1501)
13+
14+
## 2.3.0
15+
16+
* Symbolic execution integration with fuzzing: verification mode for stateless functions and symExec mode combining fuzzing with symbolic execution (#1394)
17+
* Support for Bitwuzla, cvc5, and Z3 solvers (#1421, #1425)
18+
* Foundry test generation for discovered bugs (standalone reproducers for failed assertions) (#1437)
19+
* Improved HTML coverage reporting (#1415) with configurable `coverageDir` option (#1428)
20+
* Enhanced failure diagnostics: all events from all transactions in the sequence are now displayed (#1475)
21+
* Deployment errors now show full execution trace (#1466)
22+
* Shrinking status logged during minimization (#1454)
23+
* Dictionary extraction from tuple elements (#1406)
24+
* Enhanced callback encoding for multicall-style interactions (#1444)
25+
* Docker image now includes Foundry, Z3, and Bitwuzla (#1422, #1469)
26+
* `rtsopts` enabled on release builds (#1457)
27+
* Dropped Etheno support and `initialize` configuration (#1402)
328
* Dropped `estimateGas` support and auxiliary code (#1403)
29+
* Dropped `symExecConcolic` option (#1394)
430

531
## 2.2.7
632

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 <echidna-dev@trailofbits.com>
44
maintainer: Trail of Bits <echidna-dev@trailofbits.com>
55

6-
version: 2.3.0
6+
version: 2.3.1
77

88
ghc-options:
99
- -O2

0 commit comments

Comments
 (0)