12116 Commits (a97e7bae056cb4ef42d82fe4bcfd0cd635045161)
 

Author SHA1 Message Date
SomberNight a97e7bae05
ChannelDB: make gossip sync progress updates cheaper 7 years ago
SomberNight 387c2a1acd
kivy wallet info screen: handle "show seed" for watch-only/no-seed case 7 years ago
SomberNight d4fc73e2b4
kivy tx dialog: don't show "remove tx" option so eagerly 7 years ago
SomberNight 7a574c3cbc
wallet/GUI: don't allow "removing" a LN force-close-tx from history 7 years ago
SomberNight 32acc2b10e
qt channels list: show node aliases in new column 7 years ago
SomberNight 9cdc3287c1
ChannelDB: trivial fixes re node alias 7 years ago
SomberNight c7704fb8ee
lnworker: allow changing labels of chan-open/chan-close txns 7 years ago
SomberNight 5ac01ff6ae
ChannelDB: fix get_recent_peers 7 years ago
SomberNight 968eeebdc0
transaction: follow-up prev 7 years ago
SomberNight 8560930bac
transaction: (fix) invalidate ser cache when changing locktime/version 7 years ago
SomberNight 3090cc68bb
Qt tx dialog: show txid as "unknown" while not finalized 7 years ago
SomberNight 6f2cd8b4f5
Qt tx dialog: allow setting custom locktime 7 years ago
SomberNight d8180c678b
Qt addresses list: show derivation path in tooltip (also addr dialog) 7 years ago
SomberNight 09b3c80529
Qt main_window: handle event 'ln_gossip_sync_progress' if LN disabled 7 years ago
SomberNight 4682c3a9fc
Qt history list: add tooltip for "local" transactions 7 years ago
SomberNight e81283969c
Qt ln tx dialog: small fixes 7 years ago
SomberNight 0147623d11
lnpeer: Peer.is_initialized() should not raise 7 years ago
SomberNight 67d24bf129
add LN gossip sync progress estimate indicator to Qt GUI 7 years ago
SomberNight fd56fb9189
ChannelDB: add self.lock and make it thread-safe 7 years ago
SomberNight 1ca6f6f306
Qt address list speedup: wallet.is_beyond_limit was slow 7 years ago
SomberNight a0b096dcb2
mnemonic: implement Wordlist class 7 years ago
SomberNight e1dcdde272
Qt tx dialog: fix file extension when exporting (on MacOS...) 7 years ago
SomberNight a32af44ff9
trivial clean-up (typing/imports) 7 years ago
SomberNight 02fcc6f570
wallet_db.get_transaction: tolerate if tx_hash is None 7 years ago
SomberNight f8ba660583
clean-up hw-wallet "get_password_for_storage_encryption"-related code 7 years ago
SomberNight 88650ed8d6
network UntrustedServerReturnedError: add "DO NOT TRUST..." tag 7 years ago
ThomasV 55a0043ab7 follow-up previous commit (fix tests) 7 years ago
ThomasV 97900c0985 store raw messages in gossip_db. Fixes #5960 7 years ago
ThomasV 077f778632 Replace lightning_settle_delay with enable_htlc_settle (asyncio.Event) 7 years ago
SomberNight ce81957d25
blockchain: move init_headers_file from network.py to blockchain.py 7 years ago
SomberNight b21bcf5977
taskgroups: don't log CancelledError 7 years ago
ThomasV 15e91169c5 lnpeer: fix json serialization of funding_inputs 7 years ago
ThomasV 8f6fc5917a make sure we can send shutdown 7 years ago
SomberNight ed234d3444
rename all TaskGroup() fields to "taskgroup" 7 years ago
SomberNight c8260249b0
lnworker: add own taskgroup (run in daemon.taskgroup) 7 years ago
ThomasV 0bf09d14a0 fix regression in shutdown (from 1c5dc79298) 7 years ago
ThomasV 34400c0710 Set channel state to OPENING as soon as we receive 'funding_signed', 7 years ago
ThomasV d04b8c05e2 (minor) fix typo in comment 7 years ago
ThomasV f5053cc242 follow-up e54c69b861c2990adf9cf618b68c6f1c7dd3ebea: we must settle HTCLs after during shutdown 7 years ago
ThomasV e159b1d468 test_close: add unsettled htlc (fails with the current code) 7 years ago
SomberNight c744fc4e3d
follow-up prev: do all checks, and add tests 7 years ago
SomberNight a987a2bbbe
keystore: make add_key_origin "API-user-friendly" 7 years ago
SomberNight bea038ea6b
Qt tx dialog: warn if user asked for full bip32 paths but info missing 7 years ago
SomberNight 22861b70ee
Qt tx dialog: make "export with xpubs" option always available 7 years ago
SomberNight 6703521f56
rm more cruft from test_lnchannel 7 years ago
SomberNight 6161853941
lnpeer: reduce log spam due to incompatible feature bits 7 years ago
SomberNight e54c69b861
add lnchannel.can_send_ctx_updates. just drop illegal updates for now 7 years ago
SomberNight 9d1fa4cc99
(trivial) lnworker: move LNGossip.peer_closed to parent class 7 years ago
ThomasV 3d0c1dbd5c restore log lines for send_commitment, on_commitment_signed 7 years ago
ThomasV 87fe2c7d7a define channel.has_pending_changes method 7 years ago