refactor: lndgrpc, update grpcs file, use types and enums, LookupInvoiceV2#3469
Merged
refactor: lndgrpc, update grpcs file, use types and enums, LookupInvoiceV2#3469
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## dev #3469 +/- ##
==========================================
- Coverage 55.82% 55.64% -0.19%
==========================================
Files 116 116
Lines 15304 15343 +39
==========================================
- Hits 8544 8538 -6
- Misses 6760 6805 +45 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…iceV2 more verbose logging of status typo add update grpc script update grpc files remove ignores fix imports imports and enums clean clean clean rename fixtures fixtures add fees fix calls more fuixtures fixup type dumb error :D remove inflight update
motorina0
reviewed
Nov 4, 2025
motorina0
approved these changes
Nov 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
we can use the track payment v2 top level fees and preimage instead of the htlc's
https://lightning.engineering/api-docs/api/lnd/router/track-payment-v2/#lnrpcpayment
inspiration taken from here: 2343878