Skip to content

Commit b2feecc

Browse files
authored
Merge pull request ethereumjs#77 from ethereumjs/new-release
New release v1.5.0
2 parents c36a07c + 6444877 commit b2feecc

File tree

3 files changed

+19
-14
lines changed

3 files changed

+19
-14
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.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+
924
## [1.4.0] - 2019-11-05
1025

1126
First release with full `Istanbul` support regarding parameter introductions/updates

README.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,12 @@ library supported:
7676
- `constantinople`
7777
- `petersburg` (aka `constantinopleFix`, apply together with `constantinople`)
7878
- `istanbul`
79+
- `muirGlacier`
7980

8081
## Future Hardforks
8182

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`.
9585

9686
## Parameter Access
9787

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.4.0",
3+
"version": "1.5.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)