LBRY-Vault/electrum/gui/qt
SomberNight aa518c0ea5
psbt: allow insecure signing of legacy UTXOs without full previous tx
When "importing" a psbt, we accept witness utxos even for legacy inputs
(warning shown to user in gui).
When "exporting" a psbt, we follow the spec; except when exporting as a QR code,
in which case we include witness utxos for all inputs.
This makes QR codes for psbts with legacy inputs feasible, just like they
were before, with our custom tx serialization format (with the same risk,
of burning coins as miner fees).
2019-11-07 02:40:10 +01:00
..
__init__.py Allow user to enable lightning in the GUI. Make it a per-wallet setting. 2019-10-13 20:34:38 +02:00
address_dialog.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
address_list.py Qt: generic add_copy_menu method for MyTreeView lists 2019-10-16 15:50:18 +02:00
amountedit.py qt high dpi: fix some text fields 2019-06-29 05:27:28 +02:00
channel_details.py fix #5704 2019-10-16 11:35:50 +02:00
channels_list.py Qt: generic add_copy_menu method for MyTreeView lists 2019-10-16 15:50:18 +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 minor fix: show_transaction params 2019-10-24 18:45:51 +02:00
installwizard.py qt wizard: follow-up prev; simplify 2019-09-14 16:25:35 +02:00
invoice_list.py fix qt invoices list: handle lightning disabled 2019-11-02 03:44:22 +01:00
lightning_dialog.py fine-grained callbacks for lightning network dialog 2019-10-12 19:15:51 +02:00
main_window.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01: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 integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
qrcodewidget.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
qrtextedit.py config: no longer singleton. it is passed to Wallet.__init__ 2019-09-22 20:46:01 +02:00
qrwindow.py qt qrwindow: rm dead code 2019-02-04 20:27:01 +01:00
request_list.py Call wallet.set_paid after onchain broadcast. Check if invoices are expired in util.get_request_status 2019-10-23 17:33:46 +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 settings dialog: small fixes 2019-11-02 06:13:11 +01: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 psbt: allow insecure signing of legacy UTXOs without full previous tx 2019-11-07 02:40:10 +01:00
update_checker.py logging: basics 2019-05-02 15:19:03 +02:00
util.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
utxo_list.py integrate PSBT support natively. WIP 2019-11-04 22:24:36 +01:00
watchtower_dialog.py Qt: separate lightning and watchtower dialogs 2019-10-12 14:30:52 +02:00