bitcore-node-zcash/lib
Braydon Fuller 60af86777f Start/Stop Improvements
- A Node will shutdown if there is an error starting a service as it would lead to cascading errors.
- `node.start()` needs to be called, and nolonger is called automatically when the instance is created.
- A service will only be added to node.services after it's started
- Stopping services that are not started will gracefully continue.
- Logging sync status of db will only apply if the service is started.
- Debug log about a service without a route will always include the service name
2015-09-08 10:17:57 -04:00
..
scaffold Start/Stop Improvements 2015-09-08 10:17:57 -04:00
services Start/Stop Improvements 2015-09-08 10:17:57 -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 Start/Stop Improvements 2015-09-08 10:17:57 -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