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

Commit

Permalink
Merge pull request #36 from ethereumjs/new-release-210
Browse files Browse the repository at this point in the history
New release v2.1.0
  • Loading branch information
jwasinger authored Oct 11, 2017
2 parents ff2594e + c9c43f2 commit 76c0c02
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
[Semantic Versioning](http://semver.org/spec/v2.0.0.html).


## [2.1.0] - 2017-10-11
- ``Metro-Byzantium`` compatible
- Updated ``ethereumjs-block`` dependency (new difficulty formula / difficulty bomb delay)

[2.1.0]: https://github.com/ethereumjs/ethereumjs-blockchain/compare/v2.0.2...v2.1.0

## [2.0.2] - 2017-09-19
- Tightened dependencies to prevent the ``2.0.x`` version of the library to break
after ``ethereumjs`` Byzantium library updates
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ethereumjs-blockchain",
"version": "2.0.2",
"version": "2.1.0",
"description": "A module to store and interact with blocks",
"main": "index.js",
"scripts": {
Expand All @@ -26,7 +26,7 @@
"dependencies": {
"async": "^2.1.2",
"ethashjs": "~0.0.7",
"ethereumjs-block": "git+https://github.com/ethereumjs/ethereumjs-block.git#master",
"ethereumjs-block": "~1.7.0",
"ethereumjs-util": "~5.1.0",
"flow-stoplight": "^1.0.0",
"levelup": "^1.3.0",
Expand Down

0 comments on commit 76c0c02

Please sign in to comment.