12308 Commits (c8f602c9d7f800e0cffffa96ff2c997a6c0653ea)
 

Author SHA1 Message Date
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
SomberNight c744fc4e3d
follow-up prev: do all checks, and add tests 5 years ago
SomberNight a987a2bbbe
keystore: make add_key_origin "API-user-friendly" 5 years ago
SomberNight bea038ea6b
Qt tx dialog: warn if user asked for full bip32 paths but info missing 5 years ago
SomberNight 22861b70ee
Qt tx dialog: make "export with xpubs" option always available 5 years ago
SomberNight 6703521f56
rm more cruft from test_lnchannel 5 years ago
SomberNight 6161853941
lnpeer: reduce log spam due to incompatible feature bits 5 years ago
SomberNight e54c69b861
add lnchannel.can_send_ctx_updates. just drop illegal updates for now 5 years ago
SomberNight 9d1fa4cc99
(trivial) lnworker: move LNGossip.peer_closed to parent class 5 years ago
ThomasV 3d0c1dbd5c restore log lines for send_commitment, on_commitment_signed 5 years ago
ThomasV 87fe2c7d7a define channel.has_pending_changes method 5 years ago
ThomasV 1c5dc79298 shutdown: 5 years ago
ThomasV 9b97469598 (minor) follow-up previous commit 5 years ago
ThomasV 6833adf8b6 simplify previous commit (revert changes on transaction.py) 5 years ago
ThomasV e85fb25146 lnpeer: verify signature in closing_signed 5 years ago
ThomasV 0848aa259d (minor) simplification 5 years ago
ThomasV d5c03307c3 the funder sends the first 'closing_signed' message 5 years ago
SomberNight 9ab18ea6c9
transaction.deserialize: more sanity checks 5 years ago
ghost43 28572197fb
Merge pull request #5992 from zebra-lucky/fix_spv_hash_merkle_root 5 years ago
SomberNight 4f5f949979
follow-up prev 5 years ago