Commit Graph

1035 Commits

Author SHA1 Message Date
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
Braydon Fuller 6c7501b45f Include script env and include a build version. 2015-08-24 18:51:07 -04:00
Braydon Fuller 69056db529 Move start to scaffold start and pass the bitcore-node configuration. 2015-08-24 18:51:07 -04:00
Braydon Fuller 0b4af2757b Implement function to find configuration in the current path. 2015-08-24 18:51:07 -04:00
Braydon Fuller 67a2035365 Run `npm install` if the node is created locally. 2015-08-24 18:51:07 -04:00
Braydon Fuller 399d379ff5 More tests for config creation. 2015-08-24 18:51:07 -04:00
Braydon Fuller 00e4eac14a Layout test cases and files for cli commands. 2015-08-24 18:51:07 -04:00
Braydon Fuller 17b1bf15ab Start of module architecture and CLI for node configuration. 2015-08-24 18:51:07 -04:00
Patrick Nagurny 51837fc169 Merge pull request #142 from braydonf/bug/reorg
Adds node reorg regtests
2015-08-24 17:39:15 -04:00
Braydon Fuller e9763de594 Fix chain unit test. 2015-08-24 16:57:59 -04:00
Braydon Fuller 49cf3a9ca3 Fix reorg integration test after rebase. 2015-08-24 16:39:05 -04:00
Braydon Fuller f1642388af Fix unit tests for node. 2015-08-24 14:46:48 -04:00
Braydon Fuller d03d452981 Refactor reorg regtest. 2015-08-24 14:06:38 -04:00
Braydon Fuller e707b297d1 Fix unit tests for node. 2015-08-24 14:06:38 -04:00
Braydon Fuller 9be5db84c9 Added node reorg integration regtest 2015-08-24 13:59:33 -04:00
Patrick Nagurny 06f0593613 fix reorg issue 2015-08-24 13:58:40 -04:00