LSPS2 client support#143
Merged
benthecarman merged 3 commits intolightningdevkit:mainfrom Mar 20, 2026
Merged
Conversation
|
👋 Thanks for assigning @benthecarman as a reviewer! |
1cfe65e to
80cb7ee
Compare
benthecarman
reviewed
Mar 7, 2026
Collaborator
benthecarman
left a comment
There was a problem hiding this comment.
i think your 2nd commit message got screwed up, a couple nits otherwise looks good to me
80cb7ee to
e8081ae
Compare
Collaborator
Author
Fixed, I blame Codex. |
Collaborator
|
Looks good, but #150 caused conflicts, just needs rebase |
Expose LSPS2 client settings in `ldk-server-config.toml` so nodes can be configured to source just-in-time liquidity from an LSP. This also keeps the workspace green by fixing the existing `clippy` warning in `ldk-server-cli`. Generated with the assistance of AI. Co-Authored-By: HAL 9000
Expose dedicated LSPS2 invoice endpoints so callers can request fixed and variable-amount JIT invoices without overloading the existing `Bolt11Receive` API surface. Generated with the assistance of AI. Co-Authored-By: HAL 9000
Expose the new LSPS2 JIT invoice endpoints through the Rust client and CLI so callers can request either fixed or variable-amount invoices without constructing protobuf messages manually. Generated with the assistance of AI. Co-Authored-By: HAL 9000
e8081ae to
47c2c95
Compare
Collaborator
Author
Done |
benthecarman
approved these changes
Mar 20, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
I wanted to connect my server to an LSP but found that it currently doesn't expose the corresponding APIs. Here we add them.