Skip to content

Commit 1e4f9ea

Browse files
committed
docs: add release notes
1 parent 4ed14d9 commit 1e4f9ea

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

docs/release-notes/release-notes-0.7.0.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,12 @@
8181
tag and also needs to be toggled on via the `channel.noop-htlcs` configuration
8282
option.
8383

84+
- A [bug in `btcwallet` and `lnd` was fixed that prevented `tapd` from running
85+
properly when connected to an `lnd` node that is running in remote-signing
86+
mode](https://github.com/lightninglabs/taproot-assets/pull/1694). A new
87+
integration test suite now asserts that `tapd` fully supports remote-signing
88+
`lnd` backends.
89+
8490
## RPC Additions
8591

8692
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
@@ -100,12 +106,15 @@
100106
when requesting quotes. The field can contain optional user or authentication
101107
information that helps the price oracle to decide on the optimal price rate to
102108
return.
109+
103110
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
104111
`MintAsset` RPC message field from `universe_commitments` to
105112
`enable_supply_commitments`.
113+
106114
- The `SubscribeSendEvents` RPC now supports [historical event replay of
107115
completed sends with efficient database-level
108116
filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
117+
109118
- [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
110119
that allows users to fetch the supply leaves of a universe supply commitment.
111120
This is useful for verification.
@@ -156,7 +165,9 @@
156165
the default "all script key types" [to the value
157166
`bip86`](https://github.com/lightninglabs/taproot-assets/pull/1690) to match
158167
the default value of the RPC interface.
159-
- [Add universe supply commit subcommand fetchleaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
168+
169+
- [Add universe supply commit subcommand
170+
`fetchleaves`](https://github.com/lightninglabs/taproot-assets/pull/1693)
160171
that allows users to fetch the supply leaves of a universe supply commitment.
161172
This is useful for verification.
162173

0 commit comments

Comments
 (0)