Commit Graph

220 Commits

Author SHA1 Message Date
Christopher Jeffrey
4a3d03dd75 add "filterload" handler. 2014-10-22 16:07:16 -07:00
Christopher Jeffrey
5068e5cf55 add "alert" handler. 2014-10-22 15:59:42 -07:00
Christopher Jeffrey
94ef4f3948 "pong" handler. 2014-10-22 15:54:45 -07:00
Christopher Jeffrey
ddaa6b2698 add "getaddr", "mempool", and "ping" handlers. 2014-10-22 15:45:51 -07:00
Christopher Jeffrey
9af88ac459 comments. 2014-10-22 15:41:30 -07:00
Christopher Jeffrey
f641c0b9b4 add "block" packet handler. 2014-10-22 15:41:14 -07:00
Christopher Jeffrey
5301b45fae add "tx" packet handler. 2014-10-22 15:39:17 -07:00
Christopher Jeffrey
c1264839ba implement "getheaders" packet handling. 2014-10-22 15:36:03 -07:00
Christopher Jeffrey
58adf019e9 add "getblocks" packet handling. 2014-10-22 15:31:53 -07:00
Christopher Jeffrey
14a7afe98d add "getdata" packet. 2014-10-22 15:27:28 -07:00
Christopher Jeffrey
eb980788d4 add "inv" packet. 2014-10-22 15:24:32 -07:00
Christopher Jeffrey
262507dfe0 implement "addr" packet. 2014-10-22 14:54:00 -07:00
Christopher Jeffrey
885c9d8e6c use just "block" 2014-10-22 12:40:07 -07:00
Christopher Jeffrey
d28125d04a potentially parse version packet. 2014-10-22 12:39:09 -07:00
Christopher Jeffrey
1241bdecdd rename. create c++ string. 2014-10-21 19:40:17 -07:00
Christopher Jeffrey
28846a8b71 get rid of build warning. 2014-10-21 19:05:10 -07:00
Christopher Jeffrey
677df7f787 more packet polling. 2014-10-21 18:51:05 -07:00
Christopher Jeffrey
5c6b4e11fb another working packet poll. i still don't understand the nonsense of c++. 2014-10-21 18:32:40 -07:00
Christopher Jeffrey
2fc11cb8e3 packet polling still working. 2014-10-21 18:20:27 -07:00
Christopher Jeffrey
19a7c07c60 first working packet listener. 2014-10-21 18:06:17 -07:00
Christopher Jeffrey
f3f0c0b852 style. 2014-10-21 16:03:54 -07:00
Christopher Jeffrey
3be1c53379 handle errors in start_node thread consistently. 2014-10-21 10:47:09 -07:00
Christopher Jeffrey
b7bcedae94 potentially start using mapargs. 2014-10-20 11:51:44 -07:00
Christopher Jeffrey
a5ba554c1f fix example. 2014-10-20 09:42:12 -07:00
Christopher Jeffrey
42c8dd934e clean up code. dispose callback. 2014-10-20 08:52:00 -07:00
Christopher Jeffrey
30621489db clean up GetAddresses(). 2014-10-17 16:13:26 -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
6f6a596990 fix GetInfo() and GetPeerInfo(). 2014-10-17 14:05:08 -07:00
Christopher Jeffrey
965d419801 add GetPeerInfo(). fix GetInfo(). 2014-10-17 13:47:56 -07:00
Christopher Jeffrey
2ab5f33053 add GetInfo(). 2014-10-17 13:26:27 -07:00
Christopher Jeffrey
e6e6dab798 argument refactor. 2014-10-17 12:38:41 -07:00
Christopher Jeffrey
624f543ec1 fix argument allocation. 2014-10-17 12:11:34 -07:00
Christopher Jeffrey
a95ea74f15 allow rpc server as an option. 2014-10-17 12:06:40 -07:00
Christopher Jeffrey
a09c735a9b datadir fixes. wait for wallet to load. 2014-10-16 15:14:44 -07:00
Christopher Jeffrey
fd1e193106 fix build errors. 2014-10-16 11:24:21 -07:00
Christopher Jeffrey
e2ad9320ff improve start_node and example. 2014-10-15 16:38:10 -07:00
Christopher Jeffrey
13604f1e07 bad javascript habits. 2014-10-15 15:42:21 -07:00
Christopher Jeffrey
c54c031a6c minor. consistency. 2014-10-15 15:37:29 -07:00
Christopher Jeffrey
9febf7a2bd emphasize pid file. 2014-10-15 15:36:58 -07:00
Christopher Jeffrey
097a8538d4 allow start options. datadir. 2014-10-15 15:36:35 -07:00
Christopher Jeffrey
4d66b7f960 cleanup. 2014-10-15 15:27:14 -07:00
Christopher Jeffrey
5c154e9f56 drop tx debugging for now. 2014-10-15 15:23:17 -07:00
Christopher Jeffrey
5d603a4fc3 carefully remove all v0.9.0 code. 2014-10-15 15:22:57 -07:00
Christopher Jeffrey
f05bd154d6 minor variable removal. 2014-10-13 15:49:05 -07:00
Christopher Jeffrey
502926e44a potential datadir option. 2014-10-13 14:16:43 -07:00
Christopher Jeffrey
b0326acf09 cleanup debug code. 2014-10-13 14:00:11 -07:00
Christopher Jeffrey
ea02fc05eb fix non v0.9.0 code. 2014-10-13 14:00:01 -07:00
Christopher Jeffrey
cae809f8a3 readme. drop gyp defines. 2014-10-09 03:35:37 -07:00
Christopher Jeffrey
d305b64887 update bitcoind.js to use the latest bitcoind api. 2014-10-07 19:26:28 -07:00