File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3636- [ Garbage collection of orphaned UTXOs] ( https://github.com/lightninglabs/taproot-assets/pull/1832 )
3737 by sweeping tombstones and burn outputs when executing onchain transactions.
3838 Garbage collection will be executed on every burn, transfer or call to
39- ` AnchorVirtualPsbts ` . A new configuration is available to control the sweeping
39+ ` AnchorVirtualPsbts ` . A new configuration is available to control the sweeping
4040 via the flag ` wallet.sweep-orphan-utxos ` .
4141
4242## RPC Updates
5757## Config Changes
5858
5959- [ PR #1870 ] ( https://github.com/lightninglabs/taproot-assets/pull/1870 )
60- The ` proofs-per-universe ` configuration option is removed. New option
60+ The ` proofs-per-universe ` configuration option is removed. New option
6161 ` max-proof-cache-size ` sets the proof cache limit in bytes and accepts
6262 human-readable values such as ` 64MB ` .
6363
6464## Code Health
6565
66+ - A [ bug in ` btcwallet ` and ` lnd ` was fixed that prevented ` tapd ` from running
67+ properly when connected to an ` lnd ` node that is running in remote-signing
68+ mode] ( https://github.com/lightninglabs/taproot-assets/pull/1694 ) . A new
69+ integration test suite now asserts that ` tapd ` fully supports remote-signing
70+ ` lnd ` backends.
71+
6672## Breaking Changes
6773
6874## Performance Improvements
You can’t perform that action at this time.
0 commit comments