Skip to content

Commit a33d504

Browse files
committed
docs: release note for chanstate Store consumer migration
Add a sibling bullet under the existing "Native SQL migration of the channel state and switch data" heading, covering the consumer-side swap that pairs with the interface introduced in #10777.
1 parent 3d6a59b commit a33d504

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
@@ -56,6 +56,12 @@
5656
interface](https://github.com/lightningnetwork/lnd/pull/10777) as the
5757
persistence contract for the channel-state subsystem, decoupling
5858
consumers from `*channeldb.ChannelStateDB` ahead of the SQL migration.
59+
* Switch channel-state consumers (`server`, `lnrpc`, `funding`, `peer`,
60+
`contractcourt`, `channelnotifier`, and the channel restore path)
61+
over to the [`chanstate.Store`
62+
interface](https://github.com/lightningnetwork/lnd/pull/10790),
63+
replacing direct `*channeldb.ChannelStateDB` dependencies so the
64+
upcoming KV/SQL store implementations can be swapped in transparently.
5965

6066
## Code Health
6167

0 commit comments

Comments
 (0)