dashd-rpc
dashd-rpc copied to clipboard
DH 6: remove bluebird in favor of native promises + npm audit fix
This builds on other PRs. The relevant commit is 15b7b6fd4615bc74ff6f328b0eb46b391240d3ba.
The node dashd tools now rely on the fixes to node crypto found in v18+, so using Bluebird doesn't even help with compatibility anymore.
TODO: we should also alias dashd-rpc/promise to dashd-rpc/promises to be consistent with the Node API.