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

Commit c577253

Browse files
authored
Merge pull request #33 from ethereumjs/pre-byzantium-release
[Pre-Byzantium Release] v2.0.2
2 parents 0fad9e7 + ac56c65 commit c577253

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,17 @@ 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+
## [2.0.2] - 2017-09-19
10+
- Tightened dependencies to prevent the ``2.0.x`` version of the library to break
11+
after ``ethereumjs`` Byzantium library updates
12+
13+
[2.0.2]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v2.0.1...v2.0.2
14+
915
## [2.0.1] - 2017-09-14
1016
- Fixed severe bug adding blocks before blockchain init is complete
1117

18+
[2.0.1]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v2.0.0...v2.0.1
19+
1220
## [2.0.0] - 2017-01-01
1321
- Split ``db`` into ``blockDB`` and ``detailsDB`` (breaking)
1422

package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ethereumjs-blockchain",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "A module to store and interact with blocks",
55
"main": "index.js",
66
"scripts": {
@@ -25,9 +25,9 @@
2525
"homepage": "https://github.com/ethereumjs/ethereumjs-blockchain#readme",
2626
"dependencies": {
2727
"async": "^2.1.2",
28-
"ethashjs": "^0.0.7",
29-
"ethereumjs-block": "^1.2.2",
30-
"ethereumjs-util": "^5.0.1",
28+
"ethashjs": "~0.0.7",
29+
"ethereumjs-block": "~1.6.0",
30+
"ethereumjs-util": "~5.1.0",
3131
"flow-stoplight": "^1.0.0",
3232
"levelup": "^1.3.0",
3333
"memdown": "^1.1.0",

0 commit comments

Comments
 (0)