Skip to content

Commit

Permalink
Echidna 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
samalws-tob committed Oct 11, 2024
1 parent a7eeb84 commit daf5e71
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 2.2.5

* Support Ethereum Cancun upgrade (#1317, #1309, #1300)
* Print a warning if an assert isn't hit in assert mode (#1110)
* Add support for the vm.label cheatcode when printing call sequences (#1314)
* Collect coverage during contract deployment (#1304)
* Fix overflow behavior: overflows now revert the transaction, rather than causing Echidna to error (#1293)
* Add documentation (#1298)

## 2.2.4

* Initial TLOAD/TSTORE support (#1286)
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.2.4
version: 2.2.5

ghc-options:
- -O2
Expand Down

0 comments on commit daf5e71

Please sign in to comment.