flocore-node/lib
Braydon Fuller c205f781a5 Pagination for Address History
- Reindexing the bitcore-node database is required with this change.
- Address indexes are updated to include address and height in spent index so that both inputs and outputs can be queried by address and height using "start" and "stop" to limit the range of the query.
- Address history also now supports paginated results using "from" and "to" values that indicate an index in the array.
2015-09-12 19:44:10 -04:00
..
scaffold inherit https options from node 2015-09-10 11:08:48 -04:00
services Pagination for Address History 2015-09-12 19:44:10 -04:00
bus.js Rename modules to services. 2015-08-31 11:31:28 -04:00
errors.js Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -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 Added integration for the bus 2015-09-10 13:19:12 -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