Commit Graph

622 Commits

Author SHA1 Message Date
Christopher Jeffrey c988172dc4 unref garbage collector. 2014-11-18 16:57:04 -08:00
Christopher Jeffrey 0be9143e32 use other method for obtaining addr txs. cache them. 2014-11-18 16:55:24 -08:00
Christopher Jeffrey 0c19633da9 create addresses object. 2014-11-18 16:31:51 -08:00
Christopher Jeffrey 499c47aa34 fix mapBlockIndex segfault. use .count properly. 2014-11-18 16:26:42 -08:00
Christopher Jeffrey 5b15937d8f check pindex - fix segfault. 2014-11-18 15:51:43 -08:00
Christopher Jeffrey 87a6d89e25 revert misguided changes. refactor is_mine. 2014-11-18 15:47:17 -08:00
Christopher Jeffrey d50c103c00 check IsMine for tx conversions. 2014-11-18 15:42:15 -08:00
Christopher Jeffrey d8701332c0 fix tx properties. 2014-11-18 15:38:44 -08:00
Christopher Jeffrey b668cfbb0a add addrFlag. 2014-11-18 14:13:47 -08:00
Christopher Jeffrey 65e4ffddda comment. 2014-11-18 13:26:24 -08:00
Christopher Jeffrey 7fd22317e7 add function templates. 2014-11-17 16:43:50 -08:00
Christopher Jeffrey 513a7ae746 add rescan blockchain. 2014-11-17 16:42:08 -08:00
Christopher Jeffrey e18bfdd2fb fix v8 assertion failure on tx sending. 2014-11-17 16:05:31 -08:00
Christopher Jeffrey df62ac4e22 add `global` property to Bitcoin prototype. 2014-11-17 14:19:46 -08:00
Christopher Jeffrey 990084bd22 code fixes - typos. 2014-11-17 13:44:10 -08:00
Christopher Jeffrey 30ce2aaf4c use reference instead of pointer for genesis block. 2014-11-17 13:20:28 -08:00
Christopher Jeffrey bb8e43117c refactor. fix boolean cast. 2014-11-17 13:13:55 -08:00
Christopher Jeffrey a4e4b35c8d remove log pipe. 2014-11-17 13:09:05 -08:00
Christopher Jeffrey f647de9a32 comments. remove async packet parsing. 2014-11-17 13:07:15 -08:00
Christopher Jeffrey c781b0c297 potentially make packet parsing async. still can't figure out what is making blockchain download block the main thread. 2014-11-17 12:53:55 -08:00
Christopher Jeffrey 3f7c206bb9 cleanup importprivkey. 2014-11-17 11:29:06 -08:00
Christopher Jeffrey 8eb0e2d810 do not include parent block. 2014-11-14 15:01:10 -08:00
Christopher Jeffrey 2c0010a31f fix error. fix parent block. 2014-11-14 14:59:51 -08:00
Christopher Jeffrey 20faa1225b add parent block to each tx. 2014-11-14 14:52:18 -08:00
Christopher Jeffrey eb9d5d70bc better error messages. 2014-11-14 14:51:20 -08:00
Christopher Jeffrey d250d2a1cd add size to tx. 2014-11-13 17:18:56 -08:00
Christopher Jeffrey 7aaf4dce94 allow wallet transactions to lookup their real counterparts. 2014-11-13 16:46:05 -08:00
Christopher Jeffrey a9a5f7c4ad do not convert wallet txs for now. 2014-11-13 15:50:27 -08:00
Christopher Jeffrey 6d994454d5 always include hex in wallet transactions. convert to regular transactions. 2014-11-13 15:45:55 -08:00
Christopher Jeffrey fe643a37ae remove old WalletGetTransaction code. 2014-11-13 15:30:35 -08:00
Christopher Jeffrey f19bd33fe3 remove todos. implement WalletGetTransaction. 2014-11-13 15:28:42 -08:00
Christopher Jeffrey fdf15b340f WalletGetBalance account is * by default. 2014-11-13 12:41:41 -08:00
Christopher Jeffrey ebf3c6c13d fix WalletListTransactions(). 2014-11-13 12:28:31 -08:00
Christopher Jeffrey 4692d4a034 fix getbalance. 2014-11-13 11:56:15 -08:00
Christopher Jeffrey 4b14b0a274 rename mindepth to confirmations. 2014-11-13 11:30:31 -08:00
Christopher Jeffrey 3694f72e91 percent check for hours and days. 2014-11-12 16:20:38 -08:00
Christopher Jeffrey 5c6ec309b1 cleanup progress. 2014-11-12 16:10:52 -08:00
Christopher Jeffrey 6674de5b76 use checkpoint progress to get time left. 2014-11-12 15:58:03 -08:00
Christopher Jeffrey b6207b907f make sure amount is specified for move. 2014-11-12 15:53:14 -08:00
Christopher Jeffrey 6c9b005cd1 fix orphans. 2014-11-12 15:43:22 -08:00
Christopher Jeffrey a9b9846aed start making hookPackets async. 2014-11-12 15:41:05 -08:00
Christopher Jeffrey 0d25d43024 use Checkpoints::GuessVerificationProgress and return orphan count. 2014-11-12 14:56:56 -08:00
Christopher Jeffrey bd5d576076 start hook_packets on separate boost thread. 2014-11-12 14:07:08 -08:00
Christopher Jeffrey 64e68be07d progress working. 2014-11-12 11:57:04 -08:00
Christopher Jeffrey f659f1fe96 fix GetProgress again. 2014-11-12 11:11:38 -08:00
Christopher Jeffrey 43652bb5c3 now for progress. 2014-11-12 11:09:17 -08:00
Christopher Jeffrey 41a174b929 potentially fix GetProgress. 2014-11-11 16:18:06 -08:00
Christopher Jeffrey 10aef46050 default datadir=.bitcoind.js 2014-11-11 13:36:08 -08:00
Christopher Jeffrey f83be008f3 allow hardcoded peers. 2014-11-11 13:27:36 -08:00
Christopher Jeffrey c1dc858c28 ensure err_msg. fix callback errors. 2014-11-11 12:05:32 -08:00