SomberNight
|
e6c841d05f
|
psbt: put fake xpubs into globals. keystores handle xfp/der_prefix missing
|
5 years ago |
SomberNight
|
7eb7eb8674
|
add support for manual coinjoins
|
5 years ago |
SomberNight
|
bafe8a2fff
|
integrate PSBT support natively. WIP
|
5 years ago |
ghost43
|
6d12ebabbb
|
qt tx dialog: show dropdown for "export", instead of separate buttons (#5739)
|
5 years ago |
ghost43
|
53dea824a4
|
Merge pull request #5742 from Coldcard/master
plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction
|
5 years ago |
Peter D. Gray
|
ec2bdbd02d
|
plugins/coldcard/qt.py: bugfix for API change on main_window.show_transaction
|
5 years ago |
SomberNight
|
3e98123b17
|
qt settings dialog: small fixes
|
5 years ago |
SomberNight
|
f72bb03af6
|
commands: gettransaction cmd now tests txid before returning tx
thanks for @JeremyRand
ref #5660
|
5 years ago |
SomberNight
|
3bfcfb49c3
|
fix qt invoices list: handle lightning disabled
closes #5738
|
5 years ago |
SomberNight
|
ccccaf099f
|
(trivial) logging "verbosity_filter" was renamed to "LOGGING_SHORTCUT"
|
5 years ago |
SomberNight
|
75902f8e35
|
fix logic error in lnworker.on_channel_closed
|
5 years ago |
ThomasV
|
427f7f8eeb
|
fix #5731
|
5 years ago |
SomberNight
|
a20317fe2a
|
fix #5726
|
5 years ago |
ThomasV
|
7b5869c7bc
|
kivy:
- simplify menu
- add lightning network dialog
|
5 years ago |
ThomasV
|
2dd368e76e
|
minor fix: show_transaction params
|
5 years ago |
ThomasV
|
5c1340b7bd
|
pass both invoice and description to show_transaction
|
5 years ago |
ThomasV
|
76c22f3e06
|
follow-up a0ec2690cf
|
5 years ago |
ThomasV
|
24221584e2
|
fix clear_requests button
|
5 years ago |
ThomasV
|
a0ec2690cf
|
Call wallet.set_paid after onchain broadcast. Check if invoices are expired in util.get_request_status
|
5 years ago |
ThomasV
|
e35bddcc09
|
kivy: fix can_pay in invoice_dialog
|
5 years ago |
ThomasV
|
a4944cdcb2
|
delete channel from db in remove_channel, becaose it is called from lnworker
|
5 years ago |
ThomasV
|
9fbac40d56
|
filter out None in wallet.get_invoices
|
5 years ago |
ThomasV
|
9ff1bd4110
|
fix test following aac0fe9ae6
|
5 years ago |
ThomasV
|
2234f93d8b
|
fix fee in lnworker.get_history (sign error)
|
5 years ago |
SomberNight
|
d9b5ab3086
|
wallet: fix bump_fee when there are only change outputs
closes #5718
closes #5603
|
5 years ago |
ThomasV
|
aac0fe9ae6
|
kivy: show status with color. show inflight attempts.
|
5 years ago |
ThomasV
|
cd86bec894
|
kivy: add 'delete channel' button
|
5 years ago |
ThomasV
|
576fbbd074
|
kivy: minor fixes
|
5 years ago |
Janus Troelsen
|
b86b3ec1d1
|
segwit_addr: Use normal comparison for tuple literal (#5712)
|
5 years ago |
ThomasV
|
6992e33ecb
|
folllow-up c721e880d0
|
5 years ago |
ThomasV
|
c721e880d0
|
Qt: generic add_copy_menu method for MyTreeView lists
|
5 years ago |
ThomasV
|
0a6ac7c61a
|
fix #5702
|
5 years ago |
ThomasV
|
d1f4804962
|
misc Qt fixes
- improve layout of send tab
- use tabs to show receive widgets
- add menu item to copy address from request
- show copied content in copy dialog
|
5 years ago |
ThomasV
|
d35791ff65
|
fix #5704
|
5 years ago |
ThomasV
|
8c22be87b0
|
fix #5701
|
5 years ago |
ghost43
|
d480d0b265
|
Merge pull request #5700 from fiatjaf/bugfixopenchannel
fix expected returned peer address values when opening channel.
|
5 years ago |
SomberNight
|
106bc6d2b2
|
follow-up prev
|
5 years ago |
fiatjaf
|
b476681af7
|
fix typo: wallet.requests -> wallet.receive_requests (#5706)
|
5 years ago |
fiatjaf
|
38622c0a99
|
fix expected returned peer address values when opening channel.
|
5 years ago |
ThomasV
|
3af7920b63
|
fix typo
|
5 years ago |
ThomasV
|
1b0521cabd
|
kivy: toggle lightning dialog
|
5 years ago |
ThomasV
|
a13cea6f8a
|
add remove_lightning command
|
5 years ago |
ThomasV
|
db833e1ba3
|
lnworker: less verbose
|
5 years ago |
ThomasV
|
c9d403cb7b
|
minor: callback unknown_channels (follow-up 0966edc637 )
|
5 years ago |
ThomasV
|
90ce9f195b
|
Allow user to enable lightning in the GUI. Make it a per-wallet setting.
|
5 years ago |
ThomasV
|
a201ed44df
|
Qt: add lightning button to status bar
|
5 years ago |
ThomasV
|
0966edc637
|
fine-grained callbacks for lightning network dialog
|
5 years ago |
ThomasV
|
fe550c6c73
|
payment log: show whether channel have been blacklisted
|
5 years ago |
ThomasV
|
3897cf725d
|
move handle_error_code_from_failed_htlc to lnworker because it requires access to the network object
|
5 years ago |
ThomasV
|
af4a3328f7
|
Qt: separate lightning and watchtower dialogs
|
5 years ago |