bitcore-node-zcash/test
Braydon Fuller d9b2a0969b Fixed bug with balance
There was a bug when getting unspent outputs that would include an output
that was spent in the mempool in addition to the new output with the change
address. This lead to a balance having an output counted twice towards the
end balance. The solution is to have the isSpent method for the address service
to also include if the output was spent in the mempool, as the isSpent
method exposed from bitcoind only includes if the output was spent in a block.
2015-10-12 09:29:49 -04:00
..
data MempoolInputIndex and MempoolOutputIndex 2015-09-17 14:29:11 -04:00
scaffold Bitcore Node Add Command with Remote URLS 2015-09-15 11:08:55 -04:00
services Fixed bug with balance 2015-10-12 09:29:49 -04:00
bus.integration.js gitignore, integration test, env 2015-09-11 10:58:52 -04:00
bus.unit.js Rename modules to services. 2015-08-31 11:31:28 -04:00
node.unit.js Start/Stop Improvements 2015-09-08 10:17:57 -04:00
transaction.unit.js Convert db into a db module. 2015-08-31 11:15:51 -04:00
utils.unit.js Add unit tests for utils. 2015-09-01 12:48:08 -04:00