File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -48,6 +48,13 @@ circuit. The indices are only available for forwarding events saved after v0.20.
48
48
[ ` incoming_chan_ids ` and ` outgoing_chan_ids ` ] ( https://github.com/lightningnetwork/lnd/pull/9356 ) .
49
49
This allows to retrieve forwarding events for specific channels.
50
50
51
+
52
+ * ` DescribeGraph ` , ` GetNodeInfo ` , ` GetChanInfo ` and the corresponding lncli
53
+ commands [ now have flag] ( https://github.com/lightningnetwork/lnd/pull/9950 )
54
+ ` include_auth_proof ` . With the flag, these APIs add AuthProof (signatures from
55
+ the channel announcement) to the returned ChannelEdge.
56
+
57
+
51
58
## lncli Additions
52
59
53
60
* [ ` lncli sendpayment ` and ` lncli queryroutes ` now support the
@@ -127,6 +134,7 @@ circuit. The indices are only available for forwarding events saved after v0.20.
127
134
# Contributors (Alphabetical Order)
128
135
129
136
* Abdulkbk
137
+ * Boris Nagaev
130
138
* Elle Mouton
131
139
* Funyug
132
140
* Mohamed Awnallah
You can’t perform that action at this time.
0 commit comments