Merge pull request #1320 from crytic/dev-bump-2.2.5

Echidna 2.2.5
upgrade-hevm v2.2.5
samalws-tob 2 months ago committed by GitHub
commit 6d5ac38f91
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 9
      CHANGELOG.md
  2. 2
      package.yaml

@ -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)

@ -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

Loading…
Cancel
Save