File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # 0.7.0-rc.28 (Synonym Fork)
1+ # 0.7.0-rc.29 (Synonym Fork)
22
33## Bug Fixes
44
5+ - Bumped ` FEE_RATE_CACHE_UPDATE_TIMEOUT_SECS ` and ` TX_BROADCAST_TIMEOUT_SECS ` from 5s to 15s.
6+ The 5s node-level timeout fires before Electrum can complete a request (10s timeout), causing
7+ ` FeerateEstimationUpdateTimeout ` on node start.
8+ - Fixed external scores sync using ` spawn_background_processor_task ` (reserved for the single
9+ LDK background processor), which caused a ` debug_assert ` panic. Switched to
10+ ` spawn_cancellable_background_task ` .
511- Fixed ` PeerStore::add_peer ` silently ignoring address updates for existing peers. When a peer's
612 IP address changes (e.g., LSP node migration), ` add_peer ` now upserts the socket address and
713 re-persists, instead of returning early. This fixes the issue where ldk-node's reconnection loop
You can’t perform that action at this time.
0 commit comments