Commit Graph

88 Commits

Author SHA1 Message Date
Braydon Fuller
6f56df0c6f Added p2p message signal bindings. 2015-07-30 18:05:03 -04:00
Chris Kleeschulte
c53b47890b Added support for using internal dependencies (boost). 2015-07-29 17:30:33 -04:00
Braydon Fuller
747942cec1 Log sync status less frequently, and include the current height. 2015-07-22 19:51:49 -04:00
Braydon Fuller
072c109174 Update regtest tests. 2015-07-21 16:46:36 -04:00
Braydon Fuller
787aa37e7a Removed extra files and updated config options. 2015-07-21 13:23:38 -04:00
Braydon Fuller
e3d041b594 Include debug flag when building test build. 2015-07-21 13:09:27 -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
Patrick Nagurny
bb36f5f044 rename bitcoind to daemon 2015-07-20 10:39:07 -06:00
Patrick Nagurny
fa572237a6 add tests 2015-07-20 10:37:17 -06:00
Patrick Nagurny
f9fef7a07f update index file and examples 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
b1aac02078 Fix example and formatting issue. 2015-07-09 12:55:53 -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
618fcf65a9 Added onBlocksReady 2015-07-07 17:03:24 -04:00
k
e4b7f37805 cleaned up the project! 2015-07-02 14:59:14 -04:00
Chris Kleeschulte
2039e4c6dc Added some fixes for the bindings.gyp file. 2015-06-26 16:03:43 -04:00
Chris Kleeschulte
ab598e3523 Updated the patch for a better version of LDFLAGS. 2015-06-24 17:06:27 -04:00
Chris Kleeschulte
5e95650736 Removed the wallet stuff and moved the header includes into the main header file. 2015-06-11 08:34:38 -04:00
Chris Kleeschulte
4e0939ca3c Made the bindings work with node v0.12. There was A LOT of api breakages in node and v8 since! 2015-06-08 17:18:06 -04:00
Chris Kleeschulte
2888e814f2 incremental 2015-06-04 14:54:57 -04:00
Christopher Jeffrey
00975732a7 revise readme. add example again. 2014-12-07 00:21:24 -08:00
Christopher Jeffrey
34de63fb23 remove example for now. 2014-12-02 03:41:51 -08:00
Christopher Jeffrey
78c38743d8 add address to scriptSig. 2014-11-06 02:55:22 -08:00
Christopher Jeffrey
e4c1f4209e bad examples. 2014-10-30 16:14:47 -07:00
Christopher Jeffrey
9cd8bd9ee5 rename methods. 2014-10-30 15:07:29 -07:00
Christopher Jeffrey
f8fccb8eaf fix parsed again. emit digest. 2014-10-27 14:58:03 -07:00
Christopher Jeffrey
5d8332c710 convenience for fromHex. 2014-10-23 16:22:39 -07:00
Christopher Jeffrey
37395021f8 clean up example. 2014-10-23 16:04:14 -07:00
Christopher Jeffrey
a07fe6fffb prevblock work. 2014-10-23 15:04:28 -07:00
Christopher Jeffrey
4be3e4b3bc TODO: fix hex check. 2014-10-23 13:41:40 -07:00
Christopher Jeffrey
9681c58fc0 refactor example. 2014-10-23 13:37:44 -07:00
Christopher Jeffrey
1c69a1392f better fromHex testing. 2014-10-23 13:36:08 -07:00
Christopher Jeffrey
54a356fcbf test fromHex more. 2014-10-23 13:24:39 -07:00
Christopher Jeffrey
7fab896ead test fromHex. 2014-10-23 13:21:25 -07:00
Christopher Jeffrey
d1d9396d3d fix example. 2014-10-23 13:15:25 -07:00
Christopher Jeffrey
7977247b79 packet events. 2014-10-23 13:07:40 -07:00
Christopher Jeffrey
677df7f787 more packet polling. 2014-10-21 18:51:05 -07:00
Christopher Jeffrey
5150a64e90 example. 2014-10-20 09:21:35 -07:00
Christopher Jeffrey
8d9df74d76 fix exmaple. 2014-10-20 09:02:03 -07:00
Christopher Jeffrey
42c8dd934e clean up code. dispose callback. 2014-10-20 08:52:00 -07:00
Christopher Jeffrey
69feec24a0 improve example. 2014-10-17 16:18:40 -07:00
Christopher Jeffrey
f0ebef4e8c add GetAddresses(). add "addr" event. 2014-10-17 16:12:57 -07:00
Christopher Jeffrey
6fadefe761 add "peer" and "version" event. 2014-10-17 14:23:19 -07:00
Christopher Jeffrey
965d419801 add GetPeerInfo(). fix GetInfo(). 2014-10-17 13:47:56 -07:00
Christopher Jeffrey
a09c735a9b datadir fixes. wait for wallet to load. 2014-10-16 15:14:44 -07:00
Christopher Jeffrey
ef0bfa14eb add custom datadir option. 2014-10-16 13:54:44 -07:00
Christopher Jeffrey
e2ad9320ff improve start_node and example. 2014-10-15 16:38:10 -07:00
Christopher Jeffrey
1eafe41bab add fromhex methods. 2014-10-03 18:29:29 -07:00
Christopher Jeffrey
41fe58077b tests passed. remove javascript conversions. 2014-10-03 17:59:46 -07:00