Skip to content

Commit b9db53c

Browse files
authored
Echidna 2.1.0 (#972)
1 parent 2b91d6e commit b9db53c

2 files changed

Lines changed: 17 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 16 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1-
## 2.1.0 (Unreleased)
2-
3-
* Rename multi-abi mode to allContracts
1+
## 2.1.0
2+
3+
* External contracts are now automatically fetched from Ethereum nodes during fuzzing (#927, #971)
4+
* Added support for the FFI cheatcode (#750)
5+
* Renamed multi-abi mode to allContracts, multi-abi still works but will be removed in future (#934)
6+
* Fixed method filtering in multi-abi mode (#950, #954)
7+
* Fixed config parsing for too large values (#935)
8+
* Renamed echidna-test binary to echidna (#826)
9+
* Added scrollbar to the UI (#915)
10+
* Removed generation of negative seeds (#933)
11+
* Added crash display to the UI (#944)
12+
* Added human-friendly errors for panic codes (#965)
13+
* Refactored code (#903, #906, #908, #924, #925, #928, #946, #956, #966, #968)
14+
* Added limited Windows build (#943)
15+
* Updated dependencies (#942, #948)
16+
* Build and CI improvements (#912, #914, #917, #952, #967)
417

518
## 2.0.5
619

package.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: echidna
33
author: Trail of Bits <echidna-dev@trailofbits.com>
44
maintainer: Trail of Bits <echidna-dev@trailofbits.com>
55

6-
version: 2.0.5
6+
version: 2.1.0
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)