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 46
46
would not be able to decode persisted data in the utxo nursery and therefore
47
47
would fail to start up.
48
48
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
+
49
55
# New Features
50
56
51
57
## 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.
122
122
to the database.
123
123
124
124
## 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
+
125
129
126
130
## Code Health
127
131
@@ -155,6 +159,10 @@ reader of a payment request.
155
159
| [ ` routerrpc.SendPaymentV2 ` ] ( https://lightning.engineering/api-docs/api/lnd/router/send-payment-v2/index.html ) | ✅ | ` POST ` | ` /v2/router/send ` |
156
160
| [ ` routerrpc.TrackPaymentV2 ` ] ( https://lightning.engineering/api-docs/api/lnd/router/track-payment-v2/ ) | ✅ | ` GET ` | ` /v2/router/track/{payment_hash} ` |
157
161
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
+
158
166
# Technical and Architectural Updates
159
167
## BOLT Spec Updates
160
168
You can’t perform that action at this time.
0 commit comments