str4d / insight-ui-zcash

A bitcoin blockchain web browser user interface
https://bitcore.io/guides/full-node
29 stars 21 forks source link

mempool bitcore-node patch #2

Closed karelbilek closed 4 months ago

karelbilek commented 7 years ago

We made bitpay to (finally) publish our patch to bitcore-node to npm. So if you could apply the patches to your version, that would be great.

It's this commit/patch

https://github.com/bitpay/bitcore-node/commit/5e899c18d01efc771b8a90fed1e294f969a48b08

It's basically an option to ask only for unconfirmed transactions through the socket.io calls. Useful for mytrezor (we don't want to load all transaction when it's not needed).

karelbilek commented 7 years ago

I would create a PR for str4d/bitcore-node-zcash, but it's probably gonna be better to just rebase your zcash changes on top of current bitcore-node master. I can't do a PR for that, or at least I don't know how :)