Maran
ebb9faeb6e
New LabelSync
This LabelSync is much faster because it will only request labels that
changed since the last sync. It is also using a new back-end and no
longer requires any registration.
10 years ago
ThomasV
1a76842730
on_buy: missing parameter
10 years ago
ThomasV
21ccb1e82d
trezor plugin: move Qt callbacks in a handler
10 years ago
ThomasV
156825fe57
trustedcoin: add 10 to prepaid options
10 years ago
ThomasV
d70c9d1ab7
stretch column instead of storing width
10 years ago
Riccardo Spagni
c5d45da933
tweaked resolve and DNSSEC timeouts to be less aggressive
10 years ago
ThomasV
2b81906fdd
trustedcoin: use self.print_error
10 years ago
ThomasV
d895e3b868
OA: update contacts tab
10 years ago
ThomasV
c9d874ce38
openalias: more error message
10 years ago
ThomasV
8902207443
add url as contact
10 years ago
ThomasV
27d871277a
add url to contacts, not full name, because it's used in completions
10 years ago
ThomasV
dfc3b64395
don't use large and silent try..except block. print more error messages
10 years ago
ThomasV
c17f64d236
do not run asynchronous validation in GUI thread.
10 years ago
ThomasV
34d4c6c9d8
rm dead code
10 years ago
ThomasV
66cbd5bc65
OA_READY already checked in is_available
10 years ago
ThomasV
8cc21a6a00
openalias: freeze and color payto_e
10 years ago
ThomasV
bafc9a5842
fix undefined variable in openalias plugin
10 years ago
Roman Zeyde
a6a4200c51
plugins: fix buttons insertion
10 years ago
Roman Zeyde
c4b306cdbe
fix Transaction.deserialize() to Transaction()
10 years ago
ThomasV
ec11e58add
handle pruning in wallet.txi/txo
10 years ago
ThomasV
e3de121be9
store deserialized tx in/out in wallet file for fast computation
10 years ago
ThomasV
9dd0728558
revert commit 3ae2fb2e90
10 years ago
ThomasV
9dbd546670
trustedcoin: clarify buy dialog
10 years ago
ThomasV
c0e60ec93d
ask user before closing transaction window with unsaved transaction
10 years ago
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