LBRY-Vault/electrum/gui/qt
ThomasV aaed594772 Simplify invoices and requests.
- We need only two types: PR_TYPE_ONCHAIN and PR_TYPE_LN
 - BIP70 is no longer a type, but an optional field in the dict
 - Invoices in the wallet are indexed by a hash of their serialized list of outputs.
 - Requests are still indexed by address, because we never generate Paytomany requests.
 - Add 'clear_invoices' command to CLI
 - Add 'save invoice' button to Qt
2019-09-12 20:11:20 +02:00
..
__init__.py config: remove 'open_last_wallet' side-effecting 2019-09-10 17:10:52 +02:00
address_dialog.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
address_list.py do not create multiple instances of SimpleConfig (fix #5629). Add config field to wallet 2019-09-10 08:57:40 +02:00
amountedit.py qt high dpi: fix some text fields 2019-06-29 05:27:28 +02:00
channel_details.py qt ChannelDetails: fix show_tx 2019-08-20 09:03:11 +02:00
channels_list.py qt channels list: fields should not be editable 2019-08-28 16:54:51 +02:00
completion_text_edit.py qt paytoedit: enable up/down keys 2019-05-04 04:42:39 +02:00
console.py qt console: failed to print certain objects with custom __eq__ 2019-05-05 17:59:45 +02:00
contact_list.py AppImage: Fix webbrowser.open not opening links 2019-07-05 00:02:26 +02:00
exception_window.py crash reporter UX 2019-07-04 19:13:12 +02:00
fee_slider.py no more "import *" 2019-02-11 20:21:24 +01:00
history_list.py fix create_menu error #5609 2019-09-03 14:50:34 +02:00
installwizard.py storage: read/write sanity checks 2019-09-10 21:17:15 +02:00
invoice_list.py Simplify invoices and requests. 2019-09-12 20:11:20 +02:00
lightning_dialog.py Synchronize watchtower asynchronously: 2019-08-20 09:03:12 +02:00
main_window.py Simplify invoices and requests. 2019-09-12 20:11:20 +02:00
network_dialog.py qt network dialog: let user edit server host/port in peace 2019-07-04 21:46:11 +02:00
password_dialog.py no more "import *" 2019-02-11 20:21:24 +01:00
paytoedit.py Simplify invoices and requests. 2019-09-12 20:11:20 +02:00
qrcodewidget.py config: enforce that SimpleConfig is singleton 2019-09-10 18:01:10 +02:00
qrtextedit.py config: enforce that SimpleConfig is singleton 2019-09-10 18:01:10 +02:00
qrwindow.py qt qrwindow: rm dead code 2019-02-04 20:27:01 +01:00
request_list.py Simplify invoices and requests. 2019-09-12 20:11:20 +02:00
seed_dialog.py qt seed completer: colour words yellow if only in old electrum list 2019-06-08 15:37:49 +02:00
settings_dialog.py qt: minor fixes 2019-09-05 15:00:45 +02:00
stylesheet_patcher.py qt dark: fix2 "In History tab, labels while edited were being clipped" 2019-05-11 02:17:35 +02:00
transaction_dialog.py change many str(e) to repr(e) as some exceptions were cryptic 2019-07-17 20:12:52 +02:00
update_checker.py logging: basics 2019-05-02 15:19:03 +02:00
util.py qt channels list: fields should not be editable 2019-08-28 16:54:51 +02:00
utxo_list.py qt coins tab: let user filter by prevout_hash/prevout_n 2019-07-08 05:20:26 +02:00