Commit Graph

1424 Commits

Author SHA1 Message Date
Christopher Jeffrey e6f33b2793 make dest output unsigned. 2014-09-29 16:49:34 -07:00
Christopher Jeffrey 898c89a5b2 refactor option parsing in fill transaction. 2014-09-29 16:47:44 -07:00
Christopher Jeffrey e65b7e8da3 fillTransaction: allow destination output choice. 2014-09-29 16:46:26 -07:00
Christopher Jeffrey 58e40ce1ba remove coinControl notes. 2014-09-29 16:34:18 -07:00
Christopher Jeffrey 054753e3e4 use global nTransactionFee. 2014-09-29 16:26:33 -07:00
Christopher Jeffrey 9e68e7608c coinControl work. 2014-09-29 16:15:30 -07:00
Christopher Jeffrey 351d1ebd83 add merkle tree building. fix filltx. 2014-09-29 16:06:49 -07:00
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 eed2806629 more conversion work. 2014-09-29 14:08:56 -07:00
Christopher Jeffrey 85f30f6111 disable new conversions for now. 2014-09-29 13:49:13 -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 759748018d make things more consistent. refactor. 2014-09-29 12:18:29 -07:00
Christopher Jeffrey 3efada37cf make sendfrom asynchronous. 2014-09-29 12:15:59 -07:00
Christopher Jeffrey b3e6a1d998 make sendtoaddress async. 2014-09-29 11:59:57 -07:00
Christopher Jeffrey 9e0fccb2e0 fix race condition in a cleaner way. 2014-09-29 11:40:00 -07:00
Christopher Jeffrey 9f6684b956 readme 2014-09-26 15:50:05 -07:00
Christopher Jeffrey 70b36ea84f clean up listaccounts. 2014-09-26 15:45:54 -07:00
Christopher Jeffrey 7283d1bc22 wallet work. listaccounts is now extremely useful. 2014-09-26 15:43:55 -07:00
Christopher Jeffrey 0d1497a4c7 implement sendfrom and sendtoaddress. 2014-09-26 13:18:23 -07:00
Christopher Jeffrey 7f8ea209ab rpc calls. now embedded. 2014-09-26 12:42:04 -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 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