Skip to content

Commit 35dd1a5

Browse files
ovitrifclaude
andcommitted
chore: complete version bump to 0.7.0-rc.29
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 82dbd77 commit 35dd1a5

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,13 @@
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

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
import PackageDescription
55

6-
let tag = "v0.7.0-rc.28"
6+
let tag = "v0.7.0-rc.29"
77
let checksum = "983475feca0a1c4677fbfb8cbc6acbb5691cb55798e2819c29faf7a71260c672"
88
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
99

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ldk_node"
3-
version = "0.7.0-rc.28"
3+
version = "0.7.0-rc.29"
44
authors = [
55
{ name="Elias Rohrer", email="dev@tnull.de" },
66
]

0 commit comments

Comments
 (0)