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.
37
37
the option to specify multiple channels this control can be extended to
38
38
multiple hops leading to the node.
39
39
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
+
40
45
## lncli Additions
41
46
42
47
* [ ` lncli sendpayment ` and ` lncli queryroutes ` now support the
43
48
` --route_hints ` flag] ( https://github.com/lightningnetwork/lnd/pull/9721 ) to
44
49
support routing through private channels.
45
50
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
+
46
56
# Improvements
47
57
## Functional Updates
48
58
@@ -108,4 +118,5 @@ circuit. The indices are only available for forwarding events saved after v0.20.
108
118
109
119
* Abdulkbk
110
120
* Elle Mouton
121
+ * Funyug
111
122
* Pins
You can’t perform that action at this time.
0 commit comments