Skip to content

Commit 89d9439

Browse files
Echidna 1.7.1 (#663)
1 parent 8668dc4 commit 89d9439

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

CHANGELOG.md

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

3+
## 1.7.1
4+
5+
* Tweaked mutators and improved test stability (#628)
6+
* Documented known issues and limitations (#655)
7+
* Automatically initialize addresses when used (#657)
8+
* Improved coverage to count number of EVM frames (#624)
9+
* Avoid mutations to generate inputs outside their expected ABI range (#650)
10+
* Various small to run Vyper contracts (#645)
11+
* Improved integer generation to use small values (#644)
12+
* Added two CLI options: --corpus-dir and --check-asserts (#640)
13+
* Refactored shrinkSeq to improve readability (#639)
14+
* Fixed UI to fit long function calls (#635)
15+
* Refactor coverage types and added corpus size in UI (#627)
16+
* Fixed link to macOS binary in binaries.soliditylang.org (#629)
17+
* Fixed default.nix to use 1.7.0 as version (#623)
18+
* Refactored Test type (#622)
19+
320
## 1.7.0
421

522
* Refactored and improved etheno support to be more useful (#615)

default.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ let
3232
'';
3333
};
3434

35-
v = "1.7.0";
35+
v = "1.7.1";
3636

3737
f = { mkDerivation, aeson, ansi-terminal, base, base16-bytestring
3838
, binary, brick, bytestring, cborg, containers, data-dword, data-has

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: 1.7.0
6+
version: 1.7.1
77

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

0 commit comments

Comments
 (0)