Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.

Commit

Permalink
Merge d125f36 into d48a38c
Browse files Browse the repository at this point in the history
  • Loading branch information
s1na committed Sep 24, 2019
2 parents d48a38c + d125f36 commit 0026edd
Show file tree
Hide file tree
Showing 5 changed files with 726 additions and 12 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
@@ -1,9 +1,10 @@
language: node_js
node_js:
- "6"
- "8"
- "9"
- "10"
- "11"
- "12"
env:
- CXX=g++-4.8
services:
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -55,7 +55,8 @@
"level-ws": "^1.0.0",
"readable-stream": "^3.0.6",
"rlp": "^2.2.3",
"semaphore": ">=1.0.1"
"semaphore": ">=1.0.1",
"util.promisify": "^1.0.0"
},
"devDependencies": {
"@ethereumjs/config-nyc": "^1.1.1",
Expand Down

0 comments on commit 0026edd

Please sign in to comment.