bitcore-node-zcash/lib/services
Braydon Fuller 2e3d58c07a Fix bug where the outputIndex would be removed.
The address history `combineTransactionInfo` method removes the
outputIndex when creating the outputIndexes property. When these are
from the mempool the original reference is also modified.

We can easily solve this by returning new instances in `getOutputs`
and `getInputs` instead of a reference to the actual mempool instance.

This will also have the additional benefit that height and other
properties that will be the same for every mempool entry will
not be stored in memory longer than what is necessary to fulfill
a request.
2015-10-12 18:35:37 -04:00
..
address Fix bug where the outputIndex would be removed. 2015-10-12 18:35:37 -04:00
bitcoind.js Updates to documentation for bitcore.io website. 2015-09-29 14:15:49 -04:00
db.js Wait for bitcoind to catch up if tip is not found 2015-10-02 13:35:42 -04:00
web.js Service Documentation 2015-09-23 18:14:37 -04:00