Bitcoin-com / rest.bitcoin.com

Bitcoin.com's Cloud's REST API
https://rest.bitcoin.com
MIT License
19 stars 26 forks source link

Remove level DB #544

Closed christroutner closed 4 years ago

christroutner commented 4 years ago

This PR removes LevelDB as a dependency and returns rest to a stateless application. This means it can be scaled more effectively using pm2 cluster mode.

Only the last commit with the message Removing level DB which contains changes to the slp.ts library are part of this PR. The other commits in this PR already exist within the master branch, but have not yet been incorporated into the stage branch.

coveralls commented 4 years ago

Pull Request Test Coverage Report for Build 2707


Files with Coverage Reduction New Missed Lines %
dist/routes/v2/slp.js 381 44.0%
<!-- Total: 381 -->
Totals Coverage Status
Change from base Build 2699: 0.5%
Covered Lines: 2349
Relevant Lines: 3358

💛 - Coveralls