Commit Graph

570 Commits

Author SHA1 Message Date
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
Christopher Jeffrey 2d17a8a59e creating receive address works. 2014-11-03 13:49:55 -08:00
Christopher Jeffrey 17e2a8ff8e use SetAddressBook. 2014-11-03 13:35:35 -08:00
Christopher Jeffrey d4f8277d75 fix build errors. 2014-11-03 13:19:32 -08:00
Christopher Jeffrey 015b971341 fix options->Set. 2014-11-03 13:09:49 -08:00
Christopher Jeffrey a62382f56e potentially fix changelabel. 2014-11-03 13:06:30 -08:00
Christopher Jeffrey a943cb888e attempt to fix ChangeLabel to setaccount behavior. 2014-10-31 17:41:15 -07:00
Christopher Jeffrey 00ee6cc18c fix walletdump. 2014-10-31 11:52:43 -07:00
Christopher Jeffrey 46c07a98d6 fix dumpKey call. 2014-10-30 16:38:58 -07:00
Christopher Jeffrey e4c1f4209e bad examples. 2014-10-30 16:14:47 -07:00
Christopher Jeffrey 8e05e1aa3c fix percentage calculation. 2014-10-30 15:36:05 -07:00
Christopher Jeffrey 997d01ffa4 method rename. 2014-10-30 15:09:58 -07:00
Christopher Jeffrey 9cd8bd9ee5 rename methods. 2014-10-30 15:07:29 -07:00
Christopher Jeffrey c69c3c258d rename methods. 2014-10-30 14:43:36 -07:00
Christopher Jeffrey 20301e4f4f fix build errors. improve GetRecipients(). 2014-10-30 14:42:16 -07:00
Christopher Jeffrey 9f5ac9ae40 clean up comments. 2014-10-30 14:35:32 -07:00
Christopher Jeffrey ecf1229a3e add set, remove, and get recipient. 2014-10-30 14:34:50 -07:00
Christopher Jeffrey 1dbd16663d try adding getRecipients. fix progress. 2014-10-30 14:12:27 -07:00