Oliver Gugger
5a8026aba9
Merge pull request #9249 from yyforyongyu/fix-shutdown
...
routing: fix missionControlStore blocks on shutting down
2024-11-08 11:09:45 +01:00
Elle
4430687076
Merge pull request #9240 from carlaKC/9166-mergeonly
...
htlcswitch: merge htlc custom records on modify
2024-11-08 08:38:00 +02:00
Olaoluwa Osuntokun
faa4f24806
Merge pull request #9182 from ziggie1984/fix-feebuffer
...
Deprecate dust-threshold config value
2024-11-07 19:41:38 -08:00
Olaoluwa Osuntokun
3a14382720
Merge pull request #9068 from ziggie1984/cancel-back-dust-htlc
...
Cancel back outgoing dust htlcs before commitment is confirmed.
2024-11-07 19:40:33 -08:00
ziggie
d5e8df7067
docs: add release-notes for LND 19
2024-11-07 22:40:53 +01:00
Carla Kirk-Cohen
151068c5e9
release-notes: note that modify custom records are merged
2024-11-07 13:48:04 -05:00
yyforyongyu
4fe36f1887
docs: add release notes
2024-11-08 01:53:07 +08:00
ziggie
aebf03aca4
docs: add release-notes for 19.
2024-11-06 18:52:07 +01:00
Oliver Gugger
5673dab596
docs: add release notes
2024-11-06 15:30:31 +01:00
George Tsagkarelis
c1f5908d9d
docs: update release notes for fundpsbt max_fee_ratio
2024-11-05 19:56:39 +01:00
Oliver Gugger
8849dd21d4
docs: add release notes
2024-11-04 14:12:50 +01:00
Elle Mouton
30e0d6ca9c
docs: update release notes
2024-11-01 12:28:06 +02:00
Oliver Gugger
c0e85d36ae
Merge pull request #8381 from anibilthare/issue_8205_num_retries_2
...
watchtower: Add retry logic for fetching blocks
2024-10-31 10:22:19 +01:00
Elle Mouton
e547d21920
multi: update log file max num and size defaults
2024-10-30 13:30:04 +02:00
Elle Mouton
8106810d9e
docs: add release notes
2024-10-30 13:30:04 +02:00
Elle Mouton
3adbdbb39a
multi: move logcompressor to logging.file.compressor
...
This is not a breaking change since the logcompressor config option has
not been released yet.
2024-10-30 13:30:04 +02:00
Animesh Bilthare
ecd4480331
watchtower: Add retry logic for fetching blocks
...
By default, try to fetch the blocks 3 more times
in case of error.
2024-10-26 16:59:13 +05:30
Elle Mouton
30d39ac595
build+sample_conf: option to print log call-site
2024-10-22 17:07:50 +02:00
Elle Mouton
eddcdb2a5a
docs: add release note entry
2024-10-22 17:03:56 +02:00
ziggie
f73504a26d
docs: add release notes.
2024-10-18 13:11:09 +02:00
Oliver Gugger
f46ae2f893
Merge pull request #9195 from yyforyongyu/optimize-itest-setup
...
itest+lntest: speed up test setup
2024-10-17 10:16:06 +02:00
Oliver Gugger
6992ecc8fc
Merge pull request #9137 from ViktorTigerstrom/2024-09-sync-lock-fix
...
lnd: allow shutdown signal during `IsSynced` check
2024-10-17 10:04:14 +02:00
yyforyongyu
7849e63e0f
docs: update release doc
2024-10-17 07:45:06 +08:00
Oliver Gugger
fb5e7f4b23
Merge pull request #9059 from guggero/bitcoind-28
...
CI: run integration tests against bitcoind v28
2024-10-16 15:55:44 +02:00
Oliver Gugger
fcb21dfc24
docs: document deterministic macaroons, add release notes
2024-10-15 09:48:47 +02:00
Oliver Gugger
4213ab8947
docs: add release notes
2024-10-14 17:26:59 +02:00
Boris Nagaev
65df996358
docs/recovery: add Last resort manual force close
...
Also updated release-notes.
2024-10-14 09:44:32 -03:00
Oliver Gugger
0dd58ee529
Merge pull request #9033 from ziggie1984/non-anchor-channel-bump
...
error out when non-anchor channels are tried to bump the force close fee.
2024-10-07 23:30:17 -06:00
Olaoluwa Osuntokun
e9fbbe2528
Merge pull request #9143 from ellemouton/rb-set-bit-required
...
feature+rpcserver: add SetBit helper to set dependent bits
2024-10-04 19:16:34 -07:00
Olaoluwa Osuntokun
2d333178c3
Merge pull request #8960 from lightningnetwork/0-19-staging-rebased
...
[custom channels 5/5]: merge custom channel staging branch into master
2024-10-03 10:07:16 -07:00
George Tsagkarelis
f2adabb989
docs: update release notes
2024-10-02 18:10:12 -07:00
ziggie
2915936a39
docs: add release-notes.
2024-10-03 00:38:50 +02:00
Elle Mouton
4d44d11ece
rpcserver: use SetBit helper for setting Bolt11 blinded bit
...
This commit uses the new SetBit helper for setting the Bolt11 route
blinding required bit in a generated invoice. This helper will take care
of setting the dependent bits of the feature bit (namely the route
blinding and TLV feature bits and will use the required variant of
both).
2024-10-02 10:52:59 +02:00
Elle Mouton
83c1d731e7
docs: add release note entry
2024-10-01 18:02:26 +02:00
Viktor Tigerström
52b3a06733
lnd: allow shutdown signal during IsSynced
check
...
Prior to this commit, lnd could become unresponsive to shutdown signals
during the `IsSynced` check. Since the `IsSynced` check can occasionally
take a long time to complete, this could result in lnd failing to shut
down promptly.
2024-10-01 11:42:47 +02:00
Elle Mouton
34303e77a1
docs: add release notes entry
2024-10-01 10:53:48 +02:00
Elle Mouton
7dc86acb8c
multi: update PaymentAddr to use fn.Option
...
Since it is allowed to not be set and so can lead to nil deref panics if
it is a pointer.
2024-09-25 11:14:35 +09:00
Elle Mouton
077273e66e
docs: update release notes
2024-09-18 16:20:28 +02:00
Jonathan Harvey-Buschel
0a451b6d36
docs: add release notes
2024-09-12 12:31:03 -04:00
CharlieZKSmith
000e3381b1
docs: add release notes
2024-09-10 21:46:02 -07:00
Oliver Gugger
258cf81240
Merge pull request #9050 from bhandras/native-sql-invoice-fixes
...
invoices+sqldb: small fixes to address some inconsistencies between KV and native SQL invoice DB implementations
2024-09-04 01:30:52 -06:00
Olaoluwa Osuntokun
80b257991e
docs/release-notes: add release notes entry for taproot chans bug fix
2024-09-03 17:23:53 -07:00
Andras Banki-Horvath
1f7ac8e853
docs: update docs/release-notes/release-notes-0.18.3.md
2024-09-03 19:42:52 +02:00
Olaoluwa Osuntokun
1bf7ad9b43
Merge pull request #9009 from Crypt-iQ/gossip_ban_8132024
...
discovery: implement banning for invalid channel anns
2024-08-27 18:50:00 -05:00
Eugene Siegel
95acc78013
release-notes: update for 0.18.3
2024-08-27 14:11:07 -04:00
Elle Mouton
6c7be5b933
docs: update release notes
2024-08-27 19:31:51 +02:00
Alex Akselrod
302c690136
docs: update release notes
2024-08-24 13:28:16 -07:00
ziggie
816b25e2ba
docs: add release-notes.
2024-08-22 19:09:43 +02:00
Olaoluwa Osuntokun
cc9e2b783e
Merge pull request #8961 from yyforyongyu/fix-leaseoutput
...
Improve the performace of `LeaseOutput`
2024-08-21 16:31:26 -07:00
ziggie
fc5b763ab6
docs: update release-notes.
2024-08-17 04:29:58 +02:00