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
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,12 @@
45
45
-`Bolt11Payment::estimate_routing_fees_using_amount()`: Estimates fees for amount-less invoices.
46
46
- Enhanced `OnchainPayment::send_to_address()` to accept optional `utxos_to_spend` parameter
47
47
for manual UTXO selection.
48
+
- Added `Config::include_untrusted_pending_in_spendable` option to control whether unconfirmed
49
+
funds from external sources are included in `spendable_onchain_balance_sats`. When set to `true`,
50
+
the spendable balance will include `untrusted_pending` UTXOs (unconfirmed transactions received
51
+
from external wallets). Default is `false` for safety, as spending unconfirmed external funds
52
+
carries risk of double-spending. This affects all balance reporting including `list_balances()`
53
+
and `BalanceChanged` events.
48
54
49
55
## Upstream v0.7.0 Release Notes
50
56
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