File tree Expand file tree Collapse file tree 3 files changed +19
-14
lines changed Expand file tree Collapse file tree 3 files changed +19
-14
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/)
6
6
(modification: no type change headlines) and this project adheres to
7
7
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
8
8
9
+ ## [ 1.5.0] - 2019-12-10
10
+
11
+ Support for the ` MuirGlacier ` HF
12
+ ([ EIP-2387] ( https://eips.ethereum.org/EIPS/eip-2387 ) ) scheduled for January 2020
13
+ delaying the difficulty bomb.
14
+
15
+ Changes:
16
+
17
+ - Implemented [ EIP-2384] ( https://eips.ethereum.org/EIPS/eip-2384 ) Difficulty
18
+ Bomb Delay, PR [ #75 ] ( https://github.com/ethereumjs/ethereumjs-common/pull/75 )
19
+ - Consistent genesis account balance format, converted from decimal to hex
20
+ where necessary, PR [ #73 ] ( https://github.com/ethereumjs/ethereumjs-common/pull/73 )
21
+
22
+ [ 1.5.0 ] : https://github.com/ethereumjs/ethereumjs-common/compare/v1.4.0...v1.5.0
23
+
9
24
## [ 1.4.0] - 2019-11-05
10
25
11
26
First release with full ` Istanbul ` support regarding parameter introductions/updates
Original file line number Diff line number Diff line change @@ -76,22 +76,12 @@ library supported:
76
76
- ` constantinople `
77
77
- ` petersburg ` (aka ` constantinopleFix ` , apply together with ` constantinople ` )
78
78
- ` istanbul `
79
+ - ` muirGlacier `
79
80
80
81
## Future Hardforks
81
82
82
- Scope and technical details on the ` Istanbul ` HF are currently forming out
83
- within [ EIP-1679] ( https://eips.ethereum.org/EIPS/eip-1679 ) respectively the
84
- associated EIP pages.
85
-
86
- Supported EIPs in the library (use ` istanbul ` HF parameter):
87
-
88
- - [ EIP-1108] ( https://eips.ethereum.org/EIPS/eip-1108 ) ` alt_bn128 ` precompile
89
- gas cost reductions (` DRAFT ` status)
90
- - [ EIP-1344] ( https://eips.ethereum.org/EIPS/eip-1344 ) ChainID opcode
91
- (as ` gasPrices ` -> ` base ` parameter in ` hardforks/chainstart.json ` )
92
- - [ EIP-2129/152] ( https://github.com/ethereum/EIPs/pull/2129 ) Blake2b precompile
93
- - [ EIP-2028] ( https://eips.ethereum.org/EIPS/eip-2028 ) Calldata gas cost reduction
94
- - [ EIP-2200] ( https://github.com/ethereum/EIPs/pull/2200 ) Rebalance net-metered SSTORE gas cost
83
+ The ` muirGlacier ` HF delaying the difficulty bomb and scheduled for January 2020
84
+ is supported by the library since ` v1.5.0 ` .
95
85
96
86
## Parameter Access
97
87
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-common" ,
3
- "version" : " 1.4 .0" ,
3
+ "version" : " 1.5 .0" ,
4
4
"description" : " Resources common to all Ethereum implementations" ,
5
5
"main" : " ./dist/index.js" ,
6
6
"types" : " ./dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments