Skip to content
This repository was archived by the owner on Apr 6, 2020. It is now read-only.

Commit ac56e22

Browse files
authored
Merge pull request #34 from ethereumjs/new-release-v061
New release v0.6.1
2 parents 1651139 + 0117d9d commit ac56e22

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
77

88

9+
## [0.6.1] - 2018-11-28
10+
- Experimental support for the [Goerli](https://github.com/goerli/testnet) cross-client ``PoA`` testnet (``chains/goerli.json``), see PR [#31](https://github.com/ethereumjs/ethereumjs-common/pull/31)
11+
- Unified hex-prefixing (so always prefixing with ``0x``) of account addresses in genesis files (fixes an issue with state root computation on other libraries), see PR [#32](https://github.com/ethereumjs/ethereumjs-common/issues/32)
12+
13+
[0.6.1]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.6.0...v0.6.1
14+
915
## [0.6.0] - 2018-10-11
1016
Parameter support for the ``Constantinople`` hardfork (see ``hardforks/constantinople.json``):
1117
- Added ``SSTORE`` gas/refund prices (``EIP-1283``), PR [#27](https://github.com/ethereumjs/ethereumjs-common/pull/27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-common",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)