Skip to content

Commit e45ed66

Browse files
guggerojtobin
authored andcommitted
docs: add release notes
1 parent e3a790f commit e45ed66

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

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

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
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
@@ -57,12 +57,18 @@
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

0 commit comments

Comments
 (0)