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 +12
-4
lines changed Expand file tree Collapse file tree 2 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
6
6
[ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
8
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
+
9
15
## [ 2.0.1] - 2017-09-14
10
16
- Fixed severe bug adding blocks before blockchain init is complete
11
17
18
+ [ 2.0.1 ] : https://github.com/ethereumjs/ethereumjs-blockchain/compare/v2.0.0...v2.0.1
19
+
12
20
## [ 2.0.0] - 2017-01-01
13
21
- Split `` db `` into `` blockDB `` and `` detailsDB `` (breaking)
14
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-blockchain" ,
3
- "version" : " 2.0.1 " ,
3
+ "version" : " 2.0.2 " ,
4
4
"description" : " A module to store and interact with blocks" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
25
25
"homepage" : " https://github.com/ethereumjs/ethereumjs-blockchain#readme" ,
26
26
"dependencies" : {
27
27
"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 " ,
31
31
"flow-stoplight" : " ^1.0.0" ,
32
32
"levelup" : " ^1.3.0" ,
33
33
"memdown" : " ^1.1.0" ,
You can’t perform that action at this time.
0 commit comments