Skip to content

Commit 35211cb

Browse files
Merge pull request #979 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 00b3be8 + 7301540 commit 35211cb

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,15 @@
4949
`rfq_policies` table whenever a policy is agreed, giving us an audit trail
5050
and keeping quotes alive across restarts.
5151

52+
- [Improve orphan UTXO sweeping](https://github.com/lightninglabs/taproot-assets/pull/1905):
53+
Fixed two issues with fetching orphan UTXOs for sweeping during transaction
54+
building:
55+
- Added filtering to exclude orphan UTXOs with missing signing information
56+
(KeyFamily=0 and KeyIndex=0). These UTXOs were created in prior versions
57+
that didn't store this information, causing LND to fail when signing.
58+
- Added a limit (`MaxOrphanUTXOs = 20`) to prevent transactions from becoming
59+
too large when sweeping many orphan UTXOs at once.
60+
5261
## RPC Updates
5362

5463
- [PR#1841](https://github.com/lightninglabs/taproot-assets/pull/1841): Remove
@@ -71,6 +80,11 @@
7180
`max-proof-cache-size` sets the proof cache limit in bytes and accepts
7281
human-readable values such as `64MB`.
7382

83+
- [Enable orphan UTXO sweeping by default](https://github.com/lightninglabs/taproot-assets/pull/1905):
84+
The `wallet.sweep-orphan-utxos` configuration option is now enabled by
85+
default. This automatically sweeps tombstone and burn outputs when executing
86+
on-chain transactions. Set to `false` to disable.
87+
7488
## Code Health
7589

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

0 commit comments

Comments
 (0)