Skip to content

Commit 8cb0f2e

Browse files
committed
fix: add android elf build ids
1 parent a94255c commit 8cb0f2e

12 files changed

Lines changed: 9 additions & 8 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.7.0-rc.57 (Synonym Fork)
1+
# 0.7.0-rc.58 (Synonym Fork)
22

33
## Bug Fixes
44

@@ -68,6 +68,7 @@
6868

6969
## Synonym Fork Additions
7070

71+
- Added stable GNU build IDs to every Android ABI.
7172
- Added rolling lookahead for derived on-chain accounts after their initial full scan.
7273
- Added configurable Electrum batch size and stop gap for full scans of non-primary on-chain
7374
wallets, while preserving the existing primary-wallet behavior and defaults.

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.57"
7+
version = "0.7.0-rc.58"
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.57"
7-
let checksum = "930c0eb9b043a23cd519e1dec4697f51f9c8ad669a303f18da902b5943840d00"
6+
let tag = "v0.7.0-rc.58"
7+
let checksum = "caca6b4ef9df81cd84279438894aa37116c69fd4b86e3070722c824e7af5f634"
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.57
6+
version=0.7.0-rc.58

0 commit comments

Comments
 (0)