Commit 526eb15
simln-lib/feat: add ldk-server backend support
Add `LdkNode` as a new `LightningNode` implementation backed by
ldk-server-client over gRPC-over-HTTPS. Supports keysend via
`spontaneous_send`, payment tracking via polling `get_payment_details`,
graph queries, and channel capacity reporting.
Wire up `NodeConnection::Ldk` in sim-cli parsing so ldk-server nodes
can be specified in sim.json alongside LND, CLN, and Eclair nodes.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 66daf69 commit 526eb15
5 files changed
Lines changed: 424 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| 163 | + | |
163 | 164 | | |
164 | 165 | | |
165 | 166 | | |
| |||
396 | 397 | | |
397 | 398 | | |
398 | 399 | | |
| 400 | + | |
399 | 401 | | |
400 | 402 | | |
401 | 403 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
36 | 37 | | |
37 | 38 | | |
38 | 39 | | |
| |||
0 commit comments