Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Echidna 2.1.1 #1011

Merged
merged 3 commits into from
Apr 5, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
ggrieco-tob marked this conversation as resolved.
Show resolved Hide resolved

* 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