Skip to content

Commit

Permalink
Echidna 2.0.1 (#744)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* prepare for 2.0.1

* Update default.nix

* updated changelog

* updated changelog
  • Loading branch information
ggrieco-tob authored Apr 4, 2022
1 parent 83a3189 commit a31a9c2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
## TODO

## 2.0.1

* Optimized stateless mutators (#747)
* Expanded and improved command-line help (#741)
* Added dapptest support: compatibility mode to run foundry and dapptool fuzz tests (#733, #745)
* Generate more values closer to the maximum (#736)
* Fix TERMINFO path for Nix release builds (#731)
* Mitigate large memory consumption when replaying corpus (#725)
* Fix --shrink-limit to change shrink limit instead of test limit (#728)
* Correctly show lines with multiple types of coverage
* Restored nix support (#717, #743)

## 2.0.0

* Refactored test internal data structures and code
Expand Down
2 changes: 1 addition & 1 deletion default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ let
'';
};

v = "2.0.0";
v = "2.0.1";

testInputs = [ pkgs.slither-analyzer solc ];

Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>

version: 2.0.0
version: 2.0.1

ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS

Expand Down

0 comments on commit a31a9c2

Please sign in to comment.