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.
6262- Added support for [ P2TR Fallback Addresses] (
6363 https://github.com/lightningnetwork/lnd/pull/9975 ) in BOLT-11 invoices.
6464
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+
6571## Functional Enhancements
6672* [ Add] ( https://github.com/lightningnetwork/lnd/pull/9677 )
6773 ` ConfirmationsUntilActive ` and ` ConfirmationHeight ` field to the
@@ -76,6 +82,11 @@ a certain amount of msats.
7682 [ allow] ( https://github.com/lightningnetwork/lnd/pull/10087 )
7783 ` conf_target=1 ` . Previously they required ` conf_target >= 2 ` .
7884
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+
7990## RPC Additions
8091* When querying [ ` ForwardingEvents ` ] ( https://github.com/lightningnetwork/lnd/pull/9813 )
8192logs, 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