This repository was archived by the owner on Apr 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Expand file tree Collapse file tree 3 files changed +17
-1
lines changed Original file line number Diff line number Diff 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**
Original file line number Diff line number Diff line change @@ -73,6 +73,7 @@ library supported:
7373- ` byzantium `
7474- ` constantinople `
7575- ` petersburg ` (aka ` constantinopleFix ` , apply together with ` constantinople ` )
76+ - ` istanbul ` (` DRAFT ` )
7677
7778For hardfork-specific parameter access with the ` param() ` and ` paramByBlock() ` functions
7879you can use the following ` topics ` :
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments