Skip to content

Commit a38c9e9

Browse files
committed
app+proto: update protos for new lnd version
1 parent c417adf commit a38c9e9

File tree

3 files changed

+117
-1
lines changed

3 files changed

+117
-1
lines changed

app/src/types/generated/lnd_pb.d.ts

Lines changed: 12 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

app/src/types/generated/lnd_pb.js

Lines changed: 97 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

proto/lnd.proto

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4710,6 +4710,14 @@ message ForwardingEvent {
47104710
// The peer alias of the outgoing channel.
47114711
string peer_alias_out = 13;
47124712

4713+
// The ID of the incoming HTLC in the payment circuit. This field is
4714+
// optional and is unset for forwarding events happened before v0.20.
4715+
optional uint64 incoming_htlc_id = 14;
4716+
4717+
// The ID of the outgoing HTLC in the payment circuit. This field is
4718+
// optional and may be unset for legacy forwarding events.
4719+
optional uint64 outgoing_htlc_id = 15;
4720+
47134721
// TODO(roasbeef): add settlement latency?
47144722
// * use FPE on the chan id?
47154723
// * also list failures?

0 commit comments

Comments
 (0)