Commit Graph

58 Commits

Author SHA1 Message Date
Christopher Jeffrey 63f506b590 add getHash for txs and blocks. 2014-09-29 14:55:46 -07:00
Christopher Jeffrey 9fd6229221 refactor fill and sign. 2014-09-29 14:38:52 -07:00
Christopher Jeffrey e363ed15cb add Transaction.sign and Transaction.fill. 2014-09-29 14:29:41 -07:00
Christopher Jeffrey 810b9aa9c7 add inverse conversions. 2014-09-29 13:40:11 -07:00
Christopher Jeffrey 4fb20d1409 rename wallet methods. 2014-09-29 12:30:32 -07:00
Christopher Jeffrey 84e6ef72a8 prefix all wallet methods. 2014-09-29 12:26:46 -07:00
Christopher Jeffrey 7283d1bc22 wallet work. listaccounts is now extremely useful. 2014-09-26 15:43:55 -07:00
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 c6ca9d5dbf minor: fixes. 2014-09-25 15:26:49 -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 7de0f9e85b wrap tx and block objects. 2014-09-25 13:45:42 -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 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 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 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 fd34862c4c start implementing events. 2014-09-22 16:36:36 -07:00
Christopher Jeffrey 5a696ec535 better signal handling. 2014-09-22 14:37:51 -07:00
Christopher Jeffrey be2bba94bd cleanup. allow no block hash. 2014-09-22 12:27:33 -07:00
Christopher Jeffrey 0fd0b7c7b6 more debugging. 2014-09-22 12:14:51 -07:00
Christopher Jeffrey a7c8695d9b getTx implemented. 2014-09-22 12:05:17 -07:00
Christopher Jeffrey 4410d9b9e9 fix shutdown. sigint/sighup handlers. 2014-09-19 16:45:46 -07:00
Christopher Jeffrey 7d0c31363d major GetBlock cleanup. 2014-09-19 16:09:18 -07:00
Christopher Jeffrey 8584228a0a convert block to javascript object. 2014-09-19 15:39:05 -07:00
Christopher Jeffrey a4fcd348d4 make bitcoind.getBlock asynchronous. 2014-09-19 13:53:55 -07:00
Christopher Jeffrey 44bb54842f working getBlock 2014-09-18 17:14:17 -07:00
Christopher Jeffrey 1f0413e262 fix process.exit and uncaughtException code. 2014-09-18 14:54:08 -07:00
Christopher Jeffrey 84ea0890a8 output redirection work. 2014-09-17 15:33:21 -07:00
Christopher Jeffrey e3724414d4 change bitcoind.js prefix. 2014-09-17 14:31:20 -07:00
Christopher Jeffrey a9d124c058 fix callback order. 2014-09-17 14:25:19 -07:00
Christopher Jeffrey 7f7ef196f4 fix shutdown loop. 2014-09-17 14:21:28 -07:00
Christopher Jeffrey 3aacd0a089 no allocator error on shutdown. 2014-09-17 14:08:26 -07:00