|
1 | | -* Some new experimental [RPCs for managing SCID |
| 1 | +# Release Notes |
| 2 | +- [Bug Fixes](#bug-fixes) |
| 3 | +- [New Features](#new-features) |
| 4 | + - [Functional Enhancements](#functional-enhancements) |
| 5 | + - [RPC Additions](#rpc-additions) |
| 6 | + - [lncli Additions](#lncli-additions) |
| 7 | +- [Improvements](#improvements) |
| 8 | + - [Functional Updates](#functional-updates) |
| 9 | + - [RPC Updates](#rpc-updates) |
| 10 | + - [lncli Updates](#lncli-updates) |
| 11 | + - [Breaking Changes](#breaking-changes) |
| 12 | + - [Performance Improvements](#performance-improvements) |
| 13 | +- [Technical and Architectural Updates](#technical-and-architectural-updates) |
| 14 | + - [BOLT Spec Updates](#bolt-spec-updates) |
| 15 | + - [Testing](#testing) |
| 16 | + - [Database](#database) |
| 17 | + - [Code Health](#code-health) |
| 18 | + - [Tooling and Documentation](#tooling-and-documentation) |
| 19 | + |
| 20 | +# Bug Fixes |
| 21 | +# New Features |
| 22 | +## Functional Enhancements |
| 23 | +## RPC Additions |
| 24 | + |
| 25 | +* Some new experimental [RPCs for managing SCID |
2 | 26 | aliases](https://github.com/lightningnetwork/lnd/pull/8509) were added under |
3 | | - the routerrpc package. These methods allow manually adding and deleting scid |
| 27 | + the routerrpc package. These methods allow manually adding and deleting scid |
4 | 28 | aliases locally to your node. |
5 | | - > NOTE: these new RPC methods are marked as experimental |
6 | | - (`XAddLocalChanAliases` & `XDeleteLocalChanAliases`) and upon calling |
7 | | - them the aliases will not be communicated with the channel peer. |
| 29 | + > NOTE: these new RPC methods are marked as experimental |
| 30 | + (`XAddLocalChanAliases` & `XDeleteLocalChanAliases`) and upon calling |
| 31 | + them the aliases will not be communicated with the channel peer. |
| 32 | + |
| 33 | +## lncli Additions |
| 34 | + |
| 35 | +# Improvements |
| 36 | +## Functional Updates |
| 37 | +## RPC Updates |
| 38 | + |
| 39 | +## lncli Updates |
| 40 | + |
| 41 | + |
| 42 | +## Code Health |
| 43 | +## Breaking Changes |
| 44 | +## Performance Improvements |
| 45 | + |
| 46 | +# Technical and Architectural Updates |
| 47 | +## BOLT Spec Updates |
| 48 | + |
| 49 | +* Start assuming that all hops used during path-finding and route construction |
| 50 | + [support the TLV onion |
| 51 | + format](https://github.com/lightningnetwork/lnd/pull/8791). |
| 52 | + |
| 53 | +## Testing |
| 54 | +## Database |
| 55 | +## Code Health |
| 56 | +## Tooling and Documentation |
| 57 | + |
| 58 | +# Contributors (Alphabetical Order) |
| 59 | + |
| 60 | +* Elle Mouton |
| 61 | +* George Tsagkarelis |
0 commit comments