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.2.5 #1320

Merged
merged 1 commit into from
Oct 11, 2024
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
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 vm.label cheatcode when printing call sequences (#1314)
* Coverage during contract deployment (#1304)
* Fix overflow behavior: revert transaction instead of throwing VM error (#1293)
* 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
Loading