594 Commits (19d7a81d702baf8a42fd9a5d567036a7c07293ff)

Author SHA1 Message Date
ortutay 4edfc6d82e Coinbase BuyBack plugin 11 years ago
ThomasV e18573dda0 test is_mine in add_keypairs_from_wallet 11 years ago
ThomasV 4446cf44c7 don't set network.interface to None when disconnetced 11 years ago
thomasv 942d009661 network.pending_servers, to avoid connecting the same server multiple times 11 years ago
thomasv f045490597 During wallet creation, do not write seed on disk before it is encrypted 11 years ago
shunyata de1a0f5690 wallet.synchronizer should exist at construction. 11 years ago
thomasv 1004fbd8f8 fix offline signing with key>5 11 years ago
ThomasV 9b22372c43 remove prioritize altogether. 11 years ago
ThomasV 6dc9bfbe07 fix default value in storage.get 11 years ago
kazcw 3628f6430e clean up sending address input 11 years ago
kazcw ae028e780d select addresses to send from 11 years ago
ThomasV 7ead6d18f2 fix tx signing with watching only wallets 11 years ago
ThomasV 588f8fd110 wallet: call create_accounts in save_seed 11 years ago
ThomasV 9db6f0c3b7 fix side effect in get_unspent_coins, causing transactions to be rejected 11 years ago
thomasv eae0c7c3b9 get_private_key: call get_seed first in order to check password 11 years ago
ThomasV 57e7eb2ff9 wallet.py: use get_seed in update_password 11 years ago
Bryan Stitt 225d8b83a3 don't use bare except 11 years ago
Bryan Stitt f0eb0eccde replace BaseException with Exception 11 years ago
ThomasV 30934b69db call check_seed in get_seed 11 years ago
thomasv 48bd2557b7 fix: store seed version 11 years ago
ThomasV e4cdc4da0f dust threshold 11 years ago
ThomasV c84cc5bb8b do not return history if offline 11 years ago
ThomasV b1472ba1a7 fix regression: offline mode 11 years ago
Wallacoloo cd24eb4feb Fixed indexing a function rather than calling it in WalletStorage.put 11 years ago
ThomasV 536c898b59 restore from master public key with seed v4 11 years ago
ThomasV d8626793bc fix: wait_for_network 11 years ago
ThomasV 4714160f17 fix redeemPubKey for imported keys (fixes issue #350) 11 years ago
ThomasV 67d185d7f0 offline signing with seed_v4 11 years ago
ThomasV 999bf3d2fd minor fix: restore from hexadecimal seed 11 years ago
thomasv 71429ef4bd no keyid for imported keys 11 years ago
thomasv 4ef6adf3ce exit after seed message 11 years ago
thomasv 83b885c702 fix mnemonic decode 11 years ago
thomasv 5a3b80cfb2 disable bip32 11 years ago
ThomasV 5cb1d6afda seed prefix 01 11 years ago
ThomasV 31aaae8ed2 seed v6 11 years ago
ThomasV 07bdd6c494 move old wallet to subdir 11 years ago
ThomasV aaaeac3535 create a subdirectory for wallets, under default path 11 years ago
ThomasV 9d3c8efdda bug fix: seed_version 11 years ago
thomasv a9d341ec9c move pending accounts logic into wallet.py 11 years ago
thomasv 5125ee43de fix parameters in mktx_from_account 11 years ago
thomasv dfb2d12602 fix: height() 11 years ago
ThomasV 367b11681b fix offline signing: redeemPubkey was missing 11 years ago
ThomasV 14b5a3afd8 fixes for android: restore from seed 11 years ago
ThomasV f5b54391d7 wallet: include next_addresses by default, so that we count them in balances 11 years ago
ThomasV ec03932454 simplify get_balance 11 years ago
thomasv ca75d3c08a check coinbase maturity (fix #252) 11 years ago
ThomasV ea0f270fd9 update and fix the merchant script (fixes issue #254) 11 years ago
ThomasV f14d055ad8 choose_tx_from account, and use deterministic signatures (issue #323) 11 years ago
ThomasV 3a894725ae new account creation method (gui) 11 years ago
ThomasV a38298c5ee handle network.interface being None when network is disconnected 11 years ago