Commit Graph

93 Commits

Author SHA1 Message Date
ThomasV 8534ec603f dumpprivkey -> getprivatekeys 2014-05-05 09:13:10 +02:00
ThomasV 563a7d99b9 rename command dumpprivkey as getprivatekeys 2014-05-05 09:11:36 +02:00
ThomasV 46c0dda3b9 sweep privkeys in gui 2014-05-01 17:35:01 +02:00
ThomasV 0ba73dfc95 restore get_master_public_key function. fixes #668 2014-04-29 12:26:58 +02:00
ThomasV e552930d34 sweep command (does not broadcast) 2014-04-25 17:23:26 +02:00
ThomasV a1daba6afe get_master_public_keys 2014-04-25 10:16:07 +02:00
ThomasV 7bef756813 simplify getseed: do not return hex 2014-04-23 16:14:31 +02:00
ThomasV f92b483942 disable encrypt/decrypt 2014-03-16 16:35:12 +01:00
ThomasV c0378a5ba0 fix getservers: wait until they are available 2014-03-15 11:04:11 +01:00
ThomasV 051853556e change the format returned by history command 2014-03-12 09:52:17 +01:00
ThomasV fb8e2fe7eb change decrypt syntax 2014-03-11 14:11:45 +01:00
ThomasV da6f292dd5 encrypt/decrypt messages in gui 2014-03-03 10:39:10 +01:00
ThomasV 9d5f39c235 fix createrawtransaction (issue #574) 2014-03-02 19:24:44 +01:00
ThomasV f37b23b2a7 rename command: getutxoaddress 2014-03-02 11:02:45 +01:00
ThomasV a5629539e4 add timeout to daemon, update getaddressbalance 2014-03-02 10:31:34 +01:00
ThomasV b6be8e6a31 new command: getunspentaddress 2014-01-30 15:16:49 +01:00
ThomasV ae43837a7b use standard format for private key passed to decrypt 2014-01-30 14:57:32 +01:00
ThomasV 631c967df9 new commands: encrypt and decrypt messages 2014-01-30 14:43:46 +01:00
ThomasV 1c35e15de7 get_proof command 2014-01-29 16:48:24 +01:00
ThomasV 7c6bc72cb4 daemon 2014-01-27 10:37:39 +01:00
ThomasV d4fbe85d7d json rpc daemon 2014-01-27 10:37:39 +01:00
ThomasV 969c4c2194 fix for getrawtransaction 2014-01-13 21:27:31 +01:00
Michael Pearce 0a896a6616 Update commands.py
Fixed command example for getaddressbalance.
2013-12-23 18:18:27 -08:00
ThomasV 48a739f714 fix gerversion 2013-12-21 18:32:57 +01:00
ThomasV 5f8775cd3a fix sendrawtransaction 2013-12-21 18:29:09 +01:00
flatfly 4d085f111c fix for getversion
i had pasted the wrong definition, sorry
2013-12-01 14:38:27 +01:00
flatfly 6751d23c79 added getversion command 2013-12-01 09:42:22 +01:00
ThomasV 9b22372c43 remove prioritize altogether. 2013-11-22 16:55:43 +01:00
Bryan Stitt 91061752cf stop using eval 2013-11-11 22:03:20 -08:00
Bryan Stitt 225d8b83a3 don't use bare except 2013-11-09 21:23:57 -08:00
Bryan Stitt f0eb0eccde replace BaseException with Exception 2013-11-09 20:21:02 -08:00
ThomasV 6197b8b8dc fix validateaddress 2013-11-04 12:41:43 +01:00
ThomasV 536c898b59 restore from master public key with seed v4 2013-11-03 14:14:35 +01:00
ThomasV 31aaae8ed2 seed v6 2013-10-26 16:40:05 +02:00
ThomasV 8b1c6fba68 remove -b option for listaddresses (fix issue #343) 2013-10-24 09:45:41 +02:00
AdamISZ 399f901479 import Transaction object for multisig to work 2013-10-21 23:19:30 +03:00
ThomasV 554d8dd3b7 fix typo in help 2013-10-18 12:28:58 +02:00
ThomasV f14d055ad8 choose_tx_from account, and use deterministic signatures (issue #323) 2013-10-05 21:15:48 +02:00
ThomasV 6f2471b69b getpubkeys command 2013-10-03 13:31:59 +02:00
ThomasV 2f66cdf908 new flag for commands: requires_wallet 2013-10-03 12:53:48 +02:00
ThomasV 7a5016ec42 move synchronous_get to network.py, fix get_balance script 2013-10-03 10:05:01 +02:00
ThomasV 2a7f46ce55 new command: getservers (fix for issue #306) 2013-10-02 13:50:36 +02:00
thomasv 30f7d23297 do not show pubkeu in validateaddress if the key is imported 2013-09-15 15:13:04 +02:00
thomasv d6af11a8fe getrawtransaction: first check if tx is in wallet 2013-09-15 12:50:19 +02:00
thomasv b75f8d795a new command: getrawtransaction 2013-09-15 11:19:48 +02:00
ThomasV f957837e21 custom json encoder for transactions 2013-09-14 21:53:56 +02:00
ThomasV d51a8d0f25 create a class for transaction dialog 2013-09-14 21:07:54 +02:00
Fredrick 048caf7a99 Fix dumpprivkeys 2013-09-10 16:07:09 -04:00
ThomasV b3e880b587 fix: typo, set_label 2013-09-08 20:12:03 +02:00
ThomasV cd6832df2e set_label 2013-09-08 20:10:43 +02:00