Skip to content

Demacro process forward htlcs#3956

Merged
TheBlueMatt merged 3 commits intolightningdevkit:mainfrom
joostjager:demacro-process-forward-htlcs
Jul 24, 2025
Merged

Demacro process forward htlcs#3956
TheBlueMatt merged 3 commits intolightningdevkit:mainfrom
joostjager:demacro-process-forward-htlcs

Conversation

@joostjager
Copy link
Contributor

@joostjager joostjager commented Jul 24, 2025

Macros are bad and unformatted.

@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Jul 24, 2025

👋 I see @tnull was un-assigned.
If you'd like another reviewer assignment, please click here.

@joostjager joostjager force-pushed the demacro-process-forward-htlcs branch from 67fec90 to e22f49d Compare July 24, 2025 14:13
@joostjager joostjager force-pushed the demacro-process-forward-htlcs branch from e22f49d to 8ccab2b Compare July 24, 2025 14:23
&self, short_chan_id: u64, pending_forwards: &mut Vec<HTLCForwardInfo>,
failed_forwards: &mut Vec<FailedHTLCForward>,
/// Fail the list of provided HTLC forwards because the channel they were to be forwarded over does no longer exist.
#[rustfmt::skip]
Copy link
Contributor Author

@joostjager joostjager Jul 24, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added skip to make it easy to verify that the code didn't change. View in github without whitespace changes

@joostjager joostjager marked this pull request as ready for review July 24, 2025 14:31
@ldk-reviews-bot ldk-reviews-bot requested a review from tankyleo July 24, 2025 14:31
@joostjager joostjager requested review from TheBlueMatt and tnull and removed request for tankyleo July 24, 2025 14:31
@codecov
Copy link

codecov bot commented Jul 24, 2025

Codecov Report

Attention: Patch coverage is 71.50538% with 53 lines in your changes missing coverage. Please review.

Project coverage is 88.88%. Comparing base (ff279d6) to head (8ccab2b).
Report is 9 commits behind head on main.

Files with missing lines Patch % Lines
lightning/src/ln/channelmanager.rs 71.50% 53 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3956      +/-   ##
==========================================
- Coverage   88.91%   88.88%   -0.03%     
==========================================
  Files         173      173              
  Lines      123393   123568     +175     
  Branches   123393   123568     +175     
==========================================
+ Hits       109717   109837     +120     
- Misses      11216    11280      +64     
+ Partials     2460     2451       -9     
Flag Coverage Δ
fuzzing 22.25% <3.22%> (-0.07%) ⬇️
tests 88.71% <71.50%> (-0.03%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@TheBlueMatt TheBlueMatt removed the request for review from tnull July 24, 2025 15:37
Copy link
Collaborator

@TheBlueMatt TheBlueMatt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Definitely doesn't need a second reviewer, good to land once CI passes.

@ldk-reviews-bot
Copy link

👋 The first review has been submitted!

Do you think this PR is ready for a second reviewer? If so, click here to assign a second reviewer.

@TheBlueMatt
Copy link
Collaborator

Ran CI locally.

@TheBlueMatt TheBlueMatt merged commit 492fa70 into lightningdevkit:main Jul 24, 2025
26 of 28 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants