ThomasV
659301873c
labels: use https, and fix force param
10 years ago
ThomasV
bfb4240948
Rewrite labels plugin using requests and own signals
10 years ago
ThomasV
c11b7b4fbd
fix #1102
10 years ago
drizzt
3ae2fb2e90
Remove useless enforced dependency of PyUSB
PyUSB will be automatically used if present.
10 years ago
ThomasV
38e4eeef95
add rate conversion to receive tab
10 years ago
ThomasV
66de592343
fix tx dialog buttons using new widgets
10 years ago
ThomasV
01cfb8f8f1
new Button widgets
10 years ago
ThomasV
94c0d86821
generic add_button method for TextEdit, with tooltips
10 years ago
ThomasV
5918bac5cb
fix wallet bug in labels plugin
10 years ago
ThomasV
1db4ef8b5c
minor fix
10 years ago
ThomasV
1ec45726af
update labels plugin for multisig wallets
10 years ago
ThomasV
4e87ae9b0f
fix bug with cosignerpool plugin
10 years ago
ThomasV
15636282e4
fix issue #1061 : normalize trezor passphrases. Add passphrases to restore from seed with trezor.
10 years ago
ThomasV
d448d8bb27
fix virtualkeyboard bug
10 years ago
ThomasV
44b44279e7
import SSLError
10 years ago
ThomasV
bc3013caf0
fix exchange_rate plugin behavior when typing amounts
10 years ago
BTChip
074a57b1a3
New firmware integration
10 years ago
ThomasV
45007a27e4
plugins readme
10 years ago
ThomasV
f2f92f9263
trustedcoin plugin: fix is_billing
10 years ago
Riccardo Spagni
133c3386be
relicensed to GPLv3, added note allowing for future relicensing
10 years ago
ThomasV
e389745491
remove appdata_dir and data_dir
10 years ago
ThomasV
3ed9e46672
OA: show requirement; use print_error for debugging
10 years ago
ThomasV
f302c90649
set self.wallet to None in plugin constructor
10 years ago
John Miguel Villar Zavatti
ea4bf4e91f
* Added BTCParalelo price index for Venezuelan Bolivar VEF
* Fixed all of the update_* functions on the exchange_rate.py plugin to indicate when there are SSL errors, there was a horrorous try-except-pass block that was drowning all the exceptions
* Added get_json_insecure to allow exchange rates over HTTP
Signed-off-by: John Miguel Villar Zavatti <johnvillarzavatti@gmail.com>
10 years ago
m0mchil
beaa932c97
close Trezor USB transport on wallet close
10 years ago
m0mchil
ae8c382a4d
better trezor version checks
10 years ago
Riccardo Spagni
67b39e67d4
fixed incorrect code order, handle @ chars correctly
10 years ago
m0mchil
1601d58819
Confirm address on TREZOR
10 years ago
Roman Zeyde
f00df7023c
audio_modem: update plugin to work with latest version.
send() and recv() API are now part of amodem.main module.
10 years ago
Bartosz Dabkowski
090816998e
Resolve address when lost focus.
10 years ago
ThomasV
395312e70f
fix: add wallet types only if available
10 years ago
BTChip
0da3836b14
Catch up with modifications, along with Python API 0.1.12 closes #869 #868 #957 #871 #870
10 years ago
ThomasV
78ce20b0b8
fix plugins initialization
10 years ago
ThomasV
36a5e09532
trezor restore from seed
10 years ago
ThomasV
94c9bf3655
define special hooks for install wizard
10 years ago
ThomasV
dda4a0fcb3
call load_wallet and close_wallet for each plugin
10 years ago
Roman Zeyde
50c2efc32a
audio_modem: update plugin to work with latest version.
Loading the library is now done after creating the interface.
10 years ago
Riccardo Spagni
540adeb22c
use the correct Electrum alias syntax
10 years ago
Riccardo Spagni
e96fe36e62
add license and info, handle address with no name
10 years ago
Riccardo Spagni
78f90a0f26
handle @ characters in the address
10 years ago
Riccardo Spagni
714db0f5a1
tweaked timeouts, handle DNSSEC check errors
10 years ago
ThomasV
6a7d50d5c5
raise trustedcoin max fee.
10 years ago
ThomasV
33f48276db
trustedcoin: check that price does not exceed predefined value
10 years ago
ThomasV
622b9d13ee
fix: start listener after testing if available
10 years ago
ThomasV
ee067a47dd
cosign plugin: fix listener
10 years ago
Riccardo Spagni
1e73768b89
query timeouts, import relevant types
10 years ago
Riccardo Spagni
a0739ad925
handle DNSPython libs not being available
10 years ago
Riccardo Spagni
f71dd322dd
display error details for unexpected errors
10 years ago
Riccardo Spagni
a7ce389451
initial OpenAlias plugin commit
10 years ago
ThomasV
09f4359f62
don't display audio modem message on stdout
10 years ago