Commit Graph

61 Commits

Author SHA1 Message Date
Braydon Fuller
bbc421a31e Migrate chainlib functionality into bitcore-node. 2015-08-26 17:24:10 -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
Braydon Fuller
6c7501b45f Include script env and include a build version. 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
d117629864 use latest chainlib version 2015-08-20 10:41:49 -04:00
Patrick Nagurny
e15473f625 use latest bitcore 2015-08-19 14:31:22 -04:00
Patrick Nagurny
bf4cec6bf5 use latest bitcore 2015-08-14 16:01:27 -04:00
Chris Kleeschulte
1027a77d6f Bumped version to dev. 2015-08-10 15:59:33 -04:00
Chris Kleeschulte
6ea18fdd94 bumped to 0.2.0-beta.1 2015-08-10 15:30:43 -04:00
Chris Kleeschulte
2a52c9595d Version back to 0.2.0-dev 2015-08-10 15:10:15 -04:00
Chris Kleeschulte
b40f1a51a5 Bumped version to 0.2.0-beta.0 2015-08-10 15:08:54 -04:00
Braydon Fuller
757c9d6524 Included command to package and sign releases. 2015-08-06 16:17:03 -04:00
Braydon Fuller
e4c42fa6cb Download and upload binary distribution. 2015-08-05 21:30:42 -04:00
Chris Kleeschulte
b3dab5ee7e Added the clean script. 2015-08-05 16:31:48 -04:00
Chris Kleeschulte
6fe8bc7702 - put variables.sh in bin/
- fixed wording and description in README.md
- make clean in libbitcoind for clean script
- changed references to variables.sh
2015-08-05 16:27:20 -04:00
Chris Kleeschulte
9bff9ead78 Fixed the host name for the s3 repo. 2015-08-05 16:27:20 -04:00
Chris Kleeschulte
da71c0ff2c Clean up
- Removed the platform directory
- renamed the platform/os.sh script to varaibles.sh
- realigned the calls to os.sh
- changed where the patch_ha.txt was being written to
- changed the name of the binary to bitcoind.node
2015-08-05 16:27:20 -04:00
Chris Kleeschulte
4da897287b Merge 2015-08-05 16:27:19 -04:00
Braydon Fuller
422160fa51 Update to bitcore v0.12.15 with publickey out signing. 2015-08-05 11:42:44 -04:00
Patrick Nagurny
10843182c1 fixes 2015-08-04 17:30:55 -04:00
Braydon Fuller
598cf64a5f Start a node and expose API methods and events over a socket. 2015-08-04 16:36:41 -04:00
Braydon Fuller
9147350942 Remove nolonger needed dependency. 2015-08-04 14:14:48 -04:00
Braydon Fuller
412078e1a0 Cleanup lib/daemon and remove functions not implemented. 2015-08-04 13:53:44 -04:00
Braydon Fuller
f4061037b6 Update name to Bitcore Node 2015-07-31 13:26:48 -04:00
Braydon Fuller
f2fdfed7e9 Add bus to subcribe to events. 2015-07-29 13:36:23 -04:00
Braydon Fuller
bcc3a4c2e1 Use a local data directory specific for reg testing. 2015-07-21 17:33:59 -04:00
Braydon Fuller
072c109174 Update regtest tests. 2015-07-21 16:46:36 -04:00
Chris Kleeschulte
cf6225c495 Regtest testing
- Removed config option for build scripts, replaced with env variable
- Updated README
- Added regtest option under test build, wallet built-in
- added network key to bindings
- datadir for the bitcoind object instead of directory
- added new config_options scripts for test and debug
2015-07-21 13:06:43 -04:00
Braydon Fuller
0bbc388ca6 Cleanup configuration options 2015-07-21 11:16:12 -04:00
Braydon Fuller
162088f8f4 Expose verifyScript from the daemon 2015-07-20 10:40:35 -06:00
Patrick Nagurny
fa572237a6 add tests 2015-07-20 10:37:17 -06:00
Patrick Nagurny
b8b4ac02bf incorporate chainlib bitcoin into bitcoind.js 2015-07-20 10:37:17 -06:00
Braydon Fuller
4d8f1a1ea8 Various updates for the README 2015-07-10 10:57:15 -04:00
Braydon Fuller
db8cd7fa7e Package update for chai. 2015-07-09 13:40:01 -04:00
Braydon Fuller
1e67cd3ac1 Added integration tests for getting blocks. 2015-07-09 13:27:13 -04:00
Braydon Fuller
f488f3ff62 Merge branch 'dynnode' into script 2015-07-09 12:51:17 -04:00
Braydon Fuller
ba42efe6f5 Dynamic bitcoindjs.node loading. 2015-07-09 12:50:09 -04:00
Chris Kleeschulte
097a377d07 installed bindings at install stage. 2015-07-09 11:06:34 -04:00
Chris Kleeschulte
36c9f44050 1. Changed build script libbitcoind to support debug builds as well as release builds
2. Added node binding.gyp build script
3. Adjust authors and removed unneeded npm modules
4. Removed unneeded polling of hook packets every 50ms in bitcoind.js
5. Removed hard-coded path to --prefix
2015-07-09 10:46:35 -04:00
Braydon Fuller
45cece8bbd Add LD_LIBRARY_PATH for local 2015-07-07 17:36:25 -04:00
Chris Kleeschulte
2039e4c6dc Added some fixes for the bindings.gyp file. 2015-06-26 16:03:43 -04:00
Christopher Jeffrey
84a20b4418 v0.0.8 2014-12-09 15:15:28 -08:00
Christopher Jeffrey
b8ab346349 v0.0.7. 2014-12-09 15:06:19 -08:00
Christopher Jeffrey
c430c2cece v0.0.6 2014-12-09 13:32:39 -08:00
Christopher Jeffrey
b0284c12ba update package.json for scripts. 2014-12-09 13:30:20 -08:00
Christopher Jeffrey
b740185c69 v0.0.5 2014-12-07 02:08:13 -08:00
Christopher Jeffrey
49b41f81fd v0.0.4 2014-12-07 02:06:37 -08:00