110 Commits (66c652eb5191a5d2eb87a0ff9ce82cb03565f3b0)

Author SHA1 Message Date
ThomasV 581ed1ed26 separate signtxwithkey and signtxwithwallet, and simplify sign_transaction 10 years ago
ThomasV 6361abaf4d extended seed prefix 10 years ago
ThomasV ca765b6622 getseed: display seed as utf8 10 years ago
ThomasV 1e75d6f854 add japanese, fix utf8 10 years ago
ThomasV 4d71707be8 add portuguese wordlist, and adapt wordlist parsing 10 years ago
ThomasV 4dcdcbc068 move mnemonic to separate class and use slush's wordlist. new commands: make_seed and check_seed 10 years ago
Janne Pulkkinen 95413cd1a9 Confirmation count included in API command history 10 years ago
ThomasV 9ee0614edb make daemon usable with the GUI 10 years ago
ThomasV 24f40f610f fix: update commands with new transaction constructors 10 years ago
ThomasV 1bb00ff5af store output type explicitly in tuple 10 years ago
ThomasV 2e1d24939c rm duplicate method getpubkey 10 years ago
Chris Glass 01f3e31c6b First cleanup branch commit 10 years ago
ThomasV b28a0bcdd4 getmpk: return list of accounts 10 years ago
ThomasV a24e32266f help text for signrawtransaction 10 years ago
ThomasV 0636ef8b32 compact serialized format for unsigned and partially signed transactions. 10 years ago
ThomasV 501bb92584 Remove Bitcoin address from serialized encryption format. Enable encrypt commands, fix ser_to_point() and add some tests 11 years ago
ThomasV 217ba7c80c createrawtransaction: keep all fields for input_info 11 years ago
ThomasV 8534ec603f dumpprivkey -> getprivatekeys 11 years ago
ThomasV 563a7d99b9 rename command dumpprivkey as getprivatekeys 11 years ago
ThomasV 46c0dda3b9 sweep privkeys in gui 11 years ago
ThomasV 0ba73dfc95 restore get_master_public_key function. fixes #668 11 years ago
ThomasV e552930d34 sweep command (does not broadcast) 11 years ago
ThomasV a1daba6afe get_master_public_keys 11 years ago
ThomasV 7bef756813 simplify getseed: do not return hex 11 years ago
ThomasV f92b483942 disable encrypt/decrypt 11 years ago
ThomasV c0378a5ba0 fix getservers: wait until they are available 11 years ago
ThomasV 051853556e change the format returned by history command 11 years ago
ThomasV fb8e2fe7eb change decrypt syntax 11 years ago
ThomasV da6f292dd5 encrypt/decrypt messages in gui 11 years ago
ThomasV 9d5f39c235 fix createrawtransaction (issue #574) 11 years ago
ThomasV f37b23b2a7 rename command: getutxoaddress 11 years ago
ThomasV a5629539e4 add timeout to daemon, update getaddressbalance 11 years ago
ThomasV b6be8e6a31 new command: getunspentaddress 11 years ago
ThomasV ae43837a7b use standard format for private key passed to decrypt 11 years ago
ThomasV 631c967df9 new commands: encrypt and decrypt messages 11 years ago
ThomasV 1c35e15de7 get_proof command 11 years ago
ThomasV 7c6bc72cb4 daemon 11 years ago
ThomasV d4fbe85d7d json rpc daemon 11 years ago
ThomasV 3941743c72 daemon 11 years ago
ThomasV be506af246 json rpc daemon 11 years ago
ThomasV 969c4c2194 fix for getrawtransaction 11 years ago
Michael Pearce 0a896a6616 Update commands.py 11 years ago
ThomasV 48a739f714 fix gerversion 11 years ago
ThomasV 5f8775cd3a fix sendrawtransaction 11 years ago
flatfly 4d085f111c fix for getversion 11 years ago
flatfly 6751d23c79 added getversion command 11 years ago
ThomasV 9b22372c43 remove prioritize altogether. 11 years ago
Bryan Stitt 91061752cf stop using eval 11 years ago
Bryan Stitt 225d8b83a3 don't use bare except 11 years ago
Bryan Stitt f0eb0eccde replace BaseException with Exception 11 years ago