388 Commits (9782c7fe8e0aea03c89212f0348efd2f821ddfaf)

Author SHA1 Message Date
ThomasV 1fa51e6b7c fix fee_e in settings window 10 years ago
ThomasV 67b9a59d34 better fees estimates 10 years ago
ThomasV 300125422d separate get_errors instead of raising an exception 10 years ago
dabura667 f3822cf06e Multiline Address error on do_send() 10 years ago
dabura667 7568d71d12 Fixed CSV input bug 10 years ago
dabura667 7337165d0e Fixed CSV input bug 10 years ago
ThomasV 1e346404dd fixes for label plugin 10 years ago
ThomasV 6101abda5d call init_qt everytime a plugin is enabled 10 years ago
ThomasV 449feddaaf raise an exception on trezor decrypt 10 years ago
ThomasV ee49d14b55 fix #777 10 years ago
ThomasV 94a5d26013 show tx before broadcast 10 years ago
ThomasV eb4829f9c0 message should be tx fee per kb 10 years ago
ThomasV 5da58ac3b9 reorganize settings dialog 10 years ago
ThomasV 7ffce2ba06 use QSpinBox 10 years ago
ThomasV 54f3c9f35b add can_edit_fee option, and improve settings dialog 10 years ago
ThomasV 58c6518b30 print more tracebacks 10 years ago
ThomasV 89b8078549 move qrscanner from plugins to lib 10 years ago
Maran b48e996562 Added blocktrail to explorers 10 years ago
ThomasV 20f93f7df0 set wallet.can_change_password and wallet.has_seed for trezor 10 years ago
ThomasV 06cdb7ff39 move pointofsale plugin to main codebase 10 years ago
ThomasV d33b53f850 close GUI if the network daemon is killed 10 years ago
ThomasV 06a613ed09 copy to clipboard menu for receive address 10 years ago
ThomasV fb0574c5a0 fix callbacks 10 years ago
m0mchil d5f08d657f passing wallet instance not needed anymore 10 years ago
m0mchil a336379aa5 trezor plugin 10 years ago
ThomasV af3fd62fd4 send server height and server lag with daemon 10 years ago
ThomasV 09e4efc439 daemon notifications (network.status) 10 years ago
ThomasV 9ee0614edb make daemon usable with the GUI 10 years ago
ThomasV 597dd49e8c show txid in invoice details 10 years ago
ThomasV 4193fffc33 fix: store key of invoices for retrieval 10 years ago
ThomasV 6f246fe90e display dates in invoices tab 10 years ago
ThomasV 81d1e67253 always enable qr scanner plugin 10 years ago
ThomasV 4da85c00e3 missing import 10 years ago
ThomasV c397f84fed simplified dialog for new file name 10 years ago
ThomasV f9dad74e13 don't use address_is_old in code that can be run offline (again) 10 years ago
ThomasV 042c65939d don't use address_is_old in code that can be run offline 10 years ago
ThomasV 6ad1c46aa5 fix: add type 'aaddress' in change output 10 years ago
ThomasV 1bb00ff5af store output type explicitly in tuple 10 years ago
ThomasV 0ce2c870bb fixes for pending accounts 10 years ago
ThomasV 2e1d24939c rm duplicate method getpubkey 10 years ago
ThomasV a89abee969 Rewrite accounts and transactions: store pubkeys instead of addresses in order to avoid unnecessary derivations. 10 years ago
ThomasV 101fe08ac8 fix: abort signing thread if wallet is watching only 10 years ago
slush0 a97a0629dd Added base unit 'bits'. 10 years ago
ThomasV 2efad717d8 support for OP_RETURN 10 years ago
ThomasV b5acdab3e9 allow address creation beyond gap limit in GUI. fixes #512 10 years ago
ThomasV 029e0b8b0d estimate fee using number of outputs 10 years ago
ThomasV 0c440ee6a6 wallet.is_beyond_limit (False for imported accounts) 10 years ago
ThomasV 2da9a02fb3 catch exception within sign thread, to re-enable send button 10 years ago
ThomasV 55770a93bf remove unused variable. 10 years ago
ThomasV f4dfec4565 define frozen signal for exchange rate plugin 10 years ago