Skip to content

Commit 1a32fde

Browse files
Echidna 2.1.1 (#1011)
* Update package.yaml * Update CHANGELOG.md * Update CHANGELOG.md
1 parent ae4b381 commit 1a32fde

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
## 2.1.1
2+
3+
* Added missing space in ProcessorNotFound message (#977)
4+
* Added measurement and log of external actions (#988)
5+
* Avoid using cheat codes address to form fuzzing call sequences (#993)
6+
* Implemented invariant testing from foundry (#989)
7+
* hevm upgraded to 0.50.4 (#986)
8+
* Cleaned and improved codebase (#990, #994, #995, #997)
9+
* Make frequently modified fields strict (#1000)
10+
* Force corpus evaluation (#1002)
11+
* Text/headless UI was improved (#991, #1006, #1007, #1009)
12+
113
## 2.1.0
214

315
* External contracts are now automatically fetched from Ethereum nodes during fuzzing (#927, #971)

Diff for: package.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <[email protected]>
44
maintainer: Trail of Bits <[email protected]>
55

6-
version: 2.1.0
6+
version: 2.1.1
77

88
# https://github.com/haskell/cabal/issues/4739
99
ghc-options: -Wall -fno-warn-orphans -O2 -threaded +RTS -N -RTS -optP-Wno-nonportable-include-path

0 commit comments

Comments
 (0)