Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# 0.7.0-rc.39 (Synonym Fork)
# 0.7.0-rc.41 (Synonym Fork)

## Bug Fixes

- Retry restored channel peer persistence after Rapid Gossip Sync updates the
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: this currently emphasizes the RGS retry path. Since the PR also does the initial build-time recovery of missing channel peers from the graph, it may be worth mentioning both.

network graph, so restored RGS nodes can reconnect channels whose counterparty
addresses were not available during the initial build-time recovery pass.
- Fixed orphaned channel migration blocking node startup when the existing monitor
in the KV store can't be deserialized (e.g., `UnknownVersion` from a newer LDK
version). The migration now skips writing and lets the node start normally,
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ exclude = ["bindings/uniffi-bindgen"]

[package]
name = "ldk-node"
version = "0.7.0-rc.39"
version = "0.7.0-rc.41"
authors = ["Elias Rohrer <dev@tnull.de>"]
homepage = "https://lightningdevkit.org/"
license = "MIT OR Apache-2.0"
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@

import PackageDescription

let tag = "v0.7.0-rc.39"
let checksum = "67fae23a802b1ab48833c29c95cb62a9167024be9dbbe54e6745d6c108f70308"
let tag = "v0.7.0-rc.41"
let checksum = "c8aa87113c2a698f26eccad54d75cd0366af24fabe4c94d912c8071ea835f3dc"
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"

let package = Package(
Expand Down
2 changes: 1 addition & 1 deletion bindings/kotlin/ldk-node-android/gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ android.useAndroidX=true
android.enableJetifier=true
kotlin.code.style=official
group=com.synonym
version=0.7.0-rc.39
version=0.7.0-rc.41
Loading