mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-10-10 04:02:55 +02:00
There's no guarantee that the `b.beat` is initialized when the dispatcher shuts down, especially with the case in the remote signer where no chainbackend is created.
1.6 KiB
1.6 KiB
Release Notes
Bug Fixes
-
Use
BigSizeT
instead ofuint16
for the htlc index that's used in the revocation log. -
Fixed a case where the spending notification of an output may be missed if wrong height hint is used.
-
Fixed a case where the node may panic if it's running in the remote signer mode.
New Features
Functional Enhancements
RPC Additions
lncli Additions
Improvements
Functional Updates
RPC Updates
lncli Updates
Code Health
Breaking Changes
Performance Improvements
Deprecations
Technical and Architectural Updates
BOLT Spec Updates
Testing
Database
Code Health
Tooling and Documentation
Contributors (Alphabetical Order)
- Yong Yu