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 #56 from alextsg/update-tests
Browse files Browse the repository at this point in the history
Update hardfork test data
  • Loading branch information
holgerd77 committed Oct 15, 2018
2 parents 2bda290 + 4cba911 commit dbe2ffb
Show file tree
Hide file tree
Showing 4 changed files with 54,117 additions and 60,867 deletions.
6 changes: 3 additions & 3 deletions tests/difficulty.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ tape('[Header]: difficulty tests', t => {
}

const hardforkTestData = {
'chainstart': require('./difficultyFrontier.json'),
'homestead': require('./difficultyHomestead.json'),
'byzantium': require('./difficultyByzantium.json')
'chainstart': require('./difficultyFrontier.json').tests,
'homestead': require('./difficultyHomestead.json').tests,
'byzantium': require('./difficultyByzantium.json').tests
}
for (let hardfork in hardforkTestData) {
const testData = hardforkTestData[hardfork]
Expand Down
Loading

0 comments on commit dbe2ffb

Please sign in to comment.