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

Commit

Permalink
Merge b9b7113 into ce3e2d8
Browse files Browse the repository at this point in the history
  • Loading branch information
holgerd77 committed Oct 11, 2018
2 parents ce3e2d8 + b9b7113 commit de57c86
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [0.6.0] - 2018-10-11
Parameter support for the ``Constantinople`` hardfork (see ``hardforks/constantinople.json``):
- Added ``SSTORE`` gas/refund prices (``EIP-1283``), PR [#27](https://github.com/ethereumjs/ethereumjs-common/pull/27)
- Added Block Reward Adjustment (``EIP-1234``), PR [#26](https://github.com/ethereumjs/ethereumjs-common/pull/26)

[0.6.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v0.5.0...v0.6.0

## [0.5.0] - 2018-08-27
- Introduces **support for private chains** by allowing to pass a custom dictionary as the ``chain`` parameter
in the constructor or the ``setChain()`` method as an alternative to just passing one of the predefined
``chain`` ``String`` names (e.g. ``mainnet``, ``ropsten``), PR [#24](https://github.com/ethereumjs/ethereumjs-common/pull/24)


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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ library supported:
- ``tangerineWhistle``
- ``spuriousDragon``
- ``byzantium``
- ``constantinople`` (Draft)
- ``constantinople``
- ``hybridCasper`` (Draft)


Expand Down
2 changes: 1 addition & 1 deletion hardforks/constantinople.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "constantinople",
"comment": "Future hardfork with new instructions and protocol changes",
"comment": "Hardfork with new instructions and protocol changes",
"eip": {
"url": "https://eips.ethereum.org/EIPS/eip-1013",
"status": "Draft"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-common",
"version": "0.5.0",
"version": "0.6.0",
"description": "Resources common to all Ethereum implementations",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit de57c86

Please sign in to comment.