Skip to content

Commit 6420f10

Browse files
Merge pull request #857 from lightninglabs/docs-lnd
Update lnd documentation
2 parents 25630e5 + fa45a78 commit 6420f10

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,12 +37,22 @@ circuit. The indices are only available for forwarding events saved after v0.20.
3737
the option to specify multiple channels this control can be extended to
3838
multiple hops leading to the node.
3939

40+
41+
* The `lnrpc.ForwardingHistory` RPC method now supports filtering by
42+
[`incoming_chan_ids` and `outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
43+
This allows to retrieve forwarding events for specific channels.
44+
4045
## lncli Additions
4146

4247
* [`lncli sendpayment` and `lncli queryroutes` now support the
4348
`--route_hints` flag](https://github.com/lightningnetwork/lnd/pull/9721) to
4449
support routing through private channels.
4550

51+
52+
* The `lncli fwdinghistory` command now supports two new flags:
53+
[`--incoming_chan_ids` and `--outgoing_chan_ids`](https://github.com/lightningnetwork/lnd/pull/9356).
54+
These filters allows to query forwarding events for specific channels.
55+
4656
# Improvements
4757
## Functional Updates
4858

@@ -108,4 +118,5 @@ circuit. The indices are only available for forwarding events saved after v0.20.
108118

109119
* Abdulkbk
110120
* Elle Mouton
121+
* Funyug
111122
* Pins

0 commit comments

Comments
 (0)