-
Notifications
You must be signed in to change notification settings - Fork 411
rustfmt
: Run on the routing
directory (2/3)
#3337
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
8a8e6fa
to
01e58df
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3337 +/- ##
==========================================
+ Coverage 89.66% 89.77% +0.11%
==========================================
Files 126 126
Lines 103226 105591 +2365
Branches 103226 105591 +2365
==========================================
+ Hits 92555 94796 +2241
- Misses 7954 8089 +135
+ Partials 2717 2706 -11
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
01e58df
to
947cf72
Compare
Rebased on main after #3336 landed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not familiar with mutation Ci waorkflow but looks like that the failure is unrelated? https://github.com/lightningdevkit/rust-lightning/actions/runs/11026258813/job/30622498871?pr=3337
otherwise LGMT
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Didn't read it all the way through, mind rebasing and reading it through to fix any small stuff that needs cleanup?
fee_proportional_millionths: 0, | ||
excess_data: Vec::new() | ||
}); | ||
update_channel( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mind going through these and pulling the update out into a variable to skip the extra 4 or five lines?
default_node_features().le_flags() | ||
); // We dont pass flags in from invoices yet | ||
assert_eq!(route.paths[0].hops[4].channel_features.le_flags(), &Vec::<u8>::new()); | ||
// We can't learn any flags from invoices, sadly |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this got moved
Based on #3336.
This is PR 2/3, just formatting
router.rs
.Followups: #3338.