This PR simplifies LevelDB usage in the repo by updating to use latest LevelDB.
Using the latest LevelDB allows us to remove the old level style dependencies, ie. level-js, memdown, etc. The PR also updates all dependencies in package.json and includes a couple of small clean ups.
This PR simplifies LevelDB usage in the repo by updating to use latest LevelDB.
Using the latest LevelDB allows us to remove the old level style dependencies, ie.
level-js
,memdown
, etc. The PR also updates all dependencies in package.json and includes a couple of small clean ups.