File tree Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Expand file tree Collapse file tree 2 files changed +20
-3
lines changed Original file line number Diff line number Diff line change 1+ ## 2.2.3
2+
3+ * feat: add CLI commands for RPC URL and block number (#1194 )
4+ * Speed up shrinking (#1192 )
5+ * Update hevm to 0.53.0 (#1189 )
6+ * Fix faulty corpus transaction detection (#1184 )
7+ * Display contract names in UI (#1181 )
8+ * Save traces for every transaction in reproducer (#1180 )
9+ * Validate corpus while replaying (#1177 )
10+ * Refactors (#1174 , #1178 )
11+
112## 2.2.2
213
314* Save corpus and reproducers continuously (#1167 )
Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ name: echidna
33author :
Trail of Bits <[email protected] > 44maintainer :
Trail of Bits <[email protected] > 55
6- version : 2.2.2
6+ version : 2.2.3
77
8- # https://github.com/haskell/cabal/issues/4739
9- ghc-options : -Wall -fno-warn-orphans -O2 -optP-Wno-nonportable-include-path
8+ ghc-options :
9+ - -O2
10+ - -Wall
11+ - -fno-warn-orphans
12+ # https://github.com/haskell/cabal/issues/4739
13+ - -optP-Wno-nonportable-include-path
14+ - -fspecialize-aggressively
15+ - -fexpose-all-unfoldings
1016
1117dependencies :
1218 - base
You can’t perform that action at this time.
0 commit comments