Echidna 2.1.0 (#972)

pull/977/head v2.1.0
Artur Cygan 2 years ago committed by GitHub
parent 2b91d6e2c0
commit b9db53c739
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 19
      CHANGELOG.md
  2. 2
      package.yaml

@ -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

@ -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

Loading…
Cancel
Save