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

Commit bcbe229

Browse files
authored
Merge pull request #86 from ethereumjs/update-ethereumjs-common-version
Update to ethereumjs-common v1.1.0
2 parents 25162c7 + d433265 commit bcbe229

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const Stoplight = require('flow-stoplight')
55
const semaphore = require('semaphore')
66
const level = require('level-mem')
77
const Block = require('ethereumjs-block')
8-
const Common = require('ethereumjs-common')
8+
const Common = require('ethereumjs-common').default
99
const ethUtil = require('ethereumjs-util')
1010
const Ethash = require('ethashjs')
1111
const Buffer = require('safe-buffer').Buffer

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"dependencies": {
2727
"async": "^2.6.1",
2828
"ethashjs": "~0.0.7",
29-
"ethereumjs-block": "~2.1.0",
30-
"ethereumjs-common": "~0.6.0",
29+
"ethereumjs-block": "~2.2.0",
30+
"ethereumjs-common": "^1.1.0",
3131
"ethereumjs-util": "~6.0.0",
3232
"flow-stoplight": "^1.0.0",
3333
"level-mem": "^3.0.1",

test/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
const test = require('tape')
44
const Blockchain = require('..')
55
const Block = require('ethereumjs-block')
6-
const Common = require('ethereumjs-common')
6+
const Common = require('ethereumjs-common').default
77
const async = require('async')
88
const ethUtil = require('ethereumjs-util')
99
const level = require('level-mem')

0 commit comments

Comments
 (0)