mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-01-19 14:45:23 +01:00
f87e370efd
gomod: update `btcwallet` version
1.7 KiB
1.7 KiB
Release Notes
Bug Fixes
-
Replaced
musig2Sessions
with aSyncMap
used ininput
package to avoid concurrent write to this map. -
Fixed a loop variable issue which may affect programs built using go
v1.20
and below.
New Features
Functional Enhancements
RPC Additions
lncli Additions
Improvements
Functional Updates
RPC Updates
lncli Updates
Code Health
Breaking Changes
Performance Improvements
- Optimized the memoray
usage of
btcwallet
's mempool. Users would need to usebitcoind v25.0.0
and above to take the advantage of this optimization.
Technical and Architectural Updates
BOLT Spec Updates
Testing
Database
Code Health
Tooling and Documentation
Contributors (Alphabetical Order)
- Eugene Siegel
- Yong Yu