Skip to content

Commit

Permalink
bump to 0.46.0 and changelog entry
Browse files Browse the repository at this point in the history
  • Loading branch information
MrChico committed Apr 29, 2021
1 parent 09b6153 commit 6314bc8
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/hevm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# hevm changelog

## 0.46.0 - unreleased

### Added

- Updated to Berlin! Conformant with GeneralStateTests at commit hash `644967e345bbc6642fab613e1b1737abbe131f78`.

### Fixed

- ADDMOD and MULMOD by zero yields zero.
- Address calculation for newly created contracts.
- Accomodated for the notorious "anomolies on the main network" (see yellow paper Appendix K for trivia)
- A hevm crash when debugging a SELFDESTRUCT contract.

## 0.45.0 - 2021-03-22

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

0 comments on commit 6314bc8

Please sign in to comment.