mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-24 06:47:44 +01:00
1.8 KiB
1.8 KiB
Release Notes
Bug Fixes
-
Fix the removal of failed channels. When a pending channel opening was pruned from memory no more channels were able to be created nor accepted. This PR fixes this issue and enhances the test suite for this behavior.
-
Fix deadlock possibility in FilterKnownChanIDs by ensuring the
cacheMu
mutex is acquired before the main database lock. -
Prevent ping failures from deadlocking the peer connection.
New Features
Functional Enhancements
RPC Additions
lncli Additions
Improvements
Functional Updates
RPC Updates
lncli Updates
Code Health
Breaking Changes
Performance Improvements
Technical and Architectural Updates
BOLT Spec Updates
Testing
Database
Code Health
Tooling and Documentation
Contributors (Alphabetical Order)
- Elle Mouton
- Keagan McClelland
- Olaoluwa Osuntokun
- ziggie1984