Releases: synonymdev/ldk-node
Releases · synonymdev/ldk-node
v0.7.0-rc.16
0.7.0-rc.16 (Synonym Fork)
This release added JitPack support for ldk-node-jvm module to enable unit testing in consuming apps.
v0.7.0-rc.15
Fix Package.swift mistake
v0.7.0-rc.14
- fix: cache the network graph locally
v0.7.0-rc.13
- Revert network graph caching
v0.7.0-rc.12
This Release:
Adds the ability to change wallet sync intervals at runtime after node.start() to reduce battery usage on mobile devices (Android foreground services).
- Adds
RuntimeSyncIntervalsstruct withbattery_saving()preset - Adds
Node::update_sync_intervals()andcurrent_sync_intervals()methods - Uses tokio::sync::watch channels to propagate config changes to sync loop
- Adds
BackgroundSyncNotEnablederror for when background sync is disabled
v0.7.0-rc.11
What's Changed
- fix: avoid emitting duplicated events on node start
v0.7.0-rc.9
- refactor: optimize node build time
v0.7.0-rc.10
This Release:
Adds the ability to change wallet sync intervals at runtime after node.start() to reduce battery usage on mobile devices (Android foreground services).
- Adds
RuntimeSyncIntervalsstruct withbattery_saving()preset - Adds
Node::update_sync_intervals()andcurrent_sync_intervals()methods - Uses tokio::sync::watch channels to propagate config changes to sync loop
- Adds
BackgroundSyncNotEnablederror for when background sync is disabled
v0.7.0-rc.7
0.7.0-rc.7 (Synonym Fork)
Synonym Fork Additions
- Added
claimable_on_close_satsfield toChannelDetailsstruct. This field contains the
amount (in satoshis) that would be claimable if the channel were force-closed now, computed
from the channel monitor'sClaimableOnChannelClosebalance. ReturnsNoneif no monitor
exists yet (pre-funding). This replaces the workaround of approximating the claimable amount
usingoutbound_capacity_msat + counterparty_reserve.
v0.7.0-rc.8
This Release:
Adds the ability to change wallet sync intervals at runtime after node.start() to reduce battery usage on mobile devices (Android foreground services).
- Adds
RuntimeSyncIntervalsstruct withbattery_saving()preset - Adds
Node::update_sync_intervals()andcurrent_sync_intervals()methods - Uses
tokio::sync::watchchannels to propagate config changes to sync loop - Adds
BackgroundSyncNotEnablederror for when background sync is disabled