12227 Commits (8897360a720381cc03c59af5e3b71477ee85fe86)
 

Author SHA1 Message Date
SomberNight 2fab681444
bolt11 invoice: strip (and so accept with) leading/trailing whitespaces 5 years ago
SomberNight 660d7d137c
commands: add changegaplimit and getminacceptablegap cmds 5 years ago
SomberNight ac6a5a3c5f
wallet: min_acceptable_gap should mimic wallet.synchronize 5 years ago
SomberNight f90d96b346
Qt LN gossip sync indicator: hide if 100%; rescale 95%->100%; tooltip 5 years ago
SomberNight a97e7bae05
ChannelDB: make gossip sync progress updates cheaper 5 years ago
ThomasV f801307a08 move htlc_switch task to lnpeer 5 years ago
ThomasV 5d3bca7bb8 htlc_switch: decouple maybe_send_commitment from htlc processing 5 years ago
ThomasV cfc20845a2 lnworker: dissociate htlc forwarding and fulfillment 5 years ago
ThomasV 09675bd911 make maybe_fulfill_htlc, maybe_forward_htlc synchronous. 5 years ago
ThomasV d827aedd16 lnpeer: do not drop channel updates if cannot send 5 years ago
ThomasV da67fda92a HTLC switch: 5 years ago
SomberNight 387c2a1acd
kivy wallet info screen: handle "show seed" for watch-only/no-seed case 5 years ago
SomberNight d4fc73e2b4
kivy tx dialog: don't show "remove tx" option so eagerly 5 years ago
SomberNight 7a574c3cbc
wallet/GUI: don't allow "removing" a LN force-close-tx from history 5 years ago
SomberNight 32acc2b10e
qt channels list: show node aliases in new column 5 years ago
SomberNight 9cdc3287c1
ChannelDB: trivial fixes re node alias 5 years ago
SomberNight c7704fb8ee
lnworker: allow changing labels of chan-open/chan-close txns 5 years ago
SomberNight 5ac01ff6ae
ChannelDB: fix get_recent_peers 5 years ago
SomberNight 968eeebdc0
transaction: follow-up prev 5 years ago
SomberNight 8560930bac
transaction: (fix) invalidate ser cache when changing locktime/version 5 years ago
SomberNight 3090cc68bb
Qt tx dialog: show txid as "unknown" while not finalized 5 years ago
SomberNight 6f2cd8b4f5
Qt tx dialog: allow setting custom locktime 5 years ago
SomberNight d8180c678b
Qt addresses list: show derivation path in tooltip (also addr dialog) 5 years ago
SomberNight 09b3c80529
Qt main_window: handle event 'ln_gossip_sync_progress' if LN disabled 5 years ago
SomberNight 4682c3a9fc
Qt history list: add tooltip for "local" transactions 5 years ago
SomberNight e81283969c
Qt ln tx dialog: small fixes 5 years ago
SomberNight 0147623d11
lnpeer: Peer.is_initialized() should not raise 5 years ago
SomberNight 67d24bf129
add LN gossip sync progress estimate indicator to Qt GUI 5 years ago
SomberNight fd56fb9189
ChannelDB: add self.lock and make it thread-safe 5 years ago
SomberNight 1ca6f6f306
Qt address list speedup: wallet.is_beyond_limit was slow 5 years ago
SomberNight a0b096dcb2
mnemonic: implement Wordlist class 5 years ago
SomberNight e1dcdde272
Qt tx dialog: fix file extension when exporting (on MacOS...) 5 years ago
SomberNight a32af44ff9
trivial clean-up (typing/imports) 5 years ago
SomberNight 02fcc6f570
wallet_db.get_transaction: tolerate if tx_hash is None 5 years ago
SomberNight f8ba660583
clean-up hw-wallet "get_password_for_storage_encryption"-related code 5 years ago
SomberNight 88650ed8d6
network UntrustedServerReturnedError: add "DO NOT TRUST..." tag 5 years ago
ThomasV 55a0043ab7 follow-up previous commit (fix tests) 5 years ago
ThomasV 97900c0985 store raw messages in gossip_db. Fixes #5960 5 years ago
ThomasV 077f778632 Replace lightning_settle_delay with enable_htlc_settle (asyncio.Event) 5 years ago
SomberNight ce81957d25
blockchain: move init_headers_file from network.py to blockchain.py 5 years ago
SomberNight b21bcf5977
taskgroups: don't log CancelledError 5 years ago
ThomasV 15e91169c5 lnpeer: fix json serialization of funding_inputs 5 years ago
ThomasV 8f6fc5917a make sure we can send shutdown 5 years ago
SomberNight ed234d3444
rename all TaskGroup() fields to "taskgroup" 5 years ago
SomberNight c8260249b0
lnworker: add own taskgroup (run in daemon.taskgroup) 5 years ago
ThomasV 0bf09d14a0 fix regression in shutdown (from 1c5dc79298) 5 years ago
ThomasV 34400c0710 Set channel state to OPENING as soon as we receive 'funding_signed', 5 years ago
ThomasV d04b8c05e2 (minor) fix typo in comment 5 years ago
ThomasV f5053cc242 follow-up e54c69b861c2990adf9cf618b68c6f1c7dd3ebea: we must settle HTCLs after during shutdown 5 years ago
ThomasV e159b1d468 test_close: add unsettled htlc (fails with the current code) 5 years ago