We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 09b6153 commit 6314bc8Copy full SHA for 6314bc8
src/hevm/CHANGELOG.md
@@ -1,5 +1,18 @@
1
# hevm changelog
2
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
16
## 0.45.0 - 2021-03-22
17
18
### Added
src/hevm/hevm.cabal
@@ -2,7 +2,7 @@ cabal-version: 2.2
name:
hevm
version:
- 0.45.0
+ 0.46.0
synopsis:
Ethereum virtual machine evaluator
description:
0 commit comments