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

Commit

Permalink
Add difficultyConstantinople tests. Update ethereumjs-common dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
alextsg committed Oct 13, 2018
1 parent 76c4a5f commit b4b5c00
Show file tree
Hide file tree
Showing 3 changed files with 18,042 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"homepage": "https://github.com/ethereumjs/ethereumjs-block#readme",
"dependencies": {
"async": "^2.0.1",
"ethereumjs-common": "^0.5.0",
"ethereumjs-common": "^0.6.0",
"ethereumjs-tx": "^1.2.2",
"ethereumjs-util": "^5.0.0",
"merkle-patricia-tree": "^2.1.2"
Expand Down
3 changes: 2 additions & 1 deletion tests/difficulty.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ tape('[Header]: difficulty tests', t => {
const hardforkTestData = {
'chainstart': require('./difficultyFrontier.json'),
'homestead': require('./difficultyHomestead.json'),
'byzantium': require('./difficultyByzantium.json')
'byzantium': require('./difficultyByzantium.json'),
'constantinople': require('./difficultyConstantinople.json').tests,
}
for (let hardfork in hardforkTestData) {
const testData = hardforkTestData[hardfork]
Expand Down
Loading

0 comments on commit b4b5c00

Please sign in to comment.