From bc4c7c22906473cfb341dce3d2c23ffae2b413a4 Mon Sep 17 00:00:00 2001 From: Sam Alws Date: Fri, 11 Oct 2024 13:48:50 -0400 Subject: [PATCH] Echidna 2.2.5 --- CHANGELOG.md | 9 +++++++++ package.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eaf8d4913..a34b6733b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package.yaml b/package.yaml index b6732053a..16831696f 100644 --- a/package.yaml +++ b/package.yaml @@ -3,7 +3,7 @@ name: echidna author: Trail of Bits maintainer: Trail of Bits -version: 2.2.4 +version: 2.2.5 ghc-options: - -O2