Skip to content

Commit

Permalink
Echidna 2.0.2 (#776)
Browse files Browse the repository at this point in the history
* initial commit for 2.0.2

* updated changelog
  • Loading branch information
ggrieco-tob committed May 26, 2022
1 parent 64c9a89 commit 43591b1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## TODO

## 2.0.2

* Improved shrinking of dynamic arrays (#775)
* Added support for deployment of certain contracts or bytecode in specific addresses (#758)
* Fixed git attribute to support building docker containers in Windows (#773)
* Fixed crash when the EVM execution triggers more than one query (#760)
* Added support for detection and handling of ancient solc versions (#675)
* Added explicit static flag and removed pthread one from ghc options (#768)

## 2.0.1

* Optimized stateless mutators (#747)
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.1";
v = "2.0.2";

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.1
version: 2.0.2

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

Expand Down

0 comments on commit 43591b1

Please sign in to comment.