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

Commit d48a38c

Browse files
authored
Refactor TrieNode, add levelup types (#98)
* Add leveldb types * Refactor trie node * Fix lgtm warnings
1 parent 882799e commit d48a38c

File tree

7 files changed

+272
-234
lines changed

7 files changed

+272
-234
lines changed

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@
6363
"@ethereumjs/config-tsc": "^1.1.1",
6464
"@ethereumjs/config-tslint": "^1.1.1",
6565
"@types/bn.js": "^4.11.5",
66+
"@types/levelup": "^3.1.1",
6667
"browserify": "^13.0.0",
6768
"coveralls": "^3.0.5",
6869
"husky": "^2.1.0",

0 commit comments

Comments
 (0)