flocore-node/test
Braydon Fuller e046f7294e Changes to be able to run with only a configuration file.
- Adds parameter to cli methods to be able to specify the location of services modules. This is useful for packages that wrap bitcore-node to be able to pass along a node_modules directory with services.
- Adds another parameter for including additional services in the default settings.
- Will use the `process.env.HOME + '/.bitcore` as the default configuration location.
- There are now two `getDefaultConfig`, one that will instatiate a `~/.bitcore` directory with a default if it doesn't exist, and `getBaseDefaultConfig` that will return a basic configuration without additional services enabled.
- Changes logic to use the global install if a local node_modules version is not available, this would previously assume that it was a local install because of the existence of a configuration file.
2015-10-20 12:33:53 -04:00
..
data MempoolInputIndex and MempoolOutputIndex 2015-09-17 14:29:11 -04:00
scaffold Changes to be able to run with only a configuration file. 2015-10-20 12:33:53 -04:00
services bitcore -> bitcore-lib 2015-10-17 00:56:29 -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
index.unit.js Added a Node.js version check based on the package.json engine. 2015-10-18 22:50:29 -04:00
node.unit.js bitcore -> bitcore-lib 2015-10-17 00:56:29 -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