Skip to content

Commit f929ec2

Browse files
committed
fix: land peer persistence changes on main
Preserve PR #100 and PR #101 merge history while reconciling the stacked branch into the default branch.
2 parents 0533c40 + 60c4c4d commit f929ec2

16 files changed

Lines changed: 573 additions & 187 deletions

File tree

CHANGELOG.md

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

33
## Bug Fixes
44

5+
- Moved peer persistence to async KV storage so slow writes no longer hold the peer-store lock.
56
- Prevented Electrum runtime self-drop crashes and unbounded shutdown waits.
67
- Scaled Electrum full-scan timeouts for additional wallets with the configured stop gap and batch
78
size.
@@ -69,6 +70,8 @@
6970

7071
## Synonym Fork Additions
7172

73+
- Made explicit peer disconnect atomic with durable peer-store removal so persistence failures remain
74+
visible and retryable.
7275
- Added stable GNU build IDs to every Android ABI.
7376
- Added rolling lookahead for derived on-chain accounts after their initial full scan.
7477
- Added configurable Electrum batch size and stop gap for full scans of non-primary on-chain

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.60"
7+
version = "0.7.0-rc.62"
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.60"
7-
let checksum = "15d23d3252422fd0f6f77c388c65c877fd95c5ef8c805ac4f7255368a4efda2b"
6+
let tag = "v0.7.0-rc.62"
7+
let checksum = "40907bc5d61d85492a9f22722c1009791255ed0da40577765f49d486ebb41e9c"
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.60
6+
version=0.7.0-rc.62
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
org.gradle.jvmargs=-Xmx1536m
22
kotlin.code.style=official
33
group=com.synonym
4-
version=0.7.0-rc.60
4+
version=0.7.0-rc.62
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)