We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b10b2e commit 4fb0135Copy full SHA for 4fb0135
docs/release-notes/release-notes-0.8.0.md
@@ -37,6 +37,12 @@
37
38
## Functional Updates
39
40
+- [Garbage collection of orphaned UTXOs](https://github.com/lightninglabs/taproot-assets/pull/1832)
41
+ by sweeping tombstones and burn outputs when executing onchain transactions.
42
+ Garbage collection will be executed on every burn, transfer or call to
43
+ `AnchorVirtualPsbts`. A new configuration is available to control the sweeping
44
+ via the flag `wallet.sweep-orphan-utxos`.
45
+
46
## RPC Updates
47
48
- [PR#1841](https://github.com/lightninglabs/taproot-assets/pull/1841): Remove
0 commit comments