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

Commit 32ddb89

Browse files
authored
Merge pull request #28 from ethereumjs/new-release-v060
New release v0.6.0
2 parents ce3e2d8 + b9b7113 commit 32ddb89

File tree

4 files changed

+10
-4
lines changed

4 files changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@ 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.0] - 2018-10-11
10+
Parameter support for the ``Constantinople`` hardfork (see ``hardforks/constantinople.json``):
11+
- Added ``SSTORE`` gas/refund prices (``EIP-1283``), PR [#27](https://github.com/ethereumjs/ethereumjs-common/pull/27)
12+
- Added Block Reward Adjustment (``EIP-1234``), PR [#26](https://github.com/ethereumjs/ethereumjs-common/pull/26)
13+
14+
[0.6.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.5.0...v0.6.0
15+
916
## [0.5.0] - 2018-08-27
1017
- Introduces **support for private chains** by allowing to pass a custom dictionary as the ``chain`` parameter
1118
in the constructor or the ``setChain()`` method as an alternative to just passing one of the predefined
1219
``chain`` ``String`` names (e.g. ``mainnet``, ``ropsten``), PR [#24](https://github.com/ethereumjs/ethereumjs-common/pull/24)
13-
1420

1521
[0.5.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.4.1...v0.5.0
1622

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library supported:
7070
- ``tangerineWhistle``
7171
- ``spuriousDragon``
7272
- ``byzantium``
73-
- ``constantinople`` (Draft)
73+
- ``constantinople``
7474
- ``hybridCasper`` (Draft)
7575

7676

hardforks/constantinople.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "constantinople",
3-
"comment": "Future hardfork with new instructions and protocol changes",
3+
"comment": "Hardfork with new instructions and protocol changes",
44
"eip": {
55
"url": "https://eips.ethereum.org/EIPS/eip-1013",
66
"status": "Draft"

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.5.0",
3+
"version": "0.6.0",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)