Echidna 1.7.0 (#621)

pull/623/head v1.7.0
Gustavo Grieco 4 years ago committed by GitHub
parent bdbb3e21b1
commit 34cf64d19a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      CHANGELOG.md
  2. 2
      package.yaml

@ -1,5 +1,17 @@
## TODO
## 1.7.0
* Refactored and improved etheno support to be more useful (#615)
* Coverage filenames are not overwritten (#620)
* Refactored the mutator code (#618)
* More corpus and array mutations implemented (#372)
* Source coverage is printed after fuzzing campaign (#516)
* Nix improvements and fixes (#603, #604, #608, #612)
* Simplified slither information parsing (#543)
* Enabled use of coverage by default (#605)
* Run echidna tests in parallel (#571)
## 1.6.1
* Use a sensible default value for `block.gaslimit` (#596)

@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>
version: 1.6.1
version: 1.7.0
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS

Loading…
Cancel
Save