Uh oh!
There was an error while loading. Please reload this page.
Aggregate BlindedPayInfo for blinded routes - #2514
Conversation
d60f441 to
63025f8CompareCodecov ReportPatch coverage:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## main #2514 +/- ##
========================================
Coverage 90.59% 90.59% ========================================
Files 110 110 Lines 57410 58062 +652 Branches 57410 58062 +652 ========================================
+ Hits 52008 52602 +594 - Misses 5402 5460 +58
☔ View full report in Codecov by Sentry. 📢 Have feedback on the report? Share it here. |
63025f8 to
e87c68eCompareUh oh!
There was an error while loading. Please reload this page.
b159729 to
35b1dc8CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
c6df2b6 to
4b9f000Compare4b9f000 to
3ec7789Comparevalentinewallace
commented
Aug 28, 2023
Rebased to fix CI. I added test coverage for the min htlc computation to #2413 so this should be good for review. |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
f272645 to
5d0a982Compare
alecchendev
left a comment
There was a problem hiding this comment.
Sorta confused by htlc_minimum_msat, everything else looks good
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
5d0a982 to
4777c29CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
TheBlueMatt
left a comment
There was a problem hiding this comment.
Okay, sorry for all the noise here, only one comment left I think.
4777c29 to
a6f881bComparevalentinewallace
commented
Sep 6, 2023
I think I addressed all feedback. Thought I saw something about not decrementing htlc_min but I don't see it anymore? |
TheBlueMatt
commented
Sep 6, 2023
a6f881b to
88a0063CompareUh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
61658ae to
a1b3fbbCompareThese should've been made public when they were added for use in BlindedPath::new_for_payment.
impl_writeable_tlv_based includes a length prefix to the TLV stream, which we don't want.
a1b3fbb to
f3616e6Compare
BOLT 12 invoices encode
BlindedPayInfo(s) as part of their hints for routing, whose fields are computed by aggregating fee/cltv/etc values from the hops along the blinded path. Helps address #1970.Based on #2412.