File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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 )
You can’t perform that action at this time.
0 commit comments