Skip to content
Merged
Show file tree
Hide file tree
Changes from 4 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
Comment thread
ovitrif marked this conversation as resolved.
Outdated
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 = "2f08479eb99546c821307b92255653dd1ca36903106fdefff6af88390e677bb8"
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
Loading