14506 Commits (1f6bd9a694e16c82438329803b2f376252688bb0)
 

Author SHA1 Message Date
SomberNight 1f6bd9a694
kivy: fix threading issue for window.show_error 3 years ago
SomberNight 2511d8118c
lnworker.get_lightning_history(&get_payment_value): rm failing assert 3 years ago
ThomasV dc15d59fcf get_payment_value: rm failing assert 3 years ago
SomberNight c1d34243a1
lnpeer: (trivial) better log message 3 years ago
SomberNight 4a791f9285
qt.completion_text_edit: fix logic bug re shift/ctrl 3 years ago
SomberNight 3db79210b5
network.run_from_another_thread: add type hint 3 years ago
SomberNight 5b0aad5084
network: rename _send_http_on_proxy and make it part of public API 3 years ago
SomberNight 81880e8538
EventListener: key global dict by modulepath+clsname instead of clsname 3 years ago
gruve-p 29ab90e1b1
appimage: update libssl-dev libssl1.1 openssl (#7869) 3 years ago
ThomasV fe74e4b9c9 EventListener: pre-register event listeners in the decorator, 3 years ago
SomberNight c09903be68
daemon.PayServer.create_request: mark as broken... 3 years ago
SomberNight cafd5c4af0
lnworker.add_request: force keyword args 3 years ago
SomberNight be322f7ea7
qt dialogs: disconnect signals and unregister callbacks in closeEvent 3 years ago
ghost43 c3093ded21
Merge pull request #7858 from spesmilo/event_listener 3 years ago
SomberNight 5b000a871f
EventListener follow-ups: adapt left-out classes and minor clean-ups 3 years ago
ThomasV dbf055de9a
EventListener class to handle callbacks 3 years ago
SomberNight fbb3491e97
fix typo: stdio gui with no wallet 3 years ago
ThomasV 034bd42d9c text guii: display full history 3 years ago
ThomasV 55f46fb61e adb fixes for text and stdio GUIs 3 years ago
ThomasV e1d34300e5 lnworker: get_payment_value 3 years ago
ThomasV 79428756b2 kivy: in event handlers, check wallet. 3 years ago
ThomasV f1289a2a5e fix #7851: store addresses_beyond_gap_limit in address_list 3 years ago
ThomasV cfb6ab6822 Trampoline: always increase fees, to ensure we do not get stuck in a loop. 3 years ago
ThomasV 9fe93524b7 Index lightning requests with rhash instead of onchain address. 3 years ago
ThomasV adb5b6213b follow-up a3faf85e3c 3 years ago
ThomasV 1915330039 Qt receive widgets: do not show request that have expired 3 years ago
ThomasV c7418d4dc7 Qt: payment received notification, show label and amount instead of key 3 years ago
ThomasV 7df24f0adf fix typo 3 years ago
ThomasV a3faf85e3c wallet: 3 years ago
ThomasV 6bef6fab86 adb: do not notify GUI about already known transactions 3 years ago
ThomasV c316d406db unconfirmed swaps: revert label change (follow-up 599ad1c017) 3 years ago
ThomasV 53c054ece4 swaps: set spending_txid as soon as tx is added to wallet 3 years ago
ThomasV 599ad1c017 lnworker: get_onchain_history does not need to be online anymore 3 years ago
ThomasV 7d5125c935 lnwatcher: fix tx replacement and notifications 3 years ago
SomberNight ffe36e2f56
make "-v" (logging to stderr) work with commands 3 years ago
SomberNight 29d8d8de26
wallet: (fix) cannot just piggyback on adb.is_up_to_date() 3 years ago
ghost43 0fa28eb3d2
Merge pull request #7847 from SomberNight/202206_lnchan_add_toxic_state 3 years ago
SomberNight 1613736b45
lnpeer: rename trigger_force_close to request_force_close 3 years ago
SomberNight f12e87be93
lnchannel: add new states: `WE_ARE_TOXIC`, `REQUESTED_FCLOSE` 3 years ago
SomberNight ee85f98fd6
lnchannel: rm "is_closing" method - has confusing semantics 3 years ago
SomberNight ff1c8b912e
follow-up README rename, again 3 years ago
ThomasV d81610b2e1 wallet: filter non-wallet transactions before rebroadcasting event 3 years ago
ThomasV 6e7ffa29ae Move address_is_old to AddressSynchronizer. 3 years ago
ThomasV 0ca3d66d15 persist_lnwatcher: split try_redeem into two methods: 3 years ago
ThomasV c47057b484 Move get_wallet_delta to wallet class, because it requires wallet.is_mine 3 years ago
ThomasV 151500fb72 follow-up afa2ed1fe285886fdd087aa8b1e303e2634d9098 3 years ago
ThomasV 121d8732f1 Persist LNWatcher transactions in wallet file: 3 years ago
SomberNight b6de15b95d
util.profiler: make log line easier to understand 3 years ago
SomberNight 2841cbeade
addr_sync: also trigger address_history_changed when a tx is removed 3 years ago
SomberNight 381f2c62bd
follow-up README rename 3 years ago