Commit 8f5574f
committed
Bump ldk-node f13fcea -> f43d869 (90s wallet-sync timeout + LSPS4 fee_claim arg)
Moves the ldk-node pin to the tip of
lsp-0.7.0_accept-underpaying-htlcs_with_timing_logs, picking up:
- ldk-node#39: LDK_WALLET_SYNC_TIMEOUT_SECS 10 -> 90, and
- ldk-node#37: optional fee_claim on the LSPS4 liquidity source.
Together with rust-lightning#22 (parallel Esplora tx_sync, already in via
ldk-node's rust-lightning rev) and the prod Esplora rate-limit raise
(lightning-node#838), this stops the TxSyncTimeout -> NAPI panic on cold
webhook-node boots.
API adaptation: ldk-node#37 added a fee_claim: Option<String> arg to
Builder::set_liquidity_source_lsps4; pass None to preserve prior behavior.
bitcoin-payment-instructions stays at main's bdcef061 (no change here).1 parent ed77553 commit 8f5574f
3 files changed
Lines changed: 22 additions & 20 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 | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
| 517 | + | |
| 518 | + | |
517 | 519 | | |
518 | 520 | | |
519 | 521 | | |
| |||
0 commit comments