File tree Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Expand file tree Collapse file tree 2 files changed +25
-2
lines changed Original file line number Diff line number Diff line change 1+ ## 1.2.0.0
2+
3+ * Warn on unused config keys (#301 )
4+ * ` default.yaml ` kept up to date via CI checks (#301 )
5+ * Improved shrinking (#310 )
6+ * Solidity ABIv2 support (#284 , #303 , #317 )
7+ * Early termination on property falure (#323 )
8+ * Timeouts (#320 )
9+ * HEVM updated to [ 2cc059b49cae613025b925f0273b906e25484b68]
10+ * Dictionary control (#312 , #321 )
11+ * Gas price fuzzing (#307 )
12+ * Coverage bug fixed (#300 )
13+ * Contract creation bug fixed (#293 )
14+ * New startup message (#290 )
15+ * Add ` --version ` flag (#285 )
16+ * Support time/block delays (#282 )
17+ * Support ` crytic ` arguments (#280 )
18+ * Detect assertion failure (#276 )
19+ * Use return values as constants (#262 )
20+ * Reproducible testing with seeds (#254 )
21+
122## 1.0.0.0
223
3- Initial stable release
24+ * Initial stable release
25+
26+ [ 2cc059b49cae613025b925f0273b906e25484b68 ] : https://github.com/dapphub/dapptools/tree/2cc059b49cae613025b925f0273b906e25484b68
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: echidna
22
33author : JP Smith
44
5- version : 1.1 .0.0
5+ version : 1.2 .0.0
66
77ghc-options : -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
88
You can’t perform that action at this time.
0 commit comments