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 +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,15 @@ 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
+ ## [ 3.1.0] - 2018-05-24
10
+ - New `` getLatestHeader() `` and `` getLatestBlock() `` methods for retrieving the latest header
11
+ respectively full block in the canonical chain, PR [ #52 ] ( https://github.com/ethereumjs/ethereumjs-blockchain/pull/52 )
12
+ - Fixed `` saveHeads() `` bug not storing the internal `` headHeader `` /`` headBlock `` header cursors
13
+ to the DB, PR [ #52 ] ( https://github.com/ethereumjs/ethereumjs-blockchain/pull/52 )
14
+ - Updated API docs
15
+
16
+ [ 3.1.0 ] : https://github.com/ethereumjs/ethereumjs-blockchain/compare/v3.0.0...v3.1.0
17
+
9
18
## [ 3.0.0] - 2018-05-18
10
19
This release comes with heavy internal changes bringing Geth DB compatibility to the
11
20
`` ethereumjs-blockchain `` library. For a full list of changes and associated discussion
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ethereumjs-blockchain" ,
3
- "version" : " 3.0 .0" ,
3
+ "version" : " 3.1 .0" ,
4
4
"description" : " A module to store and interact with blocks" ,
5
5
"main" : " index.js" ,
6
6
"scripts" : {
You can’t perform that action at this time.
0 commit comments