Skip to content

Commit 34cf64d

Browse files
authored
Echidna 1.7.0 (#621)
1 parent bdbb3e2 commit 34cf64d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
## TODO
22

3+
## 1.7.0
4+
5+
* Refactored and improved etheno support to be more useful (#615)
6+
* Coverage filenames are not overwritten (#620)
7+
* Refactored the mutator code (#618)
8+
* More corpus and array mutations implemented (#372)
9+
* Source coverage is printed after fuzzing campaign (#516)
10+
* Nix improvements and fixes (#603, #604, #608, #612)
11+
* Simplified slither information parsing (#543)
12+
* Enabled use of coverage by default (#605)
13+
* Run echidna tests in parallel (#571)
14+
315
## 1.6.1
416

517
* Use a sensible default value for `block.gaslimit` (#596)

package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <[email protected]>
44
maintainer: Trail of Bits <[email protected]>
55

6-
version: 1.6.1
6+
version: 1.7.0
77

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

0 commit comments

Comments
 (0)