Skip to content

Commit

Permalink
Merge pull request #310 from ethereum/prepare-0.51.3
Browse files Browse the repository at this point in the history
Prepare 0.51.3 release
  • Loading branch information
arcz authored Jul 14, 2023
2 parents 04943e4 + 3a580c1 commit 211fff9
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
16 changes: 11 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,28 +5,34 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased
## [0.51.3] - 2023-07-14

## Fixed

- Path joining on Windows
- Fixed overflow issue in stripWrites
- Automatic tests are now more reproducible

## Changed

- Removed sha3Crack which has been deprecated for keccakEqs

## Added

- Added flag `-f debug` to add debug flags to cabal/GHC

## [0.51.2] - 2023-07-11

## Fixed

- SMT encoding of Expr now has assertions for the range of environment values that are less than word size (256 bits).
- Trace now contains the cheat code calls
- Removed sha3Crack which has been deprecated for keccakEqs
- More consistent error messages
- Automatic tests are now more reproducible
- Fixed overflow issue in stripWrites

## Changed

- SMT2 scripts are now being reprocessed to put one sexpr per line. Having sepxrs that span across multiple lines trigers a bug in CVC5.
- Removing long-running tests so we can finish all unit tests in approx 10 minutes on a current-gen laptop CPU
- Added flag `-f debug` to add debug flags to cabal/GHC
- Added git revision to `hevm version`

## Added
Expand Down
2 changes: 1 addition & 1 deletion hevm.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cabal-version: 3.0
name:
hevm
version:
0.51.2
0.51.3
synopsis:
Ethereum virtual machine evaluator
description:
Expand Down

0 comments on commit 211fff9

Please sign in to comment.