bitcore-node-zcash/lib
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
..
scaffold Removed errors memoization. 2015-09-16 10:38:08 -04:00
services Fix bug where the outputIndex would be removed. 2015-10-12 18:35:37 -04:00
bus.js Service Documentation 2015-09-23 18:14:37 -04:00
errors.js Crash on reindex 2015-09-16 10:22:42 -04:00
index.js Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -04:00
logger.js Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -04:00
node.js Updates to documentation for bitcore.io website. 2015-09-29 14:15:49 -04:00
service.js more changes for services 2015-09-03 16:07:35 -04:00
transaction.js Improve test coverage and cleanup. 2015-08-31 16:32:25 -04:00
utils.js Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -04:00