3218 Commits (d3fb68575d17ec3e58ad72a1325b38e5267d5b26)

Author SHA1 Message Date
ThomasV d1f4804962 misc Qt fixes 5 years ago
ThomasV d35791ff65 fix #5704 5 years ago
ThomasV 8c22be87b0 fix #5701 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
ThomasV f985c53f2f fix #5695 5 years ago
ThomasV 16644ae00f follow-up previous commit 5 years ago
ThomasV 8f86a15f92 improve payment log dialog 5 years ago
ThomasV 5377eb907c follow-up dd0be1541e 5 years ago
SomberNight 2a604b1676
lnonion: get_failure_msg_from_onion_error might raise in python 3.7 5 years ago
ThomasV c37d08cec9 bump version number to 4.0.0a0 (alpha version) 5 years ago
ThomasV dd0be1541e Improve handling of lightning payment status: 5 years ago
ThomasV d6d644190e lnworker: return error reason in await_payment 5 years ago
ThomasV 0557738a6b follow-up previous commit 5 years ago
ThomasV c4ab1e6fad Encapsulate lightning payment events: 5 years ago
ThomasV 638de63f13 lnworker: rename 'invoices' to 'payments' when they can be in both directions 5 years ago
ThomasV 788d54f9a6 remove another instance of lnworker accessed in lnchannel 5 years ago
ThomasV 8331f0049c Remove lnpeer.payment_preimages: 5 years ago
ThomasV b08cfac643 fix #5681 5 years ago
SomberNight a51a2a7f8f
wallet: minor invoices fix 5 years ago
ThomasV 0dc90491b2 do not decode LN invoices in channel_details. fixes #5676 5 years ago
ThomasV bcb10e6e53 remove redundant test from lnworker._pay, rename pay_to_route parameter to lnaddr 5 years ago
SomberNight 7c283f9cd2
fix tests: follow-up prev 5 years ago
SomberNight 8dabdf8bfb
qt send tab: handle invalid ln invoice; and ln invoice with ln disabled 5 years ago
Veselin Penev 4f82bf9269 bug fix in electrum/wallet.py 5 years ago
SomberNight ec372adbb9
tests: fix test_find_path_for_payment. need to close sqlite connection 5 years ago
SomberNight 04edad9984
config: no longer singleton. it is passed to Wallet.__init__ 5 years ago
ThomasV d6c7dee547 follow-up previous commit 5 years ago
ThomasV a35421ab71 qt settings: create services tab for both watchtower and payserver 5 years ago
ThomasV f08e5541ae Refactor invoices in lnworker. 5 years ago
SomberNight 0a395fefbc
qt send tab: use monospace font in "from" UTXO-selection section 5 years ago
JeremyRand 7b91cd9cf4
Add from_coins arg to payto/paytomany 5 years ago
SomberNight cbc3e13e28
qt: fix export history 5 years ago
SomberNight 6a32187f01
qt: fix address dialog 5 years ago
SomberNight a1d7d39f68
commands: add type hints for "wallet" param, and fix code rot found via 5 years ago
SomberNight 1bc73b3475
lnworker.sync_with_remote_watchtower: use proxy 5 years ago
SomberNight c63209fa9a
lnworker: accessing self.channels needs lock 5 years ago
ThomasV 6c055e80ed qt: show_info -> show_error 5 years ago