Yash Bhutwala
f48e6ba145
docs: update release notes for fundMax fix
2026-01-13 10:54:55 -05:00
Olaoluwa Osuntokun
ab6ff825c6
Merge pull request #10470 from Roasbeef/discovery-panic-recovery
...
discovery: add panic recovery for gossip message processing
2026-01-12 17:10:35 -08:00
Olaoluwa Osuntokun
7da41cb367
docs/release-notes: add release notes
2026-01-12 17:10:17 -08:00
ziggieXXX
7bbf26c0e2
Merge pull request #10469 from Roasbeef/lnwire-timestamp-validation
...
lnwire: enforce non-zero timestamp in gossip messages
2026-01-12 13:57:12 +01:00
Olaoluwa Osuntokun
cad1b957bf
discovery: enforce non-zero timestamp in gossip messages
...
In this commit, we add validation for channel updates and node
announcements to ensure that we reject gossip messages with zero
timestamps at the discovery layer.
From BOLT 7:
"MUST set timestamp to greater than 0, AND to greater than any
previously-sent channel_update for this short_channel_id."
This validation is performed in the gossip handlers (handleNodeAnnouncement
and handleChanUpdate) rather than at the wire protocol level. This approach
ensures we can still decode messages from disk or embedded in onion errors
while rejecting invalid gossip from peers.
Remote peers sending zero-timestamp gossip will have their ban score
incremented.
2026-01-09 17:10:37 -08:00
Slyghtning
202e473c7f
docs: update release notes
2026-01-07 10:30:04 +01:00
elnosh
6f49bea52b
server: remove accountability signal experiment period
...
In the previous iteration with endorsement
signaling, the recommendation was for the sender to
set it to 1 and that could have had privacy concerns
when first deploying given that the default was to
downgrade the signal to 0. In the latest proposal
the recommended default for both sending and
forwarding nodes is to set `accountable` to 0.
As a result, the dates have been removed given
that there are no privacy risks associated
with relaying the signal with zero values.
2026-01-06 09:12:34 -05:00
ziggieXXX
ac006d73cf
Merge pull request #10356 from Abdulkbk/ispublicnode-perf
...
graph: fix inefficient query for IsPublicNode
2026-01-05 10:32:56 +01:00
Erick Cestari
523002984b
docs: add release-notes
2025-12-29 19:19:53 -03:00
Abdullahi Yunus
68f558c865
docs: add release note
2025-12-24 18:08:46 +01:00
ziggie
e5b0704d73
docs: add release-notes for LND 20.1
2025-12-16 08:21:11 +01:00
Elle Mouton
da9868b06d
docs: update release notes
2025-12-11 18:13:47 +02:00
Yong
1e15efc473
Merge pull request #10439 from ziggie1984/bugfix/probing
...
Always add the payment address when probing an invoice
2025-12-10 22:39:58 +08:00
ziggie
ac30443cc1
docs: add release-notes for LND 20.1
2025-12-10 09:49:57 +01:00
Elle
3d7ff866f8
Merge pull request #10436 from ellemouton/musigRegisterAggNonce
2025-12-10 09:58:58 +02:00
Elle Mouton
a7b61f3ec1
docs: add release notes for combined nonce RPC methods
...
Document the new MuSig2RegisterCombinedNonce and MuSig2GetCombinedNonce RPC
methods in the v0.21.0 release notes. These methods enable coordinator-based
signing patterns as an alternative to the standard MuSig2RegisterNonces
workflow.
2025-12-10 07:19:07 +02:00
Olaoluwa Osuntokun
456d7dcf05
Merge pull request #10424 from MPins/sat_per_byte_remove_warning
...
docs: release-notes-0.21
2025-12-09 17:59:15 -08:00
ziggie
f289e4920e
docs: add release-notes for LND 20.1
2025-12-09 11:51:47 +01:00
Elle
bc670fab82
Merge pull request #10396 from ziggie1984/enhance-lsp-heuritic
...
Enhance Lsp Heuristic when probing a payment
2025-12-09 10:43:43 +02:00
MPins
bf473431bd
docs: release-notes-0.21
...
Warning message about removing the deprecated option --sat_per_byte
2025-12-08 14:31:37 -03:00
Elle Mouton
e68bf6c58d
docs: add release notes for race condition fixes
2025-12-08 11:57:01 +02:00
Elle Mouton
3e0bc6b18c
docs: add release note
2025-12-03 13:09:22 +02:00
Yong
4b1c4998ad
Merge pull request #10399 from mohamedawnallah/handle-partial-tls-files
...
tls_manager: Handle partial TLS files
2025-12-03 18:27:39 +08:00
Mohamed Awnallah
0a6f69dd7e
docs: update release notes
2025-12-03 09:13:23 +00:00
ziggie
17b77b64a3
docs: add release-notes for LND 20.1
2025-12-02 20:38:55 +01:00
ziggie
de0424eca8
docs: add release-notes for LND 20.1
2025-12-01 18:07:57 +01:00
ziggie
565633578f
docs: add release-notes for LND 20.1
2025-11-28 09:22:20 +01:00
bitromortac
b513efc5c1
docs: add release-notes for lnd v0.20.1
2025-11-26 16:58:45 +01:00
ziggie
db3add1c9c
docs: add release-notes for LND 20.1
2025-11-22 01:19:44 +01:00
ziggie
4f40d45d06
docs: add release-notes for 20.1
2025-11-19 16:09:33 +01:00
Yong
ff20dd281e
Merge pull request #9432 from NishantBansal2003/close-addr-conf
...
multi: add upfront-shutdown-address to lnd.conf.
2025-11-14 15:54:58 +08:00
Boris Nagaev
86e3b1b05c
docs: move release notes from 0.20.0 to 0.21.0
...
Remove the chain notifier RPC note from the 0.20 release notes and add it to
0.21.
2025-11-13 12:54:25 -03:00
Yong
f6005ed350
Merge pull request #10352 from starius/chainnotifier-unavallable
...
chainrpc: return Unavailable while notifier starts
2025-11-13 23:27:52 +08:00
Nishant Bansal
36fb79ece5
docs: add release notes
...
Signed-off-by: Nishant Bansal <nishant.bansal.282003@gmail.com>
2025-11-13 19:34:05 +05:30
Elle Mouton
95b84a89b8
docs: update release notes
2025-11-12 22:54:06 +08:00
Gijs van Dam
93c50bc69a
docs: update release notes for 0.21.0
2025-11-12 22:54:04 +08:00
Boris Nagaev
e4313eba85
docs: add release notes entry
...
Also fixed a typo in release notes.
2025-11-06 23:01:54 -03:00
Olaoluwa Osuntokun
adaa893f22
docs: add release notes entry
2025-11-03 10:44:14 -08:00
Olaoluwa Osuntokun
6a82c61f47
Merge pull request #10280 from mohamedawnallah/optimize-neutrino-rescan
...
rpcserver: resolve root cause of premature wallet rescanning
2025-10-23 19:33:21 +02:00
Mohamed Awnallah
f761dc4c7a
docs: update release notes v0.20.0
2025-10-22 18:01:48 +00:00
ziggie
7c92c88270
docs: add release-notes
2025-10-13 12:50:05 +02:00
ziggie
b8a855f572
docs: add release-notes LND 0.21.0
2025-09-30 19:06:27 +02:00
yyforyongyu
dcdc97c70f
docs: add release note for tor.v2 deprecation
2025-09-29 13:01:33 +08:00
Olaoluwa Osuntokun
506c3d5b0d
docs/release-notes: add release notes entry
2025-09-26 17:02:11 -07:00
George Tsagkarelis
e7f7fe418b
docs: add release note
2025-09-25 11:15:31 +02:00
Olaoluwa Osuntokun
df46d18626
Merge pull request #10182 from GeorgeTsagk/aux-feature-bits
...
Aux feature bits
2025-09-24 18:26:35 -07:00
George Tsagkarelis
2302debd6c
docs: add release note
2025-09-23 19:05:47 +02:00
yyforyongyu
7b6589366d
docs: update release notes
2025-09-18 22:29:40 +08:00
Yong
cbed86e21d
Merge pull request #10189 from ziggie1984/fix-fee-estimation
...
bugfix error matching sweeper
2025-09-17 00:53:10 +08:00
ziggie
1f23c8b0eb
docs: add release-notes
2025-09-16 14:25:42 +02:00