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
11 years ago
ThomasV
c1d286fc9a
Merge branch 'master' of git://github.com/spesmilo/electrum
11 years ago
dabura667
3863ee9f64
Fixed Line input
11 years ago
dabura667
7568d71d12
Fixed CSV input bug
11 years ago
ThomasV
8292530051
Merge pull request #819 from dabura667/fixmultiline
Fixed Multi-Line input
11 years ago
ThomasV
60d093641b
Merge branch 'master' of git://github.com/spesmilo/electrum
11 years ago
ThomasV
caf4adff49
add missing @hook in exch plugin
11 years ago
dabura667
4cc52ce110
Fixed Line input
11 years ago
ThomasV
cec18fb7fe
Merge pull request #818 from dabura667/fixCSV
Fixed CSV input bug
11 years ago
dabura667
7337165d0e
Fixed CSV input bug
11 years ago
ThomasV
4da10d9a00
convert tab to spaces
11 years ago
ThomasV
b1ecb61105
fix oldwallet master_public_key
11 years ago
ThomasV
65fd4f45e3
spelling
11 years ago
ThomasV
bc1ae4fe94
filter wallet types
11 years ago
ThomasV
2b10ccdcc4
fix
11 years ago
ThomasV
622fb6c08b
add wallet categories
11 years ago
ThomasV
34cb1f6620
simplify install wizard
11 years ago
ThomasV
dd849964d1
interface: forward errors
11 years ago
ThomasV
9af2c20706
json sanitize labels
11 years ago
ThomasV
0c8c21f64d
minor fix
11 years ago
ThomasV
65d0560475
storage: deepcopy and sanitize json
11 years ago
ThomasV
592a403fa7
qrtextedi: minor fixes
11 years ago
ThomasV
d7b947e30f
revert previous commit, and fix utf8 qr code
11 years ago
ThomasV
058ad1292b
show groups of 5 words
11 years ago
ThomasV
816495609f
fix #788
11 years ago
ThomasV
1e346404dd
fixes for label plugin
11 years ago
ThomasV
6101abda5d
call init_qt everytime a plugin is enabled
11 years ago
ThomasV
a8f0e4310f
Merge branch 'greenaddress-greenaddress-instant'
11 years ago
ThomasV
8b78b7c480
don't duplicate code
11 years ago
ThomasV
fdbd387aec
Merge branch 'greenaddress-instant' of github.com:greenaddress/electrum into greenaddress-greenaddress-instant
11 years ago
GreenAddress
8d8c8cb7f9
Add GreenAddress instant verify plugin
11 years ago
ThomasV
635a252099
update manifest
11 years ago
ThomasV
ca765b6622
getseed: display seed as utf8
11 years ago
ThomasV
8f314209b4
normalize unicode right after reading from file
11 years ago
ThomasV
1e75d6f854
add japanese, fix utf8
11 years ago
ThomasV
b32fbd210c
Merge pull request #814 from bip39JP/master
Added Japanese wordlist
11 years ago
bip39JP
a14a2f75bb
Added Japanese wordlist
11 years ago
ThomasV
6e363bc097
check length in OP_RETURN
11 years ago
ThomasV
1a8425ff5d
additional fix for #793
11 years ago
ThomasV
449feddaaf
raise an exception on trezor decrypt
11 years ago
ThomasV
65a155401b
remove 2of3 option in cmd line
11 years ago
ThomasV
e9f4ed0474
remove deprecated usb option
11 years ago
ThomasV
a2065eff72
use language in config to choose wordlist
11 years ago
ThomasV
92ba934052
NFKD (per bip39)
11 years ago
ThomasV
3a8b4d4258
fix #812
11 years ago
ThomasV
5a20d07fb8
add hook: make_unsigned_transaction
11 years ago
ThomasV
cc71dfea86
check all bytes in strip_pkcs7_padding
11 years ago
ThomasV
de1123e4a0
ecies: update description in comment
11 years ago
ThomasV
a97375dbb4
ecies: use the same KDF to derive aes init vector and aes and hmac keys.
11 years ago
ThomasV
eed37c41b5
ecies: don't drop sign of ephemeral key
11 years ago