Skip to content

Conversation

tnull
Copy link
Contributor

@tnull tnull commented Sep 9, 2025

In e620310, we made many, many small changes to prepare for running rustfmt on peer_handler.rs. Unfortunately, in the process we seem to have introduced a bug where we'd only call handle_channel_update on the RoutingMessageHandler, but not the ChannelMessageHandler anymore.

Here, we fix this and reinstate proper working of our channel updates.

In e620310, we made many, many
small changes to prepare for running `rustfmt` on `peer_handler.rs`.
Unfortunately, in the process we seem to have introduced a bug where
we'd only call `handle_channel_update` on the `RoutingMessageHandler`,
but not the `ChannelMessageHandler` anymore.

Here, we fix this and reinstate proper working of our channel updates.
@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Sep 9, 2025

👋 Thanks for assigning @joostjager as a reviewer!
I'll wait for their review and will help manage the review process.
Once they submit their review, I'll check if a second reviewer would be helpful.

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.

Sheesh

@TheBlueMatt TheBlueMatt merged commit 4e32d85 into lightningdevkit:main Sep 9, 2025
23 checks passed
Copy link

codecov bot commented Sep 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 88.75%. Comparing base (ecce859) to head (a28bcac).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4065      +/-   ##
==========================================
- Coverage   88.76%   88.75%   -0.01%     
==========================================
  Files         176      176              
  Lines      129518   129520       +2     
  Branches   129518   129520       +2     
==========================================
- Hits       114968   114960       -8     
- Misses      11945    11954       +9     
- Partials     2605     2606       +1     
Flag Coverage Δ
fuzzing 22.42% <100.00%> (+0.40%) ⬆️
tests 88.59% <100.00%> (-0.01%) ⬇️

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.

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