File tree 2 files changed +20
-3
lines changed
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
+
1
12
## 2.2.2
2
13
3
14
* Save corpus and reproducers continuously (#1167 )
Original file line number Diff line number Diff line change @@ -3,10 +3,16 @@ name: echidna
3
3
author :
Trail of Bits <[email protected] >
4
4
maintainer :
Trail of Bits <[email protected] >
5
5
6
- version : 2.2.2
6
+ version : 2.2.3
7
7
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
10
16
11
17
dependencies :
12
18
- base
You can’t perform that action at this time.
0 commit comments