File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -62,6 +62,12 @@ a certain amount of msats.
62
62
- Added support for [ P2TR Fallback Addresses] (
63
63
https://github.com/lightningnetwork/lnd/pull/9975 ) in BOLT-11 invoices.
64
64
65
+ - A new experimental RPC endpoint
66
+ [ XFindBaseLocalChanAlias] ( https://github.com/lightningnetwork/lnd/pull/10133 )
67
+ was added for looking up the base scid for an scid alias. Aliases that were
68
+ manually created via the ` XAddLocalChanAliases ` endpoint will get lost on
69
+ restart.
70
+
65
71
## Functional Enhancements
66
72
* [ Add] ( https://github.com/lightningnetwork/lnd/pull/9677 )
67
73
` ConfirmationsUntilActive ` and ` ConfirmationHeight ` field to the
@@ -76,6 +82,11 @@ a certain amount of msats.
76
82
[ allow] ( https://github.com/lightningnetwork/lnd/pull/10087 )
77
83
` conf_target=1 ` . Previously they required ` conf_target >= 2 ` .
78
84
85
+ * A new AuxComponent was added named AuxChannelNegotiator. This component aids
86
+ with custom data communication for aux channels, by injecting and handling
87
+ data in channel related wire messages. See
88
+ [ PR] ( https://github.com/lightningnetwork/lnd/pull/10182 ) for more info.
89
+
79
90
## RPC Additions
80
91
* When querying [ ` ForwardingEvents ` ] ( https://github.com/lightningnetwork/lnd/pull/9813 )
81
92
logs, the response now include the incoming and outgoing htlc indices of the payment
You can’t perform that action at this time.
0 commit comments