Skip to content

Commit 43591b1

Browse files
Echidna 2.0.2 (#776)
* initial commit for 2.0.2 * updated changelog
1 parent 64c9a89 commit 43591b1

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
## TODO
22

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

514
* Optimized stateless mutators (#747)

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ let
2929
'';
3030
};
3131

32-
v = "2.0.1";
32+
v = "2.0.2";
3333

3434
testInputs = [ pkgs.slither-analyzer solc ];
3535

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.0.1
6+
version: 2.0.2
77

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

0 commit comments

Comments
 (0)