Commit Graph

1007 Commits

Author SHA1 Message Date
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
Braydon Fuller 4a50df9d4c Merge pull request #140 from pnagurny/enhance/ctrl-c
Better Ctrl-C Behavior
2015-08-24 13:56:39 -04:00
Patrick Nagurny faf93a18a7 get regtest to work 2015-08-24 13:52:45 -04:00
Patrick Nagurny efdf38d5c2 don't call store.close() due to issues 2015-08-24 13:29:42 -04:00
Chris Kleeschulte f4a1f7b12a Removed signal handlers from bitcoind.
- when using bitcoin as a shared lib, there should not be any need for bitcoind to be handling its own signals.
2015-08-24 13:29:42 -04:00
Patrick Nagurny db65d6476f add ctrl-c behavior to daemon 2015-08-24 13:29:42 -04:00
Patrick Nagurny a9e5ee6f1a add tests 2015-08-24 13:29:42 -04:00
Patrick Nagurny b0ab45f3f7 handle signals and stop correctly 2015-08-24 13:29:42 -04:00
Patrick Nagurny 164a2cad75 cleanup daemon 2015-08-24 13:29:42 -04:00
Patrick Nagurny a61e1d9b8f start and stop services 2015-08-24 13:29:42 -04:00
Braydon Fuller a65a097e8a Merge pull request #134 from kleetus/regtest_ready_event
Regtest and wallet ready event
2015-08-21 15:00:54 -04:00
Patrick Nagurny d117629864 use latest chainlib version 2015-08-20 10:41:49 -04:00
Chris Kleeschulte c4ee586bd7 Added CFLAGS for the bindings so that they know that the wallet is compiled in. 2015-08-19 16:33:01 -04:00
Braydon Fuller 96824feeaa Merge pull request #111 from pnagurny/feature/changes-for-bws
Changes for integrating into BWS
2015-08-19 15:15:56 -04:00
Patrick Nagurny 2dc79efc0d make 0 confirmations work 2015-08-19 15:10:26 -04:00
Patrick Nagurny e15473f625 use latest bitcore 2015-08-19 14:31:22 -04:00
Chris Kleeschulte 862d36191b Corrected the preprocessor directive. 2015-08-19 11:01:48 -04:00
Chris Kleeschulte 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
2015-08-18 17:56:35 -04:00
Patrick Nagurny eacb04f4f9 fix block subscription 2015-08-18 17:49:29 -04:00
Patrick Nagurny d6d9c6a975 take out modifying behavior to estimateFee 2015-08-18 12:20:30 -04:00
Chris Kleeschulte c52752d3c5 Version back to 0.2.0-dev 2015-08-17 16:20:00 -04:00
Chris Kleeschulte e8d9787de7 Bump package version to v0.2.0-beta.3 2015-08-17 16:18:29 -04:00
Braydon Fuller 261164d46d Merge pull request #125 from kleetus/no_curl
No curl
2015-08-17 15:36:05 -04:00
Chris Kleeschulte 2d4a2b0bfd Lack of Curl
- Added a check for curl in the install script, if no curl, then use wget.
2015-08-17 15:23:52 -04:00
Chris Kleeschulte 66f5319e11 Version back to 0.2.0-dev 2015-08-17 14:55:09 -04:00
Patrick Nagurny 43ec2d3b34 add more tests 2015-08-17 14:27:46 -04:00
Chris Kleeschulte 5f64d12972 Bump package version to v0.2.0-beta.2 2015-08-17 13:21:02 -04:00
Patrick Nagurny 02f9b16bde Merge pull request #123 from kleetus/version_message
Bitcore node in the user-agent (subversion)
2015-08-17 11:16:45 -04:00
Patrick Nagurny 738574d6b1 add fees to address history 2015-08-14 16:28:51 -04:00