Skip to content

Commit

Permalink
Echidna 2.1.0 (#972)
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Mar 10, 2023
1 parent 2b91d6e commit b9db53c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,19 @@
## 2.1.0 (Unreleased)

* Rename multi-abi mode to allContracts
## 2.1.0

* External contracts are now automatically fetched from Ethereum nodes during fuzzing (#927, #971)
* Added support for the FFI cheatcode (#750)
* Renamed multi-abi mode to allContracts, multi-abi still works but will be removed in future (#934)
* Fixed method filtering in multi-abi mode (#950, #954)
* Fixed config parsing for too large values (#935)
* Renamed echidna-test binary to echidna (#826)
* Added scrollbar to the UI (#915)
* Removed generation of negative seeds (#933)
* Added crash display to the UI (#944)
* Added human-friendly errors for panic codes (#965)
* Refactored code (#903, #906, #908, #924, #925, #928, #946, #956, #966, #968)
* Added limited Windows build (#943)
* Updated dependencies (#942, #948)
* Build and CI improvements (#912, #914, #917, #952, #967)

## 2.0.5

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.0.5
version: 2.1.0

# 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 b9db53c

Please sign in to comment.