File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments