Commit Graph

1302 Commits

Author SHA1 Message Date
Braydon Fuller 1d6f11e10f Remove node.js version check. 2015-10-26 11:39:04 -04:00
Braydon Fuller 7afeef0f08 Debugging, clear warnings, fixed GetBlock. 2015-10-26 10:11:02 -04:00
Braydon Fuller b138877e19 Start upgrade to Node.js 4 2015-10-26 10:11:02 -04:00
Patrick Nagurny af9f6f2cb5 Merge pull request #343 from kleetus/version_substring
Edited the patch to provide "bitcore" as the version instead of "bitc…
2015-10-22 16:41:25 -04:00
Braydon Fuller 5802290591 Merge pull request #344 from unusualbob/typosAndServiceDocs
Fix typos and some examples in service doc
2015-10-22 11:52:17 -04:00
Rob Riddle 824e624929 Fix typos and some examples in service doc 2015-10-22 18:47:19 +03:00
Chris Kleeschulte 9bd328d190 Edited the patch to provide "bitcore" as the version instead of "bitcorenode" 2015-10-22 10:59:28 -04:00
Chris Kleeschulte 1e69c3d35d Bump development version to v0.2.5-dev 2015-10-21 18:47:50 -04:00
Chris Kleeschulte ec66179c01 Bump package version to v0.2.5 2015-10-21 18:30:56 -04:00
Chris Kleeschulte 6151735e2e Merge pull request #341 from pnagurny/bug/unconfirmed-balance
unconfirmed balance shouldn't include confirmed balance
2015-10-21 18:29:28 -04:00
Patrick Nagurny 9bdd9e7995 unconfirmed balance shouldn't include confirmed balance 2015-10-21 18:25:57 -04:00
Chris Kleeschulte aa4569e8f3 Bump development version to v0.2.4-dev 2015-10-21 16:51:32 -04:00
Chris Kleeschulte b0fe6fed80 Bump package version to v0.2.4 2015-10-21 16:25:00 -04:00
Gabe Gattis 0c88a540fd Merge pull request #339 from braydonf/create-testnet
Add --testnet option to create command.
2015-10-21 15:44:22 -04:00
Braydon Fuller 92382d69cc Add --testnet option to create command. 2015-10-21 15:28:28 -04:00
Gabe Gattis 9832991c10 Merge pull request #338 from braydonf/logs
Add date to logs and formatting changes.
2015-10-21 15:09:18 -04:00
Braydon Fuller 17b669c98f Add date to logs and formatting changes. 2015-10-21 14:47:35 -04:00
Chris Kleeschulte 0b761511a0 Merge pull request #335 from braydonf/aliases
Remove aliases for commands
2015-10-20 18:21:42 -04:00
Gabe Gattis fdaf2395f7 Merge pull request #334 from braydonf/clear-warnings
Clear warnings with bitcore create command.
2015-10-20 17:19:31 -04:00
Braydon Fuller 9ab989a68a Remove aliases for commands 2015-10-20 17:09:28 -04:00
Chris Kleeschulte dab76c724b Bump development version to v0.2.3-dev 2015-10-20 17:09:26 -04:00
Braydon Fuller df05846671 Merge pull request #330 from bitjson/master
format
2015-10-20 17:01:07 -04:00
Braydon Fuller 95bd5913b8 Clear warnings with bitcore create command. 2015-10-20 16:48:51 -04:00
Patrick Nagurny 8e8573ce2e Merge pull request #333 from braydonf/global
Only use local install if config file exists.
2015-10-20 14:58:36 -04:00
Braydon Fuller 83058eae26 Only use local install if config file exists. 2015-10-20 14:56:09 -04:00
Chris Kleeschulte 14f90a589a Bump package version to v0.2.3 2015-10-20 14:50:30 -04:00
Braydon Fuller bf78aefc82 Merge pull request #329 from bitpay/kleetus-patch-1
Corrected the socket.io dependency links
2015-10-20 14:40:28 -04:00
Chris Kleeschulte 2eb905e78f Bump development version to v0.2.2-dev 2015-10-20 14:33:47 -04:00
Chris Kleeschulte da4b7e3cd9 Bump package version to v0.2.2 2015-10-20 14:16:43 -04:00
Chris Kleeschulte de96d7d936 Merge pull request #332 from braydonf/config
Changes to be able to run with only a configuration file.
2015-10-20 14:11:37 -04:00
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
Braydon Fuller 9b0ea9873d Merge pull request #331 from gasteve/master
remove debug output from bitcore cli utility
2015-10-20 12:06:03 -04:00
Stephen Pair 05eb5a03f2 remove debug output from bitcore cli utility 2015-10-20 15:49:01 +00:00
Jason Dreyzehner 47bd4fb5ec Merge branch 'master' of github.com:bitpay/bitcore-node 2015-10-20 09:28:52 -04:00
Chris Kleeschulte 192e7265e3 Corrected the socket.io dependency links
- These were incorrectly linked.
2015-10-19 20:44:33 -04:00
Chris Kleeschulte 2ff8bd8b42 Bump development version to v0.2.1-dev 2015-10-19 18:06:51 -04:00
Chris Kleeschulte aa7662e196 Bump package version to v0.2.1 2015-10-19 14:53:57 -04:00
Chris Kleeschulte ddab8fddbd Merge pull request #328 from braydonf/bug/double-load
Fix bug with double load of bitcore-lib.
2015-10-19 14:30:18 -04:00
Jason Dreyzehner 41eb1c19e1 format for new site 2015-10-19 13:59:58 -04:00
Braydon Fuller 82c6087fe2 Fix bug with double load of bitcore-lib. 2015-10-19 13:45:35 -04:00
Chris Kleeschulte 76ecf74b3f Bump development version to v0.2.0-dev 2015-10-19 13:16:24 -04:00
Chris Kleeschulte 917b420d52 Bump package version to v0.2.0 2015-10-19 10:49:14 -04:00
Chris Kleeschulte f8fc5c3a6c Merge pull request #326 from braydonf/node-version
Added a Node.js version check based on the package.json engine.
2015-10-19 10:47:02 -04:00
Braydon Fuller 21fe315072 Merge pull request #325 from unusualbob/bug/bitcoreNodePackageName
Use bitcore-lib in node package creation
2015-10-19 09:39:20 -04:00
Rob Riddle e9290d3cdc Use bitcore-lib in node package creation 2015-10-19 15:43:51 +03:00
Braydon Fuller 21e0aa28b5 Added a Node.js version check based on the package.json engine. 2015-10-18 22:50:29 -04:00
Stephen Pair e9110ad93c Merge pull request #323 from braydonf/lib
bitcore -> bitcore-lib
2015-10-18 17:59:17 -04:00
Braydon Fuller 57b832021f Reference the bin included with standalone bitcore-node. 2015-10-18 17:54:14 -04:00
Braydon Fuller d05d617f12 Add liftoff to package.json. 2015-10-18 16:31:33 -04:00
Braydon Fuller 95b5bfbfcb Fix library reference. 2015-10-18 16:28:24 -04:00