flocore-node/test
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
..
data Use Bitcore Block/BlockHeader 2015-08-27 12:14:25 -04:00
scaffold Start/Stop Improvements 2015-09-08 10:17:57 -04:00
services Merge pull request #193 from kleetus/reindex 2015-09-08 10:15:34 -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