Commit 90dbf43
committed
Bump ldk-node to tip (parallel Esplora tx_sync + 90s wallet-sync timeout)
Catches lightning-js up to the ldk-node branch tip
(lsp-0.7.0_accept-underpaying-htlcs_with_timing_logs @ f43d869), which
pulls in:
- rust-lightning#22 parallel Esplora tx_sync (buffer_unordered) via
ldk-node's rust-lightning rev, and
- ldk-node#39 raising LDK_WALLET_SYNC_TIMEOUT_SECS 10 -> 90.
Together these stop the TxSyncTimeout -> NAPI panic on cold webhook-node
boots now that prod Esplora's /api/ rate limits are raised (lightning-node
PR #838).
API adaptation: ldk-node#37 added an optional fee_claim arg to
Builder::set_liquidity_source_lsps4; pass None to preserve prior behavior.
bitcoin-payment-instructions stays pinned at bc7d03f (reqwest 0.12): the
ldk-node tip references bpi bdcef061 which moved to reqwest 0.13, and
matching it pulls a tower-http conflict against ldk-node's own reqwest
0.12 once bpi's http feature is enabled. Holding bpi at bc7d03f keeps a
single reqwest major in the tree (a duplicate-bpi compile already existed
pre-bump, so no regression).1 parent 504c2d6 commit 90dbf43
2 files changed
Lines changed: 4 additions & 2 deletions
| 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 | |
|---|---|---|---|
| |||
457 | 457 | | |
458 | 458 | | |
459 | 459 | | |
460 | | - | |
| 460 | + | |
| 461 | + | |
| 462 | + | |
461 | 463 | | |
462 | 464 | | |
463 | 465 | | |
| |||
0 commit comments