Commit graph

3875 commits

Author SHA1 Message Date
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
ThomasV
501bbdbd67 fix num zeros bug 2014-09-10 01:56:37 +02:00
ThomasV
d2f4eed1f7 multi-account synchronization 2014-09-10 01:33:52 +02:00
ThomasV
04e53281f6 add old_mnemonic to setup 2014-09-09 22:24:08 +02:00
ThomasV
0b7f8e74d5 move synchronize_account logic to account.py 2014-09-09 17:31:15 +02:00
ThomasV
3dc69df702 fix tx.sweep 2014-09-09 14:50:42 +02:00
ThomasV
1fb8af40c5 disable privkey export menu in trezor wallets 2014-09-09 14:30:57 +02:00
ThomasV
265d74c542 fix #825 2014-09-09 14:22:06 +02:00
ThomasV
6361abaf4d extended seed prefix 2014-09-09 11:51:45 +02:00
ThomasV
c657212e5b fix: do not add zero change 2014-09-08 20:44:19 +02:00
ThomasV
0a810de898 add get_type method to PendingAccount 2014-09-08 19:46:24 +02:00
ThomasV
8cfa32db5c add labelsChanged signal 2014-09-08 11:45:19 +02:00
ThomasV
bcb18bbde4 call set_language before QApplication. fixes #400 2014-09-08 11:02:55 +02:00
ThomasV
01ad103c37 don't change fee if it is fixed by user 2014-09-08 09:29:25 +02:00
ThomasV
bd6f21232d fix restore from mpk command line 2014-09-08 05:17:56 +02:00
ThomasV
ea9e468333 fix export addresses 2014-09-08 03:52:59 +02:00
ThomasV
6ee33948b6 add missing import 2014-09-08 03:32:46 +02:00
ThomasV
a0d5ba37c6 fix: add missing imports 2014-09-08 03:27:46 +02:00
ThomasV
e4dfd3129a iv should be different from password 2014-09-08 00:54:52 +02:00
ThomasV
42bbce4cb3 labels: encrypt keys with deterministic iv 2014-09-08 00:12:34 +02:00
ThomasV
30a2a9ee51 don't encrypt keys, because it creates new items everytime 2014-09-07 23:43:41 +02:00
ThomasV
1886da7cde fix printing of unicode values 2014-09-07 23:04:04 +02:00
ThomasV
3948ef64fa labels: pull in separate thread. also fix error messages 2014-09-07 22:57:55 +02:00
ThomasV
3bbd3685d8 fix bug #787 2014-09-07 22:26:07 +02:00
ThomasV
1fa51e6b7c fix fee_e in settings window 2014-09-07 21:44:11 +02:00
ThomasV
67b9a59d34 better fees estimates 2014-09-07 20:36:29 +02:00
ThomasV
cfa833134a Merge pull request #824 from dabura667/txdiagopret
Show op_return in tx dialogue
2014-09-07 18:43:58 +02:00
dabura667
14d3b3589d Show OP_RETURN in tx dialogue 2014-09-07 03:21:44 +09:00
ThomasV
8fa1a9a5a8 Merge pull request #822 from mmilata/master
Update plugin modules in setup.py
2014-09-06 18:52:25 +02:00
Martin Milata
dfe34ec620 Update plugin modules in setup.py 2014-09-06 18:44:37 +02:00
ThomasV
62179fad58 Merge pull request #772 from dabura667/fiximportchange
Make change address for imported keys the same
2014-09-06 16:59:53 +02:00
ThomasV
f1e55a5b16 Merge branch 'dabura667-fixmultiline' 2014-09-06 15:06:55 +02:00
ThomasV
300125422d separate get_errors instead of raising an exception 2014-09-06 15:06:31 +02:00
ThomasV
b82e84907e Merge branch 'fixmultiline' of github.com:dabura667/electrum into dabura667-fixmultiline 2014-09-06 14:33:24 +02:00
dabura667
f3822cf06e Multiline Address error on do_send() 2014-09-06 21:28:57 +09:00
ThomasV
cdefecc16b revert commit 3863ee 2014-09-06 10:03:17 +02:00
ThomasV
c908c7e9a3 Merge pull request #820 from wozz/exch_update
Update itbit/coindesk exchange rate api
2014-09-06 09:58:20 +02:00
Michael Wozniak
a996659225 Update itbit/coindesk exchange rate api
itbit/coindesk exchange rate requires separate API calls per currency
Moved the calls to when the exchange rate plugin updates and when the
user modifies a selection instead of every time the program needs to
query the current exchange rate

This fixes an issue with slow response time in the send tab with the
exchange rate plugin turned on and set to coindesk or itbit
2014-09-05 19:58:54 -04:00
ThomasV
c1d286fc9a Merge branch 'master' of git://github.com/spesmilo/electrum 2014-09-05 20:34:00 +02:00
dabura667
3863ee9f64 Fixed Line input 2014-09-05 20:33:24 +02:00
dabura667
7568d71d12 Fixed CSV input bug 2014-09-05 20:33:24 +02:00
ThomasV
8292530051 Merge pull request #819 from dabura667/fixmultiline
Fixed Multi-Line input
2014-09-05 20:25:14 +02:00
ThomasV
60d093641b Merge branch 'master' of git://github.com/spesmilo/electrum 2014-09-05 19:44:01 +02:00