Skip to content

Commit 6314bc8

Browse files
committed
bump to 0.46.0 and changelog entry
1 parent 09b6153 commit 6314bc8

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

src/hevm/CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# hevm changelog
22

3+
## 0.46.0 - unreleased
4+
5+
### Added
6+
7+
- Updated to Berlin! Conformant with GeneralStateTests at commit hash `644967e345bbc6642fab613e1b1737abbe131f78`.
8+
9+
### Fixed
10+
11+
- ADDMOD and MULMOD by zero yields zero.
12+
- Address calculation for newly created contracts.
13+
- Accomodated for the notorious "anomolies on the main network" (see yellow paper Appendix K for trivia)
14+
- A hevm crash when debugging a SELFDESTRUCT contract.
15+
316
## 0.45.0 - 2021-03-22
417

518
### Added

src/hevm/hevm.cabal

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cabal-version: 2.2
22
name:
33
hevm
44
version:
5-
0.45.0
5+
0.46.0
66
synopsis:
77
Ethereum virtual machine evaluator
88
description:

0 commit comments

Comments
 (0)