You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# 0.7.0-rc.1 (Synonym Fork)
1
+
# 0.7.0-rc.2 (Synonym Fork)
2
2
3
3
## Synonym Fork Additions
4
4
- Added reactive event system for wallet monitoring without polling:
@@ -51,6 +51,10 @@
51
51
from external wallets). Default is `false` for safety, as spending unconfirmed external funds
52
52
carries risk of double-spending. This affects all balance reporting including `list_balances()`
53
53
and `BalanceChanged` events.
54
+
- Added `ChannelDataMigration` struct and `Builder::set_channel_data_migration()` method to migrate
55
+
channel data from external LDK implementations (e.g., react-native-ldk). The channel manager and
56
+
monitor data is written to the configured storage during build, before channel monitors are read.
57
+
Storage keys for monitors are derived from the funding outpoint.
54
58
55
59
# 0.7.0 - Dec. 3, 2025
56
60
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.
0 commit comments