Uh oh!
There was an error while loading. Please reload this page.
#2128 follow-ups - #2801
Conversation
codecov-commenter
commented
Dec 18, 2023
Codecov ReportAttention:
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@## main #2801 +/- ##
==========================================
- Coverage 88.46% 88.45% -0.01%
==========================================
Files 114 114 Lines 91806 91810 +4 Branches 91806 91810 +4 ==========================================
- Hits 81214 81213 -1 - Misses 8112 8114 +2 - Partials 2480 2483 +3 ☔ View full report in Codecov by Sentry. |
shaavan
left a comment
There was a problem hiding this comment.
The name improvement looks great!
The new names InboundHTLCErr, onion_cltv_expiry, cltv_expiry_height, and sender_intended_htlc_amt_msat fit better in the context they are used while being clear with their functional usage.
TheBlueMatt
commented
Jan 10, 2024
Needs rebase, sorry about that. |
dunxen
commented
Jan 10, 2024
LGTM after rebase |
The prior name seems to reference onion decode errors specifically, when in fact the error contents are generic failure codes for any error that occurs during HTLC receipt.
There is no outgoing CLTV for received HTLCs, so this new var makes more sense.
.. since there is no outgoing cltv for received HTLCs.
There is no outgoing HTLC for received HTLCs, so rename to be more accurate.
There is no outgoing HTLC for received HTLCs, so rename to be more accurate.
There is no outgoing HTLC for received HTLCs, so rename to be more accurate.
9a0ed7b to
b20a9adComparevalentinewallace
commented
Jan 10, 2024
Rebased. |
valentinewallace
commented
Jan 11, 2024
Gonna land this with 1 ACK since it's trivial renames and at a glance I don't see any majorly conflicting PRs. Happy to rename further in follow-up if there's post-merge review. |
Very late follow-up from #2128. Just renames to be more descriptive.