Skip to content

Conversation

@TheBlueMatt
Copy link
Contributor

lightningdevkit/rust-lightning#4263 and lightningdevkit/rust-lightning#4370 changed the lightning API, which we update to here.

We also switch to using a Cargo.toml [patch...] to avoid having to update the bitcoin-payment-instructions dep after each bump.

lightningdevkit/rust-lightning#4263 and
lightningdevkit/rust-lightning#4370 changed
the `lightning` API, which we update to here.

We also switch to using a `Cargo.toml` `[patch...]` to avoid having
to update the `bitcoin-payment-instructions` dep after each bump.
@ldk-reviews-bot
Copy link

ldk-reviews-bot commented Feb 2, 2026

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

@ldk-reviews-bot ldk-reviews-bot requested a review from tnull February 2, 2026 14:42
[patch.'https://github.com/lightningdevkit/rust-lightning']
# Cargo won't let us patch a git dependency with another rev from the same git dependency, so we
# have to pick another copy of `rust-lightning` and pin the rev.
lightning = { git = "https://git.bitcoin.ninja/rust-lightning", rev = "0bc5c95484345c6289dffd9a379982a9b66d688f" }
Copy link
Collaborator

Choose a reason for hiding this comment

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

I don't see how this is preferable. We'll still need to keep that third repository in-sync.

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