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

[MASTER-RELEASE] Byzantium Release (needs dependency update) #34

Merged
merged 2 commits into from
Sep 25, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"dependencies": {
"async": "^2.1.2",
"ethashjs": "~0.0.7",
"ethereumjs-block": "~1.6.0",
"ethereumjs-block": "git+https://github.com/ethereumjs/ethereumjs-block.git#byzantium-changes",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Once we release ethereumjs-block Byzantium changes, we will change this line to point to the master branch of ethereumjs-block. Later, after we successfully release, then we can release a new version of ethereumjs-block and change this line again to restrict the version.

"ethereumjs-util": "~5.1.0",
"flow-stoplight": "^1.0.0",
"levelup": "^1.3.0",
Expand Down