This repository was archived by the owner on Apr 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed
Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ 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.2.0] - 2018-05-14
10+ - New optional initialization parameter `` allowedHardforks `` , this allows for cleaner client
11+ library implementations by preventing undefined behaviour, PR [ #10 ] ( https://github.com/ethereumjs/ethereumjs-common/pull/10 )
12+ - Added `` activeHardfork() `` function to get latest active HF for chain or block, PR [ #11 ] ( https://github.com/ethereumjs/ethereumjs-common/pull/11 )
13+
14+ [ 0.2.0 ] : https://github.com/ethereumjs/ethereumjs-common/compare/v0.1.1...v0.2.0
15+
916## [ 0.1.1] - 2018-05-09
1017- Remove dynamic require to prevent browserify issue, PR [ #8 ] ( https://github.com/ethereumjs/ethereumjs-common/pull/8 )
1118
Original file line number Diff line number Diff line change 11{
22 "name" : " ethereumjs-common" ,
3- "version" : " 0.1.1 " ,
3+ "version" : " 0.2.0 " ,
44 "description" : " Resources common to all Ethereum implementations" ,
55 "main" : " index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments