Commit Graph

  • fd2790daab Merge pull request #170 from braydonf/coverage Patrick Nagurny 2015-09-02 10:43:41 -0400
  • 28beb92e45 Merge pull request #175 from pnagurny/bug/timestamp Braydon Fuller 2015-09-01 18:30:35 -0400
  • 1f94215aa2 timestamp should be a number not a string Patrick Nagurny 2015-09-01 17:34:30 -0400
  • d56986f281 Added unit tests for db.getMetadata Braydon Fuller 2015-09-01 16:42:09 -0400
  • af6528e1f1 Merge pull request #171 from braydonf/fix-benchmarks Chris Kleeschulte 2015-09-01 14:30:06 -0400
  • 63e71d7f0c Added unit tests for db.saveMetadata Braydon Fuller 2015-09-01 14:29:04 -0400
  • efc770f7eb Bitcoind is already logging the status. Braydon Fuller 2015-09-01 13:52:24 -0400
  • f2fb4a1379 Fixed object typo in start scaffold. Braydon Fuller 2015-09-01 13:37:14 -0400
  • 396d6ac08a Avoid logging the same result twice. Braydon Fuller 2015-09-01 13:29:02 -0400
  • f4b24df024 Add tests for bitcoind proxy methods. Braydon Fuller 2015-09-01 13:18:44 -0400
  • b6416409a2 Add unit tests for utils. Braydon Fuller 2015-09-01 12:48:08 -0400
  • 96fa0920a4 Add unit tests for start. Braydon Fuller 2015-09-01 12:47:15 -0400
  • 40c5ee53e5 Fix getBlock and getTransaction benchmarks. Braydon Fuller 2015-08-31 17:07:10 -0400
  • e7046c3115 Fix address service block handler benchmark. Braydon Fuller 2015-08-31 16:49:59 -0400
  • 53adaa7e6a Improve test coverage and cleanup. Braydon Fuller 2015-08-31 11:09:24 -0400
  • f91fbe5e24 Merge pull request #165 from pnagurny/feature/web-service Braydon Fuller 2015-08-31 15:20:26 -0400
  • 4ae6377548 fixes Patrick Nagurny 2015-08-31 13:38:21 -0400
  • 01ef98ef5d Merge pull request #169 from braydonf/services Patrick Nagurny 2015-08-31 13:41:16 -0400
  • 895e46dcac pass config to services Patrick Nagurny 2015-08-31 13:37:11 -0400
  • f1cac3da1d make webService into a real service Patrick Nagurny 2015-08-31 13:05:46 -0400
  • 1b5f30a9a1 add tests Patrick Nagurny 2015-08-28 13:54:29 -0400
  • a68cf4ecf8 Web service and other changes in preparation for insight-api Patrick Nagurny 2015-08-28 12:57:01 -0400
  • 854f98fe43 Update Documentation to reflect Service Architecture Braydon Fuller 2015-08-31 09:00:00 -0400
  • 7551f487f8 Rename modules to services. Braydon Fuller 2015-08-31 09:00:00 -0400
  • 16eef1279c Combine chain with db module. Braydon Fuller 2015-08-31 09:00:00 -0400
  • df9b62acca Convert db into a db module. Braydon Fuller 2015-08-31 09:00:00 -0400
  • 96f6604222 Convert daemon into bitcoin module. Braydon Fuller 2015-08-31 09:00:00 -0400
  • 95a65da87d Merge pull request #168 from braydonf/cli-cmds Patrick Nagurny 2015-08-31 10:59:14 -0400
  • 62077a8c07 Merge pull request #166 from braydonf/bus-fix Patrick Nagurny 2015-08-31 10:51:34 -0400
  • ea377c1251 Added CLI commands "remove" and "call" Braydon Fuller 2015-08-28 16:06:26 -0400
  • 43ab4586e5 Bus module fix. Braydon Fuller 2015-08-28 16:16:51 -0400
  • 462ba233ed Merge pull request #161 from braydonf/nodemodules Patrick Nagurny 2015-08-28 11:58:40 -0400
  • 1ed457504c Update unit tests with node.modules as an object. Braydon Fuller 2015-08-28 11:43:38 -0400
  • 56ebf42403 Move Modules from DB to Node Braydon Fuller 2015-08-27 16:09:27 -0400
  • aa6b03ae58 Merge pull request #159 from braydonf/noderef Patrick Nagurny 2015-08-27 15:15:55 -0400
  • e8405c2641 Merge pull request #155 from kleetus/ssl Braydon Fuller 2015-08-27 14:12:06 -0400
  • 4ce7757990 Added TLS/SSL options to the integration tests. Chris Kleeschulte 2015-08-26 14:39:33 -0400
  • 5361183a19 Use node as a reference in modules, db and chain. Braydon Fuller 2015-08-27 13:02:01 -0400
  • ccab818d33 Use Bitcore Block/BlockHeader Braydon Fuller 2015-08-27 10:10:07 -0400
  • 0fe23d8a7c Merge pull request #156 from braydonf/chainlib-local Patrick Nagurny 2015-08-27 10:21:22 -0400
  • bbc421a31e Migrate chainlib functionality into bitcore-node. Braydon Fuller 2015-08-26 15:18:58 -0400
  • ab0417b7ce Merge pull request #154 from braydonf/cli-package Patrick Nagurny 2015-08-26 16:50:46 -0400
  • 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 Braydon Fuller 2015-08-25 18:01:54 -0400
  • 5f9f344edd Bumped last version from 0.2.0-beta.3 to 0.2.0-beta.4. Chris Kleeschulte 2015-08-26 11:21:51 -0400
  • 71a588b01b Bump development version to v0.2.0-dev Chris Kleeschulte 2015-08-26 10:49:54 -0400
  • dd90255639 Bump package version to v0.2.0-beta.4 v0.2.0-beta.4 Chris Kleeschulte 2015-08-26 09:56:58 -0400
  • 216830976f Merge pull request #135 from braydonf/cli Patrick Nagurny 2015-08-25 16:51:14 -0400
  • 7559a4ffaa Update README with the correct links. Braydon Fuller 2015-08-25 14:02:28 -0400
  • 35405c9329 Include `lastBuild` in release process notes. Braydon Fuller 2015-08-25 14:00:59 -0400
  • 81b2d2f2a3 Added tests for start command. Braydon Fuller 2015-08-25 13:57:54 -0400
  • 4f37c3f15f Include cli command "call" in another iteration. Braydon Fuller 2015-08-25 13:22:55 -0400
  • 7e174fd0cd Handle exit codes from npm install with the create command. Braydon Fuller 2015-08-25 13:15:30 -0400
  • 5ea787b3a1 Added `add` command and tests. Braydon Fuller 2015-08-25 13:01:52 -0400
  • af88cbe55f Fix node units tests for _loadDB Braydon Fuller 2015-08-24 19:00:31 -0400
  • 450fb8981b Update README with updated command options. Braydon Fuller 2015-08-20 20:33:21 -0400
  • 348598747b Include more options and fallback to default config with start command Braydon Fuller 2015-08-20 20:05:23 -0400
  • be525b055d Replace ~/.bitcoin with process.env.HOME Braydon Fuller 2015-08-20 18:41:41 -0400
  • 6c7501b45f Include script env and include a build version. Braydon Fuller 2015-08-20 18:20:50 -0400
  • 69056db529 Move start to scaffold start and pass the bitcore-node configuration. Braydon Fuller 2015-08-20 17:32:25 -0400
  • 0b4af2757b Implement function to find configuration in the current path. Braydon Fuller 2015-08-20 15:43:13 -0400
  • 67a2035365 Run `npm install` if the node is created locally. Braydon Fuller 2015-08-20 14:53:07 -0400
  • 399d379ff5 More tests for config creation. Braydon Fuller 2015-08-20 12:34:26 -0400
  • 00e4eac14a Layout test cases and files for cli commands. Braydon Fuller 2015-08-19 16:14:44 -0400
  • 17b1bf15ab Start of module architecture and CLI for node configuration. Braydon Fuller 2015-08-17 14:16:43 -0400
  • 51837fc169 Merge pull request #142 from braydonf/bug/reorg Patrick Nagurny 2015-08-24 17:39:15 -0400
  • e9763de594 Fix chain unit test. Braydon Fuller 2015-08-24 16:57:59 -0400
  • 49cf3a9ca3 Fix reorg integration test after rebase. Braydon Fuller 2015-08-24 16:33:44 -0400
  • f1642388af Fix unit tests for node. Braydon Fuller 2015-08-24 14:46:48 -0400
  • d03d452981 Refactor reorg regtest. Braydon Fuller 2015-08-24 09:56:38 -0400
  • e707b297d1 Fix unit tests for node. Braydon Fuller 2015-08-21 14:56:32 -0400
  • 9be5db84c9 Added node reorg integration regtest Braydon Fuller 2015-08-21 11:17:26 -0400
  • 06f0593613 fix reorg issue Patrick Nagurny 2015-08-18 17:36:54 -0400
  • 4a50df9d4c Merge pull request #140 from pnagurny/enhance/ctrl-c Braydon Fuller 2015-08-24 13:56:39 -0400
  • faf93a18a7 get regtest to work Patrick Nagurny 2015-08-24 13:32:13 -0400
  • efdf38d5c2 don't call store.close() due to issues Patrick Nagurny 2015-08-24 12:52:52 -0400
  • f4a1f7b12a Removed signal handlers from bitcoind. Chris Kleeschulte 2015-08-24 12:45:42 -0400
  • db65d6476f add ctrl-c behavior to daemon Patrick Nagurny 2015-08-24 10:13:45 -0400
  • a9e5ee6f1a add tests Patrick Nagurny 2015-08-21 16:13:11 -0400
  • b0ab45f3f7 handle signals and stop correctly Patrick Nagurny 2015-08-21 15:39:46 -0400
  • 164a2cad75 cleanup daemon Patrick Nagurny 2015-08-21 11:53:20 -0400
  • a61e1d9b8f start and stop services Patrick Nagurny 2015-08-20 17:50:14 -0400
  • a65a097e8a Merge pull request #134 from kleetus/regtest_ready_event Braydon Fuller 2015-08-21 15:00:54 -0400
  • d117629864 use latest chainlib version Patrick Nagurny 2015-08-20 10:41:49 -0400
  • c4ee586bd7 Added CFLAGS for the bindings so that they know that the wallet is compiled in. Chris Kleeschulte 2015-08-19 16:33:01 -0400
  • 96824feeaa Merge pull request #111 from pnagurny/feature/changes-for-bws Braydon Fuller 2015-08-19 15:15:56 -0400
  • 2dc79efc0d make 0 confirmations work Patrick Nagurny 2015-08-19 14:57:46 -0400
  • e15473f625 use latest bitcore Patrick Nagurny 2015-08-19 12:20:20 -0400
  • 862d36191b Corrected the preprocessor directive. Chris Kleeschulte 2015-08-19 11:01:48 -0400
  • a68e51ffc4 Regtest and wallet ready event - Added a check for the wallet availability during onBlocksReady - Fixed a problem with spaces being added at the end of the file by git diff Chris Kleeschulte 2015-08-18 17:56:35 -0400
  • eacb04f4f9 fix block subscription Patrick Nagurny 2015-08-18 16:16:07 -0400
  • d6d9c6a975 take out modifying behavior to estimateFee Patrick Nagurny 2015-08-18 11:58:12 -0400
  • c52752d3c5 Version back to 0.2.0-dev Chris Kleeschulte 2015-08-17 16:20:00 -0400
  • e8d9787de7 Bump package version to v0.2.0-beta.3 v0.2.0-beta.3 Chris Kleeschulte 2015-08-17 16:18:29 -0400
  • 261164d46d Merge pull request #125 from kleetus/no_curl Braydon Fuller 2015-08-17 15:36:05 -0400
  • 2d4a2b0bfd Lack of Curl - Added a check for curl in the install script, if no curl, then use wget. Chris Kleeschulte 2015-08-17 14:03:04 -0400
  • 66f5319e11 Version back to 0.2.0-dev Chris Kleeschulte 2015-08-17 14:55:09 -0400
  • 43ec2d3b34 add more tests Patrick Nagurny 2015-08-14 16:44:40 -0400
  • 5f64d12972 Bump package version to v0.2.0-beta.2 v0.2.0-beta.2 Chris Kleeschulte 2015-08-17 13:21:02 -0400
  • 02f9b16bde Merge pull request #123 from kleetus/version_message Patrick Nagurny 2015-08-17 11:16:45 -0400
  • 738574d6b1 add fees to address history Patrick Nagurny 2015-08-14 16:28:51 -0400