Skip to content

Commit e676d20

Browse files
committed
chore(bindings): regenerate bindings for rc.57
1 parent 270830a commit e676d20

11 files changed

Lines changed: 11 additions & 10 deletions

File tree

CHANGELOG.md

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

33
## Bug Fixes
44

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

6969
## Synonym Fork Additions
7070

71+
- Added rolling lookahead for derived on-chain accounts after their initial full scan.
7172
- Added configurable Electrum batch size and stop gap for full scans of non-primary on-chain
7273
wallets, while preserving the existing primary-wallet behavior and defaults.
7374
- Added derived-account lifecycle parity with account-`0` wallets: configured accounts load on
@@ -86,9 +87,9 @@
8687
`Config::onchain_wallet_accounts` to load them on each build. BDK data remains persisted per
8788
account after unload
8889
- Derived accounts full-scan after registration, then use incremental sync. Apps issuing addresses
89-
from an exported xpub reveal their highest issued index before syncing; descriptor origins use
90-
the real account path; channel preflight requires an account-`0` SegWit builder before counting
91-
non-Legacy (including derived) funds
90+
from an exported xpub can reveal their highest issued index to cover gaps beyond the rolling
91+
lookahead; descriptor origins use the real account path; channel preflight requires an account-`0`
92+
SegWit builder before counting non-Legacy (including derived) funds
9293
- Bitcoind Listen synchronizes every wallet from its own checkpoint alongside the Lightning
9394
listeners, handles shorter and equal-height forked tips, and replays the mempool when the
9495
loaded account set changes

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

0 commit comments

Comments
 (0)