mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-02-23 22:46:40 +01:00
1.7 KiB
1.7 KiB
Release Notes
Bug Fixes
New Features
Functional Enhancements
RPC Additions
- Some new experimental RPCs for managing SCID
aliases were added under
the routerrpc package. These methods allow manually adding and deleting scid
aliases locally to your node.
NOTE: these new RPC methods are marked as experimental (
XAddLocalChanAliases
&XDeleteLocalChanAliases
) and upon calling them the aliases will not be communicated with the channel peer.
lncli Additions
Improvements
Functional Updates
RPC Updates
lncli Updates
Code Health
Breaking Changes
Performance Improvements
Technical and Architectural Updates
BOLT Spec Updates
- Start assuming that all hops used during path-finding and route construction support the TLV onion format.
Testing
Database
Code Health
Tooling and Documentation
Contributors (Alphabetical Order)
- Elle Mouton
- George Tsagkarelis