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 @@ -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
You can’t perform that action at this time.
0 commit comments