Skip to content

Commit 1dbd184

Browse files
committed
Merge remote-tracking branch 'origin/main' into feat/calculate-send-all-fee
# Conflicts: # Package.swift # bindings/python/pyproject.toml
2 parents 6f6bc44 + e6a6587 commit 1dbd184

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

0 commit comments

Comments
 (0)