ruimarinho / bitcoin-core

A modern Bitcoin Core REST and RPC client.
477 stars 186 forks source link

Remove bluebird dependency and callbacks support #87

Closed pedrobranco closed 4 years ago

pedrobranco commented 5 years ago

This PR removes bluebird as a dependency and drops the callback support (still possible to use callbacks via util.callbackify).

Closes #85.

YanDevDe commented 5 years ago

Can you update the dist/src/index.js one too? It still has bluebird there.

pedrobranco commented 5 years ago

Can you update the dist/src/index.js one too? It still has bluebird there.

The dist files are updated only on the release process.