Skip to content

Commit

Permalink
Echidna 2.1.1 (#1011)
Browse files Browse the repository at this point in the history
* Update package.yaml

* Update CHANGELOG.md

* Update CHANGELOG.md
  • Loading branch information
ggrieco-tob committed Apr 5, 2023
1 parent ae4b381 commit 1a32fde
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 2.1.1

* Added missing space in ProcessorNotFound message (#977)
* Added measurement and log of external actions (#988)
* Avoid using cheat codes address to form fuzzing call sequences (#993)
* Implemented invariant testing from foundry (#989)
* hevm upgraded to 0.50.4 (#986)
* Cleaned and improved codebase (#990, #994, #995, #997)
* Make frequently modified fields strict (#1000)
* Force corpus evaluation (#1002)
* Text/headless UI was improved (#991, #1006, #1007, #1009)

## 2.1.0

* External contracts are now automatically fetched from Ethereum nodes during fuzzing (#927, #971)
Expand Down
2 changes: 1 addition & 1 deletion package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: echidna
author: Trail of Bits <echidna-dev@trailofbits.com>
maintainer: Trail of Bits <echidna-dev@trailofbits.com>

version: 2.1.0
version: 2.1.1

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

0 comments on commit 1a32fde

Please sign in to comment.