Skip to content

Commit f51e66f

Browse files
committed
Release v0.7.0
1 parent e1b591c commit f51e66f

File tree

9 files changed

+36433
-4536
lines changed

9 files changed

+36433
-4536
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.7.0 - Dec. 3, 2025 (Synonym Fork)
1+
# 0.7.0 (Synonym Fork)
22

33
## Synonym Fork Additions
44
- Added reactive event system for wallet monitoring without polling:
@@ -52,7 +52,7 @@
5252
carries risk of double-spending. This affects all balance reporting including `list_balances()`
5353
and `BalanceChanged` events.
5454

55-
## Upstream v0.7.0 Release Notes
55+
# 0.7.0 - Dec. 3, 2025
5656
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.
5757

5858
## Feature and API updates

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
import PackageDescription
55

66
let tag = "v0.7.0"
7-
// TODO: Update checksum after releasing Synonym's v0.7.0 xcframework
8-
let checksum = "37e909987c285ddaaabf7caede58f0695491398acd4561987914996f4623a3c3"
7+
let checksum = "e6c60f728fbb49835738c35e713705841c1014f62cce2d2508f292fbe7220b06"
98
let url = "https://github.com/synonymdev/ldk-node/releases/download/\(tag)/LDKNodeFFI.xcframework.zip"
109

1110
let package = Package(
@@ -28,7 +27,8 @@ let package = Package(
2827
),
2928
.binaryTarget(
3029
name: "LDKNodeFFI",
31-
path: "./bindings/swift/LDKNodeFFI.xcframework"
30+
url: url,
31+
checksum: checksum
3232
)
3333
]
3434
)
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)