bitcore-node-zcash/lib/scaffold
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
..
add.js CLI fixes for installing and removing services. 2015-09-02 18:39:19 -04:00
call-method.js Added CLI commands "remove" and "call" 2015-08-28 17:13:02 -04:00
create.js remove name field from node 2015-09-03 16:59:43 -04:00
default-config.js remove name field from node 2015-09-03 16:59:43 -04:00
find-config.js Implement function to find configuration in the current path. 2015-08-24 18:51:07 -04:00
remove.js CLI fixes for installing and removing services. 2015-09-02 18:39:19 -04:00
start.js Start/Stop Improvements 2015-09-08 10:17:57 -04:00