You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+27-1Lines changed: 27 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,32 @@
1
1
## 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)
3
28
* Dropped `estimateGas` support and auxiliary code (#1403)
0 commit comments