bitpay / bitcore-p2p

Interface to the bitcoin P2P network for bitcore
MIT License
80 stars 276 forks source link

A few minor improvements #75

Closed olalonde closed 1 year ago

olalonde commented 9 years ago

Inventory.prototype.typeName method

Add optional callback to Peer.prototype.sendMessage

Get rid of deprecation warning caused by node-buffers library.

olalonde commented 9 years ago

Thanks for the comments, will update the PR tomorrow.

koalalorenzo commented 8 years ago

Any update? Will this ever be approved and merged?

braydonf commented 8 years ago

Needs a rebase on master. It would be good to fix the issues related to buffers in a released version instead of pointing to master branch. Preferably we could bring in what we need from buffers into this project, since there are only a few methods we're using, this could be handled in a separate PR.