Skip to content

Commit d8b5c09

Browse files
committed
docs: release note for chanstate Store interface
Seeds the v0.22 "Native SQL migration of the channel state and switch data" series under the Database header so subsequent decomposition PRs (consumer migration, KV/SQL stores, revocation log, forwarding package, etc.) can hang off the same heading as nested bullets, mirroring the v0.21 payments series shape.
1 parent 0ea1c85 commit d8b5c09

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.22.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,12 @@
5151

5252
## Database
5353

54+
* Native SQL migration of the channel state and switch data:
55+
* Introduce the [`chanstate.Store`
56+
interface](https://github.com/lightningnetwork/lnd/pull/10777) as the
57+
persistence contract for the channel-state subsystem, decoupling
58+
consumers from `*channeldb.ChannelStateDB` ahead of the SQL migration.
59+
5460
## Code Health
5561

5662
## Tooling and Documentation

0 commit comments

Comments
 (0)