File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/taproot-assets/release-notes Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 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
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 )
You can’t perform that action at this time.
0 commit comments