13599 Commits (f8804b29c9fc964ab02b353e99a4226192939ae9)
 

Author SHA1 Message Date
ThomasV f8804b29c9 (minor) fix mutable default value 4 years ago
ThomasV aa1fcc784e wallet: store wanted_height in future_tx, instead of remaining blocks 4 years ago
SomberNight 03d9b29eee
lntransport: optimise read_messages implementation 4 years ago
SomberNight 4f13c451c7
tests: rework lntransport test a bit 4 years ago
ThomasV 1a49fd440d kivy: add option to request force-close 4 years ago
ThomasV 22e6fe09c1
Merge pull request #7125 from verretor/2021-03-style 4 years ago
Benoit Verret f731c38293
Minor style changes 4 years ago
gruve-p 9609a60ab6
Rename excluce to exclude (#7121) 4 years ago
SomberNight beba807cfe
qt ChannelsList: fix opening channel with "max" amount 4 years ago
SomberNight d86c45edac
dependencies: bump min aiorpcx, and enforce at runtime 4 years ago
ThomasV aad392f6ff lnworker: filter active channels in create_routes_for_payment 4 years ago
ThomasV 0121cbcbbe pay_to_route: raise PaymentFailure in case of dropped peer, so that we reset payment status 4 years ago
ThomasV bbb9ce2430 lnwatcher.try_redeem: output log only the first time a tx is seen 4 years ago
ThomasV aba0bad30c lnwatcher: try_redeem must return if tx is None 4 years ago
SomberNight 65e16fabd2
follow-up d8352f1a0a 4 years ago
SomberNight c912036180
lnpeer: ignore unknown 'odd' type messages 4 years ago
SomberNight d8352f1a0a
lnworker: nicer logs/error msgs for payment failure 4 years ago
ThomasV 2509eaa642 Qt: clarify use_gossip checkbox text 4 years ago
ThomasV 27dcfba98d channels_list: improve menu for backups 4 years ago
ThomasV afcc695f4d channels_list: show backup text in the state column. fix missing import in previous commit. 4 years ago
ThomasV 2fee920f43 On Android, if channels are not recoverable, display channel backup when a new channel is created. 4 years ago
ThomasV 5ec1f7b398 bump version number. initial release notes for version 4.1.0 4 years ago
ThomasV 64a931f21e Deterministic NodeID: 4 years ago
ThomasV e3025b3d7b lnpeer: send update_fee if channel was never used (workaround eclair issue 1730) 4 years ago
SomberNight 9bb39833cc
lnpeer: add sanity checks in channel open flow re ln dummy output 4 years ago
ThomasV bf5aa1d690
Merge pull request #7113 from bitromortac/2103-temp-chan-fail 4 years ago
ThomasV 043a264fb7
Merge pull request #7114 from benma/bb02 4 years ago
Marko Bencun a16fdd54a8
bitbox02: bump dependency to 5.2.0 4 years ago
ThomasV 9e6996c5c1 qt: use 'local' icon for future transactions 4 years ago
bitromortac f1b5069c78
forwarding: temp chan fail on insufficient funds 4 years ago
ThomasV 8a051dcd76 lnworker: use booleans for enable_htlc_settle, enable_htlc_forwarding 4 years ago
ThomasV e5686c8dc5 test_backup: sleep is not needed anymore 4 years ago
SomberNight 3ea27beb4e
daemon: change stop() to use events, instead of polling 4 years ago
SomberNight 5dfe1d1b6c
commands: make stop() CLI cmd wait for daemon to stop 4 years ago
ThomasV 8870ed7cc5 test_backup: check onchain balance 4 years ago
ThomasV aa58e270c7 increase width of tx dialog, to have one line per input 4 years ago
SomberNight 4315fa4371
BIP-0350: use bech32m for witness version 1+ addresses 4 years ago
SomberNight 468636eae0
tests: add missing test vectors from BIP-0173 (bech32) 4 years ago
ThomasV cd025c5553 inspect_tx_candidate: tx output must be of address type 4 years ago
ThomasV e954bfaa54 request_force_close: close and reopen existing peer connection, 4 years ago
ThomasV 1c8c236933 channels_with_funds: self._channels -> self.channels 4 years ago
ThomasV 8d8f078544
Merge pull request #7107 from bitromortac/2103-trampoline-mpp-single 4 years ago
SomberNight 16f874b58e
network: trigger 'network_updated' as soon as set_parameters finishes 4 years ago
ThomasV ef42d26cbf qt channels_list: separate on_success handlers for close_channel and request_force_close 4 years ago
ThomasV 3c9838d999 lnworker: merge request_force_close and request_remote_force_close 4 years ago
bitromortac 8828998093
mpp_split: use single nodes for mpp payments over trampoline 4 years ago
SomberNight fa999de305
tests: re bolt11 tests, also check invoice str in test_roundtrip 4 years ago
SomberNight 5e12f88be3
lnworker: minor clean-up, fix typo 4 years ago
SomberNight 468f3b2b8d
lnchannel: verify sig of remote chanupd (for inc edge of direct chan) 4 years ago
ThomasV bcfcc20363 fix: add request_force_close method 4 years ago