Skip to content

Commit 5ec7acc

Browse files
committed
fix: retry restored peer persistence after RGS
1 parent 4d6290c commit 5ec7acc

13 files changed

Lines changed: 78 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
# 0.7.0-rc.40 (Synonym Fork)
1+
# 0.7.0-rc.41 (Synonym Fork)
22

33
## Bug Fixes
44

5+
- Retry restored channel peer persistence after Rapid Gossip Sync updates the
6+
network graph, so restored RGS nodes can reconnect channels whose counterparty
7+
addresses were not available during the initial build-time recovery pass.
58
- Fixed orphaned channel migration blocking node startup when the existing monitor
69
in the KV store can't be deserialized (e.g., `UnknownVersion` from a newer LDK
710
version). The migration now skips writing and lets the node start normally,

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ exclude = ["bindings/uniffi-bindgen"]
44

55
[package]
66
name = "ldk-node"
7-
version = "0.7.0-rc.40"
7+
version = "0.7.0-rc.41"
88
authors = ["Elias Rohrer <dev@tnull.de>"]
99
homepage = "https://lightningdevkit.org/"
1010
license = "MIT OR Apache-2.0"

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33

44
import PackageDescription
55

6-
let tag = "v0.7.0-rc.40"
7-
let checksum = "a080569c65880c58ee3fb1bf607c58dbbaef3f570fc80cff8dcfd62217469f78"
6+
let tag = "v0.7.0-rc.41"
7+
let checksum = "2f08479eb99546c821307b92255653dd1ca36903106fdefff6af88390e677bb8"
88
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
99

1010
let package = Package(

bindings/kotlin/ldk-node-android/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
55
group=com.synonym
6-
version=0.7.0-rc.40
6+
version=0.7.0-rc.41

0 commit comments

Comments
 (0)