Skip to content

Commit 68ab7f4

Browse files
authored
Merge pull request #724 from tnull/2025-12-cut-v0.7.0
Cut v0.7.0 release
2 parents 5707f9e + b707e5a commit 68ab7f4

File tree

7 files changed

+3748
-1281
lines changed

7 files changed

+3748
-1281
lines changed

CHANGELOG.md

Lines changed: 19 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.7.0 - TODO
1+
# 0.7.0 - Dec. 3, 2025
22
This seventh minor release introduces numerous new features, bug fixes, and API improvements. In particular, it adds support for channel Splicing, Async Payments, as well as sourcing chain data from a Bitcoin Core REST backend.
33

44
## Feature and API updates
@@ -23,7 +23,8 @@ This seventh minor release introduces numerous new features, bug fixes, and API
2323

2424
## Bug Fixes and Improvements
2525
- Robustness of the shutdown procedure has been improved, minimizing risk of blocking during `Node::stop`. (#592, #612, #619, #622)
26-
- The VSS storage backend now supports 'lazy' deletes, allowing it to avoid unnecessary remote calls for certain operations. (#689)
26+
- The VSS storage backend now supports 'lazy' deletes, allowing it to avoid
27+
unnecessarily waiting on remote calls for certain operations. (#689, #722)
2728
- The encryption and obfuscation scheme used when storing data against a VSS backend has been improved. (#627)
2829
- Transient errors during `bitcoind` RPC chain synchronization are now retried with an exponential back-off. (#588)
2930
- Transactions evicted from the mempool are now correctly handled when syncing via `bitcoind` RPC/REST. (#605)
@@ -46,10 +47,23 @@ This seventh minor release introduces numerous new features, bug fixes, and API
4647
- The `electrum-client` dependency has been bumped to v0.24.0. (#602)
4748
- For Kotlin/Android builds we now require 16kb page sizes, ensuring Play Store compatibility. (#625)
4849

49-
In total, this release features TODO files changed, TODO insertions, TODO
50-
deletions in TODO commits from TODO authors in alphabetical order:
50+
In total, this release features 77 files changed, 12350 insertions, 5708
51+
deletions in 264 commits from 14 authors in alphabetical order:
5152

52-
- TODO TODO
53+
- aagbotemi
54+
- alexanderwiederin
55+
- Andrei
56+
- Artur Gontijo
57+
- benthecarman
58+
- Chuks Agbakuru
59+
- coreyphillips
60+
- Elias Rohrer
61+
- Enigbe
62+
- Joost Jager
63+
- Jeffrey Czyz
64+
- moisesPomilio
65+
- Martin Saposnic
66+
- tosynthegeek
5367

5468
# 0.6.2 - Aug. 14, 2025
5569
This patch release fixes a panic that could have been hit when syncing to a

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ldk-node"
3-
version = "0.7.0-rc.0"
3+
version = "0.7.0"
44
authors = ["Elias Rohrer <[email protected]>"]
55
homepage = "https://lightningdevkit.org/"
66
license = "MIT OR Apache-2.0"
@@ -29,17 +29,17 @@ panic = 'abort' # Abort on panic
2929
default = []
3030

3131
[dependencies]
32-
lightning = { version = "0.2.0-rc1", features = ["std"] }
33-
lightning-types = { version = "0.3.0-rc1" }
34-
lightning-invoice = { version = "0.34.0-rc1", features = ["std"] }
35-
lightning-net-tokio = { version = "0.2.0-rc1" }
36-
lightning-persister = { version = "0.2.0-rc1", features = ["tokio"] }
37-
lightning-background-processor = { version = "0.2.0-rc1" }
38-
lightning-rapid-gossip-sync = { version = "0.2.0-rc1" }
39-
lightning-block-sync = { version = "0.2.0-rc1", features = ["rest-client", "rpc-client", "tokio"] }
40-
lightning-transaction-sync = { version = "0.2.0-rc1", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
41-
lightning-liquidity = { version = "0.2.0-rc1", features = ["std"] }
42-
lightning-macros = { version = "0.2.0-rc1" }
32+
lightning = { version = "0.2.0", features = ["std"] }
33+
lightning-types = { version = "0.3.0" }
34+
lightning-invoice = { version = "0.34.0", features = ["std"] }
35+
lightning-net-tokio = { version = "0.2.0" }
36+
lightning-persister = { version = "0.2.0", features = ["tokio"] }
37+
lightning-background-processor = { version = "0.2.0" }
38+
lightning-rapid-gossip-sync = { version = "0.2.0" }
39+
lightning-block-sync = { version = "0.2.0", features = ["rest-client", "rpc-client", "tokio"] }
40+
lightning-transaction-sync = { version = "0.2.0", features = ["esplora-async-https", "time", "electrum-rustls-ring"] }
41+
lightning-liquidity = { version = "0.2.0", features = ["std"] }
42+
lightning-macros = { version = "0.2.0" }
4343

4444
bdk_chain = { version = "0.23.0", default-features = false, features = ["std"] }
4545
bdk_esplora = { version = "0.22.0", default-features = false, features = ["async-https-rustls", "tokio"]}
@@ -72,7 +72,7 @@ prost = { version = "0.11.6", default-features = false}
7272
winapi = { version = "0.3", features = ["winbase"] }
7373

7474
[dev-dependencies]
75-
lightning = { version = "0.2.0-rc1", features = ["std", "_test_utils"] }
75+
lightning = { version = "0.2.0", features = ["std", "_test_utils"] }
7676
proptest = "1.0.0"
7777
regex = "1.5.6"
7878
criterion = { version = "0.7.0", features = ["async_tokio"] }

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.6.2"
7-
let checksum = "dee28eb2bc019eeb61cc28ca5c19fdada465a6eb2b5169d2dbaa369f0c63ba03"
6+
let tag = "v0.7.0"
7+
let checksum = "37e909987c285ddaaabf7caede58f0695491398acd4561987914996f4623a3c3"
88
let url = "https://github.com/lightningdevkit/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
@@ -2,4 +2,4 @@ org.gradle.jvmargs=-Xmx1536m
22
android.useAndroidX=true
33
android.enableJetifier=true
44
kotlin.code.style=official
5-
libraryVersion=0.6.0
5+
libraryVersion=0.7.0
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
org.gradle.jvmargs=-Xmx1536m
22
kotlin.code.style=official
3-
libraryVersion=0.6.0
3+
libraryVersion=0.7.0

bindings/python/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "ldk_node"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = [
55
{ name="Elias Rohrer", email="[email protected]" },
66
]

0 commit comments

Comments
 (0)