Commit Graph

509 Commits

Author SHA1 Message Date
Christopher Jeffrey a2283ae0cc massively improve GetProgress() method. 2014-10-28 13:27:04 -07:00
Christopher Jeffrey 0f59b31304 cleanup GetProgress(). 2014-10-28 13:01:58 -07:00
Christopher Jeffrey 50bcaf2918 add GetProgess() method. 2014-10-28 13:01:40 -07:00
Christopher Jeffrey 2f83b739f4 check isLocked. 2014-10-28 11:57:17 -07:00
Christopher Jeffrey 15ebf5253e add keypoolrefill method. 2014-10-28 11:52:03 -07:00
Christopher Jeffrey b754237618 implement dumpprivkey. 2014-10-28 11:41:37 -07:00
Christopher Jeffrey 665a87f680 allow to check whether wallet is encrypted. 2014-10-28 11:29:33 -07:00
Christopher Jeffrey 9d54277db1 add comment explaining is_allocated. 2014-10-27 17:34:08 -07:00
Christopher Jeffrey f8fccb8eaf fix parsed again. emit digest. 2014-10-27 14:58:03 -07:00
Christopher Jeffrey effda10901 emit parsed properly. 2014-10-27 14:55:48 -07:00
Christopher Jeffrey de392ca57c cleanup process_packets. don't LogPrintf. It's already been done. 2014-10-27 11:07:45 -07:00
Christopher Jeffrey 39bc4b9e63 refactor hook packets. 2014-10-27 10:59:52 -07:00
Christopher Jeffrey cbbfd712fa whitespace. 2014-10-23 16:27:52 -07:00
Christopher Jeffrey 5d8332c710 convenience for fromHex. 2014-10-23 16:22:39 -07:00
Christopher Jeffrey 323a7fb962 comment. issue. 2014-10-23 16:08:29 -07:00
Christopher Jeffrey 37395021f8 clean up example. 2014-10-23 16:04:14 -07:00
Christopher Jeffrey 4fa5205235 cleanup comments. old code. 2014-10-23 15:55:48 -07:00
Christopher Jeffrey 61ee01f555 comment. misc. 2014-10-23 15:42:00 -07:00
Christopher Jeffrey acb577abe3 clean up previousblockhash. 2014-10-23 15:31:54 -07:00
Christopher Jeffrey 184cb690a4 better solution to previousblockhash. 2014-10-23 15:31:32 -07:00
Christopher Jeffrey 53e1044d8b free CBlockIndex if it is allocated. 2014-10-23 15:25:55 -07:00
Christopher Jeffrey 58e92d13e7 cleanup prevBlock code. 2014-10-23 15:11:00 -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 090eb9ab42 remove packet polling code. 2014-10-23 13:13:20 -07:00
Christopher Jeffrey 7977247b79 packet events. 2014-10-23 13:07:40 -07:00
Christopher Jeffrey bbc18ee764 stop polling for events. 2014-10-23 12:44:05 -07:00
Christopher Jeffrey 7190fc21aa improve packet polling. 2014-10-23 11:46:42 -07:00
Christopher Jeffrey 639463bb1b comments. 2014-10-22 22:26:02 -07:00
Christopher Jeffrey 99abd06b87 cleanup. 2014-10-22 19:22:06 -07:00
Christopher Jeffrey 1fd4c0ba4f fix cblock_to_jsblock segfault. 2014-10-22 19:19:16 -07:00
Christopher Jeffrey 8ec217d1e7 block segfault fixed. 2014-10-22 19:12:43 -07:00
Christopher Jeffrey 6c0cfd17c0 still segfaulting even with bitcoin source if statement. 2014-10-22 19:06:24 -07:00
Christopher Jeffrey b56b9186ee "filteradd", "filterclear", and "reject" not causing segfaults. 2014-10-22 19:00:35 -07:00
Christopher Jeffrey 8d0aad3dc4 "alert" and "filterload" not causing problems. 2014-10-22 18:58:39 -07:00
Christopher Jeffrey c68f7cd0be "pong" not causing segfault. 2014-10-22 18:56:11 -07:00
Christopher Jeffrey 4b4cbcc51f "ping" not causing segfault or coredump. 2014-10-22 18:53:58 -07:00
Christopher Jeffrey 6f8b8c67cc "block" causes segfault. 2014-10-22 18:49:32 -07:00
Christopher Jeffrey 7e43364f8d tx not causing a segfault. 2014-10-22 18:46:20 -07:00
Christopher Jeffrey c16c7d262a no segfault for getheaders. 2014-10-22 18:44:15 -07:00
Christopher Jeffrey 8aa289003f still no sigsegv yet. 2014-10-22 18:42:23 -07:00
Christopher Jeffrey 31de749b6c no segfault yet. 2014-10-22 18:39:46 -07:00
Christopher Jeffrey c34f2f67bf still no segfault. 2014-10-22 18:37:52 -07:00
Christopher Jeffrey 7eea05c71d rule out segfault. so far, so good. 2014-10-22 18:35:47 -07:00
Christopher Jeffrey c2041a05ce copy pfrom. 2014-10-22 18:32:16 -07:00