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