Skip to content

Commit 02e110a

Browse files
committed
docs: update release notes
1 parent ecca3dd commit 02e110a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

docs/release-notes/release-notes-0.8.0.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,15 @@
3939
`AnchorVirtualPsbts`. A new configuration is available to control the sweeping
4040
via the flag `wallet.sweep-orphan-utxos`.
4141

42+
- [Improve orphan UTXO sweeping](https://github.com/lightninglabs/taproot-assets/pull/XXXX):
43+
Fixed two issues with fetching orphan UTXOs for sweeping during transaction
44+
building:
45+
- Added filtering to exclude orphan UTXOs with missing signing information
46+
(KeyFamily=0 and KeyIndex=0). These UTXOs were created in prior versions
47+
that didn't store this information, causing LND to fail when signing.
48+
- Added a limit (`MaxOrphanUTXOs = 20`) to prevent transactions from becoming
49+
too large when sweeping many orphan UTXOs at once.
50+
4251
## RPC Updates
4352

4453
- [PR#1841](https://github.com/lightninglabs/taproot-assets/pull/1841): Remove
@@ -61,6 +70,11 @@
6170
`max-proof-cache-size` sets the proof cache limit in bytes and accepts
6271
human-readable values such as `64MB`.
6372

73+
- [Enable orphan UTXO sweeping by default](https://github.com/lightninglabs/taproot-assets/pull/XXXX):
74+
The `wallet.sweep-orphan-utxos` configuration option is now enabled by
75+
default. This automatically sweeps tombstone and burn outputs when executing
76+
on-chain transactions. Set to `false` to disable.
77+
6478
## Code Health
6579

6680
- [PR#1897](https://github.com/lightninglabs/taproot-assets/pull/1897)

0 commit comments

Comments
 (0)