orbitdb-archive / orbit-db-storage-adapter

A wrapper for abstract-leveldown compliant stores, used by OrbitDB
MIT License
8 stars 3 forks source link

Simplify level usage #26

Closed haadcode closed 1 year ago

haadcode commented 1 year ago

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.