Commit Graph

437 Commits

Author SHA1 Message Date
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
Christopher Jeffrey 82859274d6 fix fRescan check for callback. 2014-11-11 11:57:52 -08:00
Christopher Jeffrey 317ff8a6bd allow callback in importKey. 2014-11-11 11:47:40 -08:00
Christopher Jeffrey d2df3dd534 remove useless if statement. 2014-11-11 11:45:57 -08:00
Christopher Jeffrey 98f9c66080 handle account names better. 2014-11-11 11:44:32 -08:00
Christopher Jeffrey 9a9ddcd21a consistency. 2014-11-11 11:38:51 -08:00
Christopher Jeffrey 4136be38f6 stop using String::New. 2014-11-11 11:36:20 -08:00
Christopher Jeffrey 36e67831eb fix read_addr(). 2014-11-11 11:29:46 -08:00
Christopher Jeffrey a4ec5de4db remove useless c_str conversions. 2014-11-11 11:11:12 -08:00
Christopher Jeffrey e2425c5b44 throw error if account is not provided. 2014-11-11 11:07:09 -08:00
Christopher Jeffrey 83652317d7 only use EMPTY for account names. 2014-11-11 11:04:08 -08:00
Christopher Jeffrey 89ea984344 get rid of IS_EMPTY. add WalletIsMine(). 2014-11-11 11:02:21 -08:00
Christopher Jeffrey eac667e103 reorganize sendto/from/move. 2014-11-10 16:04:34 -08:00
Christopher Jeffrey a18102ac2c read leveldb index. 2014-11-10 15:40:17 -08:00
Christopher Jeffrey 581ff27610 fix leveldb traversal. 2014-11-10 15:36:51 -08:00
Christopher Jeffrey f057ec71a6 parse leveldb for txs. 2014-11-10 15:28:38 -08:00
Christopher Jeffrey e25d11d00e do not use leveldb. 2014-11-06 16:16:41 -08:00
Christopher Jeffrey bcbcd1178d comparator. 2014-11-06 16:16:18 -08:00
Christopher Jeffrey f8efdb105e add GetBestBlock(). 2014-11-06 13:37:15 -08:00
Christopher Jeffrey 3a8ded71b3 more prev_list plans - make the async gods pleased. 2014-11-06 13:24:38 -08:00
Christopher Jeffrey 28cbb06c14 try to get previous output asynchronously. 2014-11-06 04:16:41 -08:00
Christopher Jeffrey 3b307e8ae5 add prev property. 2014-11-06 03:44:30 -08:00
Christopher Jeffrey 78c38743d8 add address to scriptSig. 2014-11-06 02:55:22 -08:00
Christopher Jeffrey 4c372133db whitespace 2014-11-06 01:22:46 -08:00
Christopher Jeffrey 1654923f12 fixes. 2014-11-05 17:27:51 -08:00
Christopher Jeffrey 7bee8fe176 parse raw leveldb for addr txs. 2014-11-05 12:01:24 -08:00
Christopher Jeffrey da496dcbc7 getBlockHeight. getAddrTransactions. 2014-11-04 16:41:42 -08:00
Christopher Jeffrey a02a672a22 add walletmove. fix callbacks. 2014-11-03 17:00:21 -08:00
Christopher Jeffrey 7c5da7e437 renaming own address works - changelabel. 2014-11-03 16:14:39 -08:00
Christopher Jeffrey 5fbcd57ccc all working except renaming own addresses - changelabel. 2014-11-03 16:10:46 -08:00
Christopher Jeffrey 8d4170a7b9 add recipients working. 2014-11-03 15:45:59 -08:00
Christopher Jeffrey 424e93ac2a more EMPTY macros. remove commented code. 2014-11-03 14:52:10 -08:00
Christopher Jeffrey b8c608e58c add EMPTY macros. 2014-11-03 14:47:39 -08:00
Christopher Jeffrey 2e1c3620a5 more changelabel work. 2014-11-03 14:30:49 -08:00
Christopher Jeffrey 45d0945d19 add own addresses properly. 2014-11-03 14:06:25 -08:00
Christopher Jeffrey f67d4aeac8 cannot create recipients. 2014-11-03 13:57:37 -08:00