Skip to content

Conversation

@tnull
Copy link
Contributor

@tnull tnull commented Dec 12, 2025

By now, we switched our LDK Node main to a specific commit on LDK's main. Since we don't have the crates.io dependencies in the Cargo.toml, the patch command won't actually do anything but silently fail, i.e., not check the PR changes against the LDK Node main branch.

Here we fix this by also patching the git repository path.

By now, we switched our LDK Node `main` to a specific commit on LDK's
`main`. Since we don't have the `crates.io` dependencies in the
`Cargo.toml`, the patch command won't actually do anything but silently
fail, i.e., *not* check the PR changes against the LDK Node main branch.

Here we fix this by also patching the git repository path.
@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Dec 12, 2025

I've assigned @tankyleo 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.

@codecov
Copy link

codecov bot commented Dec 12, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 89.38%. Comparing base (fd85279) to head (c7d1ba7).
⚠️ Report is 24 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff            @@
##             main    #4283    +/-   ##
========================================
  Coverage   89.37%   89.38%            
========================================
  Files         180      180            
  Lines      139395   139847   +452     
  Branches   139395   139847   +452     
========================================
+ Hits       124591   124996   +405     
- Misses      12216    12258    +42     
- Partials     2588     2593     +5     
Flag Coverage Δ
fuzzing 35.22% <ø> (+0.03%) ⬆️
tests 88.71% <ø> (+<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.

lightning-liquidity = { path = "../rust-lightning/lightning-liquidity" }
lightning-macros = { path = "../rust-lightning/lightning-macros" }
[patch."https://github.com/lightningdevkit/rust-lightning"]
Copy link
Collaborator

Choose a reason for hiding this comment

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

TIL

@TheBlueMatt TheBlueMatt merged commit f6b4f0c into lightningdevkit:main Dec 12, 2025
20 checks passed
@tankyleo tankyleo removed their request for review December 12, 2025 19:20
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