File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed
Expand file tree Collapse file tree 3 files changed +9
-3
lines changed 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
Original file line number Diff line number Diff line change 33
44import PackageDescription
55
6- let tag = " v0.7.0-rc.28 "
6+ let tag = " v0.7.0-rc.29 "
77let checksum = " 983475feca0a1c4677fbfb8cbc6acbb5691cb55798e2819c29faf7a71260c672 "
88let url = " https://github.com/synonymdev/ldk-node/releases/download/ \( tag) /LDKNodeFFI.xcframework.zip "
99
Original file line number Diff line number Diff line change 11[project ]
22name = " ldk_node"
3- version = " 0.7.0-rc.28 "
3+ version = " 0.7.0-rc.29 "
44authors = [
55 { name =" Elias Rohrer" , email =" dev@tnull.de" },
66]
You can’t perform that action at this time.
0 commit comments