Skip to content

Commit 0b4bdff

Browse files
Merge pull request #974 from lightninglabs/docs-lnd
Update lnd documentation
2 parents ce00c85 + be2aed3 commit 0b4bdff

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,14 @@
3131
or key) existed. The manager now correctly regenerates both files when either
3232
is missing, preventing "file not found" errors on startup.
3333

34+
- [Fixed race conditions](https://github.com/lightningnetwork/lnd/pull/10420) in
35+
the channel graph database. The `Node.PubKey()` and
36+
`ChannelEdgeInfo.NodeKey1/NodeKey2()` methods had check-then-act races when
37+
caching parsed public keys. Additionally, `DisconnectBlockAtHeight` was
38+
accessing the reject and channel caches without proper locking. The caching
39+
has been removed from the public key parsing methods, and proper mutex
40+
protection has been added to the cache access in `DisconnectBlockAtHeight`.
41+
3442
# New Features
3543

3644
- Basic Support for [onion messaging forwarding](https://github.com/lightningnetwork/lnd/pull/9868)

0 commit comments

Comments
 (0)