Commit Graph

128 Commits

Author SHA1 Message Date
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 f19bd33fe3 remove todos. implement WalletGetTransaction. 2014-11-13 15:28:42 -08:00
Christopher Jeffrey a9b9846aed start making hookPackets async. 2014-11-12 15:41:05 -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 317ff8a6bd allow callback in importKey. 2014-11-11 11:47:40 -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 f8efdb105e add GetBestBlock(). 2014-11-06 13:37:15 -08:00
Christopher Jeffrey 1654923f12 fixes. 2014-11-05 17:27:51 -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 46c07a98d6 fix dumpKey call. 2014-10-30 16:38:58 -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 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
Christopher Jeffrey 8e09b40257 add silent option. 2014-10-29 16:01:54 -07:00
Christopher Jeffrey 98465d61e8 fix isEncrypted. 2014-10-29 12:56:39 -07:00
Christopher Jeffrey 73bc0083b8 refactor dumpprivkey. 2014-10-28 16:40:37 -07:00
Christopher Jeffrey 0ea619ff15 add received by address. 2014-10-28 15:40:36 -07:00
Christopher Jeffrey f5b3d45b5c implement change label and delete account. 2014-10-28 15:22:46 -07:00
Christopher Jeffrey b40e5a15ea implement GetMiningInfo() method. 2014-10-28 14:16:33 -07:00
Christopher Jeffrey 152c235d87 add get and set generate. 2014-10-28 14:09:55 -07:00
Christopher Jeffrey 349027d4b1 add dump and import wallet methods. 2014-10-28 13:57:06 -07:00
Christopher Jeffrey 50bcaf2918 add GetProgess() method. 2014-10-28 13:01:40 -07:00
Christopher Jeffrey 15ebf5253e add keypoolrefill method. 2014-10-28 11:52:03 -07:00
Christopher Jeffrey b754237618 implement dumpprivkey. 2014-10-28 11:41:37 -07:00
Christopher Jeffrey 665a87f680 allow to check whether wallet is encrypted. 2014-10-28 11:29:33 -07:00
Christopher Jeffrey f8fccb8eaf fix parsed again. emit digest. 2014-10-27 14:58:03 -07:00
Christopher Jeffrey effda10901 emit parsed properly. 2014-10-27 14:55:48 -07:00
Christopher Jeffrey 5d8332c710 convenience for fromHex. 2014-10-23 16:22:39 -07:00
Christopher Jeffrey 090eb9ab42 remove packet polling code. 2014-10-23 13:13:20 -07:00
Christopher Jeffrey 7977247b79 packet events. 2014-10-23 13:07:40 -07:00
Christopher Jeffrey bbc18ee764 stop polling for events. 2014-10-23 12:44:05 -07:00
Christopher Jeffrey 7190fc21aa improve packet polling. 2014-10-23 11:46:42 -07:00
Christopher Jeffrey 677df7f787 more packet polling. 2014-10-21 18:51:05 -07:00
Christopher Jeffrey 2fc11cb8e3 packet polling still working. 2014-10-21 18:20:27 -07:00
Christopher Jeffrey 19a7c07c60 first working packet listener. 2014-10-21 18:06:17 -07:00
Christopher Jeffrey 4211499b0e garbage collection. 2014-10-20 08:53:54 -07:00
Christopher Jeffrey f0ebef4e8c add GetAddresses(). add "addr" event. 2014-10-17 16:12:57 -07:00
Christopher Jeffrey 6fadefe761 add "peer" and "version" event. 2014-10-17 14:23:19 -07:00
Christopher Jeffrey 965d419801 add GetPeerInfo(). fix GetInfo(). 2014-10-17 13:47:56 -07:00
Christopher Jeffrey 2ab5f33053 add GetInfo(). 2014-10-17 13:26:27 -07:00
Christopher Jeffrey 76f2d147a6 disable multiple instantiations. 2014-10-17 12:54:58 -07:00
Christopher Jeffrey a09c735a9b datadir fixes. wait for wallet to load. 2014-10-16 15:14:44 -07:00