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.4 #1291

Merged
merged 1 commit into from
Jul 16, 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
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 2.2.4

* Initial TLOAD/TSTORE support (#1286)
* Initial symbolic execution implementation (experimental, #1216, #1251, #1285)
* New panel toggles in the UI (#1197)
* New gas/s metric (#1279)
* Improved logging (#1202, #1271, #1273, #1274, #1283, #1258, #1269)
* Performance improvements with multiple workers (#1228)
* Shrinking improvements (#1196, #1250, #1280)
* Improved configuration options (#1200, #1227, #1251)

## 2.2.3

* feat: add CLI commands for RPC URL and block number (#1194)
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 <[email protected]>
maintainer: Trail of Bits <[email protected]>

version: 2.2.3
version: 2.2.4

ghc-options:
- -O2
Expand Down