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

Commit 351aef9

Browse files
authored
Merge pull request #52 from ethereumjs/new-release-v120
New release v1.2.0
2 parents 51fafef + 1c0e6ae commit 351aef9

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
66
(modification: no type change headlines) and this project adheres to
77
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).
88

9+
## [1.2.0] - 2019-05-27
10+
11+
**DRAFT Istanbul Hardfork Support**
12+
13+
Draft support for the upcoming `Istanbul` hardfork planned for October 2019,
14+
use `istanbul` as constructor `hardfork` parameter to activate. Parameters
15+
relevant to new EIPs accepted for the HF will be added along subsequent `1.2.x`
16+
releases, the finalized HF version will be released along a subsequent `1.x.0`
17+
release (likely `1.3.0`).
18+
19+
See new `hardforks/istanbul.json` file as well as PR
20+
[#51](https://github.com/ethereumjs/ethereumjs-common/pull/51).
21+
22+
[1.2.0]: https://github.com/ethereumjs/ethereumjs-common/compare/v1.1.0...v1.2.0
23+
924
## [1.1.0] - 2019-02-04
1025

1126
**Petersburg Hardfork Support**

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ library supported:
7373
- `byzantium`
7474
- `constantinople`
7575
- `petersburg` (aka `constantinopleFix`, apply together with `constantinople`)
76+
- `istanbul` (`DRAFT`)
7677

7778
For hardfork-specific parameter access with the `param()` and `paramByBlock()` functions
7879
you can use the following `topics`:

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": "1.1.0",
3+
"version": "1.2.0",
44
"description": "Resources common to all Ethereum implementations",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)