Skip to content

Commit fabd1ff

Browse files
authored
Echidna 2.2.3 (#1195)
1 parent 8339bad commit fabd1ff

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

Diff for: CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
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)

Diff for: package.yaml

+9-3
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,16 @@ name: echidna
33
author: Trail of Bits <[email protected]>
44
maintainer: 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

1117
dependencies:
1218
- base

0 commit comments

Comments
 (0)