File tree Expand file tree Collapse file tree 3 files changed +14
-2
lines changed
Expand file tree Collapse file tree 3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 11## TODO
22
3+ ## 2.0.1
4+
5+ * Optimized stateless mutators (#747 )
6+ * Expanded and improved command-line help (#741 )
7+ * Added dapptest support: compatibility mode to run foundry and dapptool fuzz tests (#733 , #745 )
8+ * Generate more values closer to the maximum (#736 )
9+ * Fix TERMINFO path for Nix release builds (#731 )
10+ * Mitigate large memory consumption when replaying corpus (#725 )
11+ * Fix --shrink-limit to change shrink limit instead of test limit (#728 )
12+ * Correctly show lines with multiple types of coverage
13+ * Restored nix support (#717 , #743 )
14+
315## 2.0.0
416
517* Refactored test internal data structures and code
Original file line number Diff line number Diff line change 2929 '' ;
3030 } ;
3131
32- v = "2.0.0 " ;
32+ v = "2.0.1 " ;
3333
3434 testInputs = [ pkgs . slither-analyzer solc ] ;
3535
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: echidna
33author : Trail of Bits <echidna-dev@trailofbits.com>
44maintainer : Trail of Bits <echidna-dev@trailofbits.com>
55
6- version : 2.0.0
6+ version : 2.0.1
77
88ghc-options : -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
99
You can’t perform that action at this time.
0 commit comments