Commit Graph

1250 Commits

Author SHA1 Message Date
Braydon Fuller f2fb4a1379 Fixed object typo in start scaffold. 2015-09-01 13:37:14 -04:00
Braydon Fuller 396d6ac08a Avoid logging the same result twice. 2015-09-01 13:29:02 -04:00
Braydon Fuller f4b24df024 Add tests for bitcoind proxy methods. 2015-09-01 13:18:44 -04:00
Braydon Fuller b6416409a2 Add unit tests for utils. 2015-09-01 12:48:08 -04:00
Braydon Fuller 96fa0920a4 Add unit tests for start. 2015-09-01 12:47:15 -04:00
Braydon Fuller 40c5ee53e5 Fix getBlock and getTransaction benchmarks. 2015-08-31 17:24:58 -04:00
Braydon Fuller e7046c3115 Fix address service block handler benchmark. 2015-08-31 16:49:59 -04:00
Braydon Fuller 53adaa7e6a Improve test coverage and cleanup. 2015-08-31 16:32:25 -04:00
Braydon Fuller f91fbe5e24 Merge pull request #165 from pnagurny/feature/web-service
Web Service and other changes in preparation for insight-api
2015-08-31 15:20:26 -04:00
Patrick Nagurny 4ae6377548 fixes 2015-08-31 15:15:55 -04:00
Patrick Nagurny 01ef98ef5d Merge pull request #169 from braydonf/services
Services Architecture
2015-08-31 13:41:16 -04:00
Patrick Nagurny 895e46dcac pass config to services 2015-08-31 13:37:11 -04:00
Patrick Nagurny f1cac3da1d make webService into a real service 2015-08-31 13:06:49 -04:00
Patrick Nagurny 1b5f30a9a1 add tests 2015-08-31 12:57:49 -04:00
Patrick Nagurny a68cf4ecf8 Web service and other changes in preparation for insight-api 2015-08-31 12:54:28 -04:00
Braydon Fuller 854f98fe43 Update Documentation to reflect Service Architecture 2015-08-31 12:11:20 -04:00
Braydon Fuller 7551f487f8 Rename modules to services. 2015-08-31 11:31:28 -04:00
Braydon Fuller 16eef1279c Combine chain with db module. 2015-08-31 11:25:30 -04:00
Braydon Fuller df9b62acca Convert db into a db module. 2015-08-31 11:15:51 -04:00
Braydon Fuller 96f6604222 Convert daemon into bitcoin module. 2015-08-31 11:11:16 -04:00
Patrick Nagurny 95a65da87d Merge pull request #168 from braydonf/cli-cmds
Added CLI commands "remove" and "call"
2015-08-31 10:59:14 -04:00
Patrick Nagurny 62077a8c07 Merge pull request #166 from braydonf/bus-fix
Bus module fix.
2015-08-31 10:51:34 -04:00
Braydon Fuller ea377c1251 Added CLI commands "remove" and "call" 2015-08-28 17:13:02 -04:00
Braydon Fuller 43ab4586e5 Bus module fix. 2015-08-28 16:16:51 -04:00
Patrick Nagurny 462ba233ed Merge pull request #161 from braydonf/nodemodules
Move Modules from DB to Node
2015-08-28 11:58:40 -04:00
Braydon Fuller 1ed457504c Update unit tests with node.modules as an object. 2015-08-28 11:43:38 -04:00
Braydon Fuller 56ebf42403 Move Modules from DB to Node 2015-08-27 19:02:33 -04:00
Patrick Nagurny aa6b03ae58 Merge pull request #159 from braydonf/noderef
Use node as a reference in modules, db and chain.
2015-08-27 15:15:55 -04:00
Braydon Fuller e8405c2641 Merge pull request #155 from kleetus/ssl
Added TLS/SSL options to the integration tests.
2015-08-27 14:12:06 -04:00
Chris Kleeschulte 4ce7757990 Added TLS/SSL options to the integration tests.
- The integration tests will now use https and a self-signed cert.
2015-08-27 14:09:49 -04:00
Braydon Fuller 5361183a19 Use node as a reference in modules, db and chain. 2015-08-27 14:04:42 -04:00
Braydon Fuller ccab818d33 Use Bitcore Block/BlockHeader 2015-08-27 12:14:25 -04:00
Patrick Nagurny 0fe23d8a7c Merge pull request #156 from braydonf/chainlib-local
Migrate chainlib functionality into bitcore-node.
2015-08-27 10:21:22 -04:00
Braydon Fuller bbc421a31e Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -04:00
Patrick Nagurny ab0417b7ce Merge pull request #154 from braydonf/cli-package
CLI Fixes
2015-08-26 16:50:46 -04:00
Braydon Fuller da537b293b CLI Fixes
- Globally installed cli script will load local version
- Modules can add a "bitcoreNode" to package.json to specify a specific module to load
2015-08-26 13:19:02 -04:00
Chris Kleeschulte 5f9f344edd Bumped last version from 0.2.0-beta.3 to 0.2.0-beta.4. 2015-08-26 11:21:51 -04:00
Chris Kleeschulte 71a588b01b Bump development version to v0.2.0-dev 2015-08-26 10:49:54 -04:00
Chris Kleeschulte dd90255639 Bump package version to v0.2.0-beta.4 2015-08-26 09:56:58 -04:00
Patrick Nagurny 216830976f Merge pull request #135 from braydonf/cli
CLI and Module Architecture
2015-08-25 16:51:14 -04:00
Braydon Fuller 7559a4ffaa Update README with the correct links. 2015-08-25 14:02:28 -04:00
Braydon Fuller 35405c9329 Include `lastBuild` in release process notes. 2015-08-25 14:00:59 -04:00
Braydon Fuller 81b2d2f2a3 Added tests for start command. 2015-08-25 13:57:54 -04:00
Braydon Fuller 4f37c3f15f Include cli command "call" in another iteration. 2015-08-25 13:22:55 -04:00
Braydon Fuller 7e174fd0cd Handle exit codes from npm install with the create command. 2015-08-25 13:15:30 -04:00
Braydon Fuller 5ea787b3a1 Added `add` command and tests. 2015-08-25 13:01:52 -04:00
Braydon Fuller af88cbe55f Fix node units tests for _loadDB 2015-08-24 19:00:31 -04:00
Braydon Fuller 450fb8981b Update README with updated command options. 2015-08-24 18:57:50 -04:00
Braydon Fuller 348598747b Include more options and fallback to default config with start command 2015-08-24 18:57:50 -04:00
Braydon Fuller be525b055d Replace ~/.bitcoin with process.env.HOME 2015-08-24 18:53:37 -04:00