ziggie
a10cd1699f
docs: add release note for network separation safeguard
...
This is in particular important when running with a postgres
backend.
This only works if you run LND with the native sql flag but
people should run it with this flag from 21 on anyways.
2026-04-10 12:04:04 +02:00
Elle
27e50765b6
Merge pull request #10717 from ellemouton/g175-filter-known-chan-ids-v2
...
graph/db: make FilterKnownChanIDs version-aware
2026-04-09 17:05:51 +05:45
ziggieXXX
6dd4094c24
Merge pull request #10719 from ziggie1984/hodlqueue-stop-order-fix
...
htlcswitch: fix hodlQueue deadlock by stopping htlcManager first
2026-04-09 12:23:24 +02:00
ajaysehwal
bb1b56f3fe
docs: add release notes for Android 16KB page size
2026-04-09 14:09:51 +05:30
ziggie
15135222ea
docs: add release-notes for 21
2026-04-09 10:20:29 +02:00
Elle Mouton
4d85877a05
docs: add release note for FilterKnownChanIDs versioning
2026-04-09 10:45:49 +05:45
Matthew Zipkin
39639056ad
docs: update release notes
2026-04-08 10:41:58 -04:00
ziggie
85c8e95514
docs: add release note for cursor-based invoice pagination
2026-04-01 10:55:43 +02:00
Elle Mouton
f3d9b1f2a4
docs: add release note for v1 node horizon query optimization
2026-03-31 12:05:45 +02:00
Elle Mouton
f38daf81dd
docs: add release note for versioned graph horizon queries
2026-03-31 09:14:50 +02:00
ziggieXXX
137e5b1a16
Merge pull request #10666 from ziggie1984/fwd-history-purge
...
multi: add DeleteForwardingHistory to selectively purge old forwarding history
2026-03-30 18:45:03 +02:00
ziggie
a5fcc8191a
docs: add release-notes for LND 21
2026-03-30 17:39:46 +02:00
Olaoluwa Osuntokun
f297c4782e
Merge pull request #10063 from lightningnetwork/taproot-rbf
...
multi: add taproot support to the new RBF close flow
2026-03-27 16:17:44 -07:00
Olaoluwa Osuntokun
55854e1dcd
docs: add taproot RBF coop close to 0.21.0 release notes
2026-03-27 14:04:25 -07:00
Elle Mouton
9eac07df31
docs: add release notes for v1 taproot funding script fix
2026-03-27 14:19:21 +02:00
yyforyongyu
59f50fbaad
docs: update release note
2026-03-26 18:55:13 +08:00
ziggieXXX
c14a054604
Merge pull request #10659 from guggero/lncli-wallet-psbt-sign
...
lncli: add missing `wallet psbt sign` sub command
2026-03-25 16:13:56 +01:00
ziggieXXX
3b598bef3e
Merge pull request #10658 from saubyk/fix_rpc_documentation
...
Fix rpc documentation for Router Service
2026-03-24 19:27:52 +01:00
ziggieXXX
e4133bcb50
Merge pull request #10065 from ellemouton/asyncGraphCacheLoad
...
graph/db: async graph cache population
2026-03-24 18:29:44 +01:00
saubyk
06c383f26a
docs: add release notes for missing lncli tags fix
2026-03-24 07:33:29 -07:00
Oli
1ed028fc6c
docs: add release notes
2026-03-24 13:13:43 +01:00
Elle Mouton
f733eed26e
docs: add release notes
2026-03-24 09:49:23 +02:00
ziggieXXX
db765a752b
Merge pull request #10481 from bhandras/lntest-bitcoind-miner
...
lntest: add bitcoind miner backend
2026-03-23 18:17:50 +01:00
Andras Banki-Horvath
ad62f5fa21
docs: add 0.21 release note for bitcoind miner tests
2026-03-23 15:46:38 +01:00
ziggie
c455975d23
docs: add release-notes to LND release 21
2026-03-19 19:30:13 +01:00
ziggie
7a2a4ef55c
docs: remove gossiper deadlock fix entry from 0.21.0 release notes
...
The gossiper deadlock fix (PR #10540 ) was already included in the
v0.20.1 release, so the entry should not appear again in the 0.21.0
release notes.
2026-03-18 15:07:56 +01:00
saubyk
1306376984
docs: release notes entries removed for prs merged with release v0.20.1
2026-03-17 15:29:08 -07:00
saubyk
84e82bfe98
docs: add missing v0.20.1 release notes from release branch
2026-03-17 15:16:47 -07:00
Elle Mouton
fd239c18f5
channeldb: add V2 (taproot) waiting proof codec support
...
Introduce the WaitingProofInner interface and two concrete
implementations — V1WaitingProof (AnnounceSignatures1) and
V2WaitingProof (AnnounceSignatures2 + optional aggregate MuSig2 nonce).
WaitingProof.Encode/Decode now dispatch on the type prefix byte added
in the previous commit, so the store can transparently persist either
proof variant.
The gossiper is updated with a V1 type assertion to maintain existing
behaviour; full V2 gossiper integration will follow when taproot channel
announcements are wired up.
No live code path creates V2 waiting proofs yet — this commit only
lands the codec and storage readiness so the schema is in place before
new writers are introduced.
2026-03-17 11:10:39 +02:00
Elle
62c931de31
Merge pull request #10582 from ellemouton/g175-db-8
...
[g175] graph/db: add versioned range queries and complete v2 graph query migration
2026-03-17 10:25:38 +02:00
ziggieXXX
8fb69b20c0
Merge pull request #10611 from calvinrzachman/multi-readonly-middleware
...
rpcperms: allow multiple read-only middleware
2026-03-17 00:26:02 +01:00
Calvin Zachman
58f5997ef7
docs: update v0.21 release notes
2026-03-16 17:01:01 -04:00
Elle Mouton
d47dd3ff6f
docs: update release notes
2026-03-16 11:29:41 +02:00
ziggie
17da81d678
docs: add release-notes for LND 21
2026-03-15 22:03:57 +01:00
ziggieXXX
11e249b134
Merge pull request #10535 from ziggie1984/kvdb-sql-payments-improvements
...
improve speed of retrieval of payments
2026-03-13 18:50:30 +01:00
ziggie
291e445676
docs: update release notes
...
The previous release-note entry was not super accurrate so we
update it to reflect the change in more detail.
2026-03-13 13:56:12 +01:00
ziggie
3657fb4bcc
docs: move coop close confirmation scaling note to 0.21.0
...
In this commit, we move the release note for the improved confirmation
scaling for cooperative closes (PR #10331 ) from the 0.20.1 release notes
to 0.21.0, where the change actually landed.
2026-03-13 13:56:12 +01:00
ziggie
bd18a1e2d6
docs: add release-notes
2026-03-12 18:24:05 +01:00
ziggie
3e61931825
docs: add removal notice of deprecated hop rpc elements
...
The previous commit stopped setting the channel capacity when
retrieving the route. This commit makes sure that in the next
release we remove the entries from the rpc interface.
2026-03-12 18:23:25 +01:00
Yong
d344984dbb
Merge pull request #10613 from saubyk/update-getdebuginfo-rpc
...
Update getdebuginfo rpc
2026-03-09 17:49:04 +08:00
Yong
4c5c792e8e
Merge pull request #10461 from Euler-B/doc/updatePaytoPaywithDocker
...
Update step-by-step send payment guide with docker
2026-03-09 17:26:00 +08:00
saubyk
92c0f55f1e
docs: add release notes for GetDebugInfo include_log flag
2026-03-07 12:51:06 -08:00
Olaoluwa Osuntokun
392d4c8cb3
Merge pull request #10089 from gijswijs/onion-messaging-1
...
Onion message forwarding
2026-03-06 11:46:38 -06:00
Eduardo Bravo
b3225ce3d4
docs: add release-notes
2026-03-05 12:15:30 -04:00
ziggie
d767c1e76d
docs: add release-notes
2026-03-04 13:04:27 +01:00
Gijs van Dam
061b89a482
docs: release notes for v0.21.0
2026-03-02 15:46:21 +01:00
ziggie
89f046a129
docs: add release notes for KV-to-SQL payment migration
2026-02-27 09:25:42 +01:00
ziggie
2548c15167
docs: add release-notes
2026-02-25 08:02:27 +01:00
ziggie
9da39e5655
docs: add release-notes
2026-02-25 08:02:25 +01:00
ziggie
33597ad35d
docs: add release notes
2026-02-25 08:02:24 +01:00