Commit Graph

1250 Commits

Author SHA1 Message Date
Christopher Jeffrey f2b8c96844 add unconfirmed balance. 2014-10-01 13:41:25 -07:00
Christopher Jeffrey 788fe1c363 add wallet.getbalance. 2014-10-01 13:37:18 -07:00
Christopher Jeffrey abff56b756 add multisig addresses. 2014-10-01 13:11:07 -07:00
Christopher Jeffrey ec20ee86a4 add signature verification. 2014-10-01 12:58:11 -07:00
Christopher Jeffrey c9ac2dd516 add message signing. 2014-10-01 12:53:40 -07:00
Christopher Jeffrey 53bffc378e more conversion work. 2014-10-01 12:46:41 -07:00
Christopher Jeffrey 932d0fd1a0 fix block polling and emitting blocks. 2014-10-01 12:05:18 -07:00
Christopher Jeffrey ffc26d93e7 switch back to linked list. 2014-10-01 11:51:01 -07:00
Christopher Jeffrey e9150dd3ca temporarily revert to blocking polling. 2014-10-01 11:47:49 -07:00
Christopher Jeffrey e7e827ff39 handle chain height. 2014-10-01 11:20:53 -07:00
Christopher Jeffrey 07cdeeb7cc add list option 2014-10-01 11:20:39 -07:00
Christopher Jeffrey ab4264b74c use linked list. 2014-10-01 11:03:27 -07:00
Christopher Jeffrey dd698b2374 when polling. do not do reads in _after. 2014-09-30 16:17:29 -07:00
Christopher Jeffrey 2caedcd812 remove all hooks 2014-09-30 16:14:44 -07:00
Christopher Jeffrey a8d7cd1835 hooks 2014-09-30 16:14:20 -07:00
Christopher Jeffrey 337991d33c remove hooks. 2014-09-30 16:11:18 -07:00
Christopher Jeffrey 70edf28235 attempt to use function hooks. 2014-09-30 15:53:13 -07:00
Christopher Jeffrey 057ab4da03 queue up signal handlers so they do not get overwritten. 2014-09-30 15:16:48 -07:00
Christopher Jeffrey ad5ae36a2f remove useless methods. 2014-09-30 15:03:33 -07:00
Christopher Jeffrey af477c3bbf more conversion work. 2014-09-30 14:53:19 -07:00
Christopher Jeffrey c8377f7c08 cleanup fill transaction more. 2014-09-30 13:35:38 -07:00
Christopher Jeffrey 1bb9d1cebd use latest libbitcoind.so. 2014-09-30 13:35:21 -07:00
Christopher Jeffrey b5c96e752f clean up fill transaction. 2014-09-30 09:42:23 -07:00
Christopher Jeffrey 9d64341dd7 potentially include rpcwallet.h. 2014-09-29 17:03:20 -07:00
Christopher Jeffrey cd02cde953 comments. 2014-09-29 16:55:04 -07:00
Christopher Jeffrey 59ec8c54a2 make it impossible to "impersonate" blocks and txs. 2014-09-29 16:54:21 -07:00
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