File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed
Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 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 )
Original file line number Diff line number Diff line change 2929 '' ;
3030 } ;
3131
32- v = "2.0.1 " ;
32+ v = "2.0.2 " ;
3333
3434 testInputs = [ pkgs . slither-analyzer solc ] ;
3535
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: echidna
33author : Trail of Bits <echidna-dev@trailofbits.com>
44maintainer : Trail of Bits <echidna-dev@trailofbits.com>
55
6- version : 2.0.1
6+ version : 2.0.2
77
88ghc-options : -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS
99
You can’t perform that action at this time.
0 commit comments