Skip to content

Commit 6049e29

Browse files
Merge pull request #880 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 0b9339a + 4f4c75c commit 6049e29

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

docs/lnd/release-notes/release-notes-0.19.2.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,12 @@
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

docs/lnd/release-notes/release-notes-0.20.0.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)