You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,16 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
7
8
-
## Unreleased
8
+
## [0.51.0] - 2023-04-27
9
9
10
10
## Added
11
11
12
+
-`hevm` can now execute unit tests in foundry projects. Just run `hevm test` from the root of a foundry repo, and all unit tests will be executed (including prove tests).
12
13
- A new stack based loop detection heuristic
13
14
- Analysis of partial execution traces is now supported
14
15
15
16
## Changed
16
17
17
-
-`hevm` can now execute unit tests in foundry projects. Just run `hevm test` from the root of a foundry repo, and all unit tests will be executed (including prove tests).
18
18
-`hevm dapp-test` has been replaced with `hevm test --project-type DappTools`.
19
19
-`hevm test` no longer supports parsing solidity output in the combined json format.
20
20
- The default value for `--ask-smt-iterations` has been changed to 1
@@ -29,7 +29,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
29
29
30
30
- Fixed a bug where underflow was possible when transfering eth
0 commit comments