413 Commits (32cca276fe7a13af0a41d319c5d0ed92211edabc)

Author SHA1 Message Date
ThomasV e2c749cdab bip32 uses compressed K 11 years ago
ThomasV b379a14cd2 guess seed_version on old wallets 11 years ago
ThomasV 4e8bb4dac4 add tx direction info to default labels 11 years ago
ThomasV 960e7bc3df fix reference to verifier 11 years ago
ThomasV 6ecb977461 add password to sign hook 11 years ago
Michael Wozniak 820328781a print statement should be debug only 11 years ago
CodingAnarchy b9bf3a2ee8 change estimated_fee to include 34 bytes per output instead of hard-coded 80 (issue #520) 11 years ago
ThomasV 12e9f49042 fix: network.height() is a function 11 years ago
ThomasV da6f292dd5 encrypt/decrypt messages in gui 11 years ago
ThomasV e955ee69a8 restore from master public key (qt and command line) 11 years ago
ThomasV 638526712b rebrand this branch as 1.9.8 11 years ago
ThomasV 79309c9625 strip whitespaces from seed 11 years ago
ThomasV 22408c1316 fix: do not create old_wallet if seed is empty because user typed gibberish 11 years ago
dabura667 c49a97ef14 Is_valid assert wasn't displaying anything. 11 years ago
ThomasV bb859c244b strip whitespaces from seed 11 years ago
ThomasV cf8c4aa491 fix: do not create wallet if seed is empty because user typed gibberish 11 years ago
CodingAnarchy cbb99e6585 update estimated_fee to round up and use proper base of 1000 as calculation per issue #527 11 years ago
ThomasV 4693727659 1of1 is default account type 11 years ago
ThomasV 70bace9b1e use separata class for old wallets; decide with WalletFactory 11 years ago
ThomasV c90bc6aa26 bip39 11 years ago
ThomasV 98ae202d80 fixes for master keys 11 years ago
ThomasV 9218175301 enable bip32 11 years ago
ThomasV d4fbe85d7d json rpc daemon 11 years ago
ThomasV be506af246 json rpc daemon 11 years ago
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