Commit Graph

4017 Commits

Author SHA1 Message Date
ThomasV b305dd4a89 make wordlist use default language if available 2014-09-15 10:04:36 +02:00
ThomasV 441c68fbcc cache xpub values in account in order to generate addresses faster 2014-09-15 09:44:59 +02:00
ThomasV bde0ca3ea1 set default fee to 0.5mBTC/kb 2014-09-15 07:35:05 +02:00
ThomasV 8d396997dc fee estimate: kilobyte 2014-09-14 21:58:13 +02:00
ThomasV c42038a891 cosigner: add popup window 2014-09-14 20:28:21 +02:00
ThomasV 790e0e56e2 fix init call in cosignerpool plugin 2014-09-14 20:20:08 +02:00
ThomasV 7275955eef default lang is None 2014-09-14 19:54:28 +02:00
ThomasV 8ca66e7020 mnemonic: data_dir 2014-09-14 16:08:33 +02:00
ThomasV 90590f70ab reconnect to main server after timeout 2014-09-14 14:27:39 +02:00
ThomasV 98b361f328 code cleanup 2014-09-14 12:40:09 +02:00
ThomasV 33a1e2aa2d update_account_selector after creating/deleting account 2014-09-14 12:09:12 +02:00
ThomasV 815ba4b9eb Merge branch 'master' of git://github.com/spesmilo/electrum 2014-09-14 11:48:42 +02:00
ThomasV ca6194e563 trezor: check if device is connected before asking passphrase 2014-09-14 11:48:30 +02:00
azhar3339 d12bd4fffd Update password_dialog.py
Added a restriction on password. It should be at least 6 characters, contain an Upper case letter and a special character.
2014-09-14 13:22:59 +04:00
ThomasV 6afcf08ffa Merge pull request #831 from wozz/trezor_pin_dialog
Keep trezor pin dialog on top of other windows
2014-09-14 07:16:48 +02:00
Michael Wozniak c9fab344ca Keep trezor pin dialog on top of other windows 2014-09-13 18:14:01 -04:00
azhar3339 d6ae2ea094 Update password_dialog.py 2014-09-14 00:23:36 +04:00
ThomasV ad4449dc38 add v9 to list of tagged versions 2014-09-13 19:37:42 +02:00
ThomasV cef75e9e7b new seed_version: remove whitespaces only between CJK characters 2014-09-13 19:31:05 +02:00
ThomasV 1df007483e check seed_version first 2014-09-13 19:28:09 +02:00
ThomasV 5c5bb6ae3a make estimated fee higher than MIN_RELAY 2014-09-13 15:25:26 +02:00
ThomasV 81c00956e8 perform easy test first (lazy evaluation) 2014-09-13 15:23:35 +02:00
ThomasV 5f4bcb420b param to addresses is optional 2014-09-13 14:54:02 +02:00
ThomasV be307553b8 fix addresses() call in sweep 2014-09-13 14:07:17 +02:00
ThomasV b22048fdfb fix wallet constructor 2014-09-13 10:16:09 +02:00
ThomasV 0606a30804 move wordlists to data dir 2014-09-13 09:58:11 +02:00
ThomasV 5b84cbe9fb close_wallet 2014-09-12 19:58:59 +02:00
ThomasV 45a55e258f trezor: check device on load_wallet 2014-09-12 19:24:01 +02:00
ThomasV 6446d66859 do not call _ in default parameters 2014-09-12 16:49:01 +02:00
ThomasV b854c3e173 lower seedphrase 2014-09-12 16:48:24 +02:00
ThomasV 26ee3baaba add qrcode button to mpk dialog 2014-09-12 16:31:50 +02:00
ThomasV fc861c035d forgot prepere_seed 2014-09-11 16:28:03 +02:00
ThomasV 43513adb5c seed_v9: strip whitespaces before hashing 2014-09-11 15:15:50 +02:00
ThomasV f3e2e7b501 fix for seed_version 2014-09-11 15:11:46 +02:00
ThomasV e22dfc443c check seed_version before wallet_type 2014-09-11 15:04:42 +02:00
ThomasV 5a3756b879 Merge branch 'master' of git://github.com/spesmilo/electrum 2014-09-11 14:21:08 +02:00
ThomasV 93d073457c add spanish wordlist and remove accents 2014-09-11 14:20:10 +02:00
Maran 6c5302390a Make all LabelSync calls async. 2014-09-11 13:08:35 +02:00
ThomasV e7c7dc8cc9 init fee variable in make_unsigned_transaction 2014-09-11 11:04:45 +02:00
ThomasV d8cc54fbed verify_seed: pass function 2014-09-11 10:43:14 +02:00
ThomasV 4fcfc6d419 use own address to create dummy transactions 2014-09-11 08:43:09 +02:00
ThomasV 1b346b1aeb labels plugin: response must be OK before we continue 2014-09-11 08:42:10 +02:00
ThomasV c2813c5b15 load_wallet: we still want to test is_enabled 2014-09-10 23:15:55 +02:00
ThomasV a7102bee78 fix indentation 2014-09-10 23:12:28 +02:00
ThomasV 397f07ca82 fix plugin initialization with load_wallet 2014-09-10 23:04:51 +02:00
ThomasV 117c563182 fix utf8 encode/decode in labels plugin 2014-09-10 15:28:41 +02:00
ThomasV 302e444717 fix balance of PendingAccount (address was counted twice) 2014-09-10 10:58:53 +02:00
ThomasV be1a21d974 call add_address in get_next_account 2014-09-10 10:33:49 +02:00
ThomasV 410ac82667 Do not call Qt from non-Qt threads, this will segfault (give_error) 2014-09-10 10:16:07 +02:00
ThomasV 374daa25af create a PendingAccount if coins have been sent to next_account 2014-09-10 10:09:13 +02:00