File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change 4646 would not be able to decode persisted data in the utxo nursery and therefore
4747 would fail to start up.
4848
49+ - [ Added the missing ` FundingTimeoutEvent ` event type to the
50+ ` SubscribeChannelEvents `
51+ RPC] ( https://github.com/lightningnetwork/lnd/pull/10079 ) to avoid the
52+ ` unexpected channel event update ` error that lead to the termination of the
53+ streaming RPC call.
54+
4955# New Features
5056
5157## Functional Enhancements
Original file line number Diff line number Diff line change @@ -122,6 +122,10 @@ circuit. The indices are only available for forwarding events saved after v0.20.
122122 to the database.
123123
124124## lncli Updates
125+ * Previously, users could only specify one ` outgoing_chan_id ` when calling the
126+ ` lncli queryroutes ` or the QueryRoutes RPC. With this change, multiple
127+ ` outgoing_chan_id ` can be passed during the call.
128+
125129
126130## Code Health
127131
@@ -155,6 +159,10 @@ reader of a payment request.
155159| [ ` routerrpc.SendPaymentV2 ` ] ( https://lightning.engineering/api-docs/api/lnd/router/send-payment-v2/index.html ) | ✅ | ` POST ` | ` /v2/router/send ` |
156160| [ ` routerrpc.TrackPaymentV2 ` ] ( https://lightning.engineering/api-docs/api/lnd/router/track-payment-v2/ ) | ✅ | ` GET ` | ` /v2/router/track/{payment_hash} ` |
157161
162+ * We are deprecating ` OutgoingChanId ` in favour of ` OutgoingChanIds ` in the
163+ ` QueryRoutes ` RPC. This [ transition] ( https://github.com/lightningnetwork/lnd/pull/10057 ) allows us to specify more than one outgoing channel
164+ the pathfinder should use when finding a route.
165+
158166# Technical and Architectural Updates
159167## BOLT Spec Updates
160168
You can’t perform that action at this time.
0 commit comments