Uh oh!
There was an error while loading. Please reload this page.
Add RPC functions for keysend, msg signing, and exporting scorer - #109
Conversation
👋 Thanks for assigning @joostjager as a reviewer! |
One general question that I had for ldk-server is whether we want some light e2e testing? cli->client->server path. Perhaps an |
benthecarman
commented
Jan 22, 2026
Yeah that would be nice, probably better for a separate PR though |
joostjager
commented
Jan 23, 2026
Yes, agreed on the separate PR for this. It's pre-existing. |
| LdkServerError::new(InvalidRequestError, "Invalid node_id provided.".to_string()) | ||
| })?; | ||
| let route_parameters = match request.route_parameters { |
There was a problem hiding this comment.
Possible to reuse handle_bolt11_send_request matching code?
tnull
commented
Jan 23, 2026
Relatedly, I recently opened lightningdevkit/ldk-node#766 and tagged it as a BOSS topic. We could however also consider whether we want to move the CLN/LND/Eclair interop tests to the server repo, rather than doing them at the LDK Node level? Although, it is somewhat nice to do it like the other integration tests in Rust. |
Uh oh!
There was an error while loading. Please reload this page.
This basically fills out the remaining ldk-node functions that were not used by the RPC/CLI.