Commit Graph

1250 Commits

Author SHA1 Message Date
Christopher Jeffrey 6d2afb252b start implementing wallet. 2014-09-26 12:20:00 -07:00
Christopher Jeffrey ecadec5878 refactor verification. 2014-09-26 11:39:44 -07:00
Christopher Jeffrey e2a8b95651 VerifyTransaction 2014-09-26 11:34:55 -07:00
Christopher Jeffrey 41c0cb5a4e bitcoindjs.verifyBlock. 2014-09-26 11:23:21 -07:00
Christopher Jeffrey 4b6fceee37 fix getTx. 2014-09-26 10:16:10 -07:00
Christopher Jeffrey f691072e33 fallback for getTx. 2014-09-26 10:13:39 -07:00
Christopher Jeffrey 27a137022c remove unused conversions. 2014-09-25 15:33:37 -07:00
Christopher Jeffrey c6ca9d5dbf minor: fixes. 2014-09-25 15:26:49 -07:00
Christopher Jeffrey ebb2341323 refactor example. 2014-09-25 15:23:45 -07:00
Christopher Jeffrey 6eb95cf293 minor: output. 2014-09-25 15:13:59 -07:00
Christopher Jeffrey 6467c8a058 refactor example and ./lib. 2014-09-25 14:33:37 -07:00
Christopher Jeffrey 447fec3874 isCoinbase. cleanup. add txid, vout, scriptSig to coinbase inputs. 2014-09-25 14:19:46 -07:00
Christopher Jeffrey 219a513771 no longer debug hex output. 2014-09-25 14:12:43 -07:00
Christopher Jeffrey 58cea89bab add utils.copy. debug hex generation. 2014-09-25 14:12:09 -07:00
Christopher Jeffrey fdd94a4e40 more tx broadcast events. 2014-09-25 14:04:59 -07:00
Christopher Jeffrey 5f21978a44 return tx on broadcast. 2014-09-25 14:01:50 -07:00
Christopher Jeffrey b681642132 fixes. emit broadcast event. 2014-09-25 13:58:54 -07:00
Christopher Jeffrey 2b2d56dfea fix Transaction::broadcast. comments. 2014-09-25 13:54:20 -07:00
Christopher Jeffrey 5b19f2993e wrap tx properly again. 2014-09-25 13:50:47 -07:00
Christopher Jeffrey 72d3226564 include bcoin license. 2014-09-25 13:49:20 -07:00
Christopher Jeffrey 7de0f9e85b wrap tx and block objects. 2014-09-25 13:45:42 -07:00
Christopher Jeffrey aa06d48a1b fix typo. cleanup. 2014-09-25 13:40:39 -07:00
Christopher Jeffrey 81addf6cef get tx hex in javascript-land. 2014-09-25 13:39:06 -07:00
Christopher Jeffrey 46f1d9b73b major cleanup 2014-09-25 13:17:07 -07:00
Christopher Jeffrey b05ee032c5 successful tx broadcast. 2014-09-25 13:12:28 -07:00
Christopher Jeffrey 547bd02ba3 successfully compile broadcastTx. 2014-09-25 12:38:42 -07:00
Christopher Jeffrey b934088f7a start implementing broadcastTx. 2014-09-25 12:05:39 -07:00
Christopher Jeffrey 9e49864413 implement block and tx objects. 2014-09-25 10:59:36 -07:00
Christopher Jeffrey 9eb7eefe0f fix. cleanup. 2014-09-23 14:01:10 -07:00
Christopher Jeffrey 288cac6e63 poll mempool. 2014-09-23 13:57:49 -07:00
Christopher Jeffrey 09088d4a72 politely ask for inline functions. 2014-09-23 13:15:59 -07:00
Christopher Jeffrey f863d494ca remove output redirection. 2014-09-23 11:21:17 -07:00
Christopher Jeffrey 01b3ee7ee8 use print for events. 2014-09-23 11:20:07 -07:00
Christopher Jeffrey 28216754df emit txs. 2014-09-23 11:17:25 -07:00
Christopher Jeffrey 89246d85e6 emit full blocks. 2014-09-23 10:21:44 -07:00
Christopher Jeffrey adf1932c8e refactor block/tx conversions into their own functions. 2014-09-23 10:14:35 -07:00
Christopher Jeffrey 4017d88d13 emit events via height. 2014-09-22 18:34:38 -07:00
Christopher Jeffrey 4038258347 emit blocks. 2014-09-22 18:21:08 -07:00
Christopher Jeffrey f1fde6ee40 emit block events. 2014-09-22 17:58:59 -07:00
Christopher Jeffrey b194b9d8af events work 2014-09-22 17:16:27 -07:00
Christopher Jeffrey fdc49acedc start polling for events again. 2014-09-22 16:47:45 -07:00
Christopher Jeffrey fd34862c4c start implementing events. 2014-09-22 16:36:36 -07:00
Christopher Jeffrey 99b519418c cleanup object creation for GetBlock and GetTx. 2014-09-22 15:42:30 -07:00
Christopher Jeffrey 5c5e125a9c add GetTx template. 2014-09-22 15:31:56 -07:00
Christopher Jeffrey 2e6b618355 remove unnecessary externs to expose functions and global variables. 2014-09-22 15:28:18 -07:00
Christopher Jeffrey 5a696ec535 better signal handling. 2014-09-22 14:37:51 -07:00
Christopher Jeffrey f69c49aba1 remove synchronous GetTx. 2014-09-22 13:22:16 -07:00
Christopher Jeffrey f2d5dcabe0 make GetTx asynchronous. 2014-09-22 13:21:42 -07:00
Christopher Jeffrey 457b3f77ab cleanup. 2014-09-22 13:06:15 -07:00
Christopher Jeffrey bd8d938725 getTx working. 2014-09-22 13:05:55 -07:00