Skip to content

Commit ef00be1

Browse files
committed
docs: add release note for taproot V2 migration
1 parent f1011a8 commit ef00be1

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.21.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -275,6 +275,12 @@
275275
[4](https://github.com/lightningnetwork/lnd/pull/10542),
276276
[5](https://github.com/lightningnetwork/lnd/pull/10572),
277277
[6](https://github.com/lightningnetwork/lnd/pull/10582).
278+
* [Migrate private taproot channels in the SQL graph backend from the legacy
279+
V1 workaround to canonical V2 storage](https://github.com/lightningnetwork/lnd/pull/10676).
280+
Existing private taproot channels stored as V1 gossip objects with taproot
281+
staging bits are rewritten as V2 channel rows, while a temporary `SQLStore`
282+
shim keeps V1 graph callers and policy updates working until full gossip V2
283+
support lands.
278284
* Updated waiting proof persistence for gossip upgrades by introducing typed
279285
waiting proof keys and payloads, with a DB migration to rewrite legacy
280286
waiting proof records to the new key/value format

0 commit comments

Comments
 (0)