Open
Description
There is already a field htlc_index in lnrpc.InvoiceHTLC
. The indices should also be available in lnrpc.HTLCAttempt
for payments or lnrpc.ForwardingEvent
.
The availability of the indices would be particularly useful in order to be able to store and reconcile the data better externally.
Example:
There is currently no stream for ForwardingEvents
. You can use SubscribeHtlcEvents
, but after a downtime you might have to search for gaps with ForwardingHistory
. Without a unique index, it will be difficult to find these gaps, as the timestamps are also different.
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Backlog