Skip to content

Commit 1e2cb4a

Browse files
committed
docs: add release notes
1 parent 9eb6a5e commit 1e2cb4a

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
@@ -100,6 +100,12 @@
100100
controls whether the peer's identity public key is sent to the local price
101101
oracle when querying asset price rates.
102102

103+
- A [bug in `btcwallet` and `lnd` was fixed that prevented `tapd` from running
104+
properly when connected to an `lnd` node that is running in remote-signing
105+
mode](https://github.com/lightninglabs/taproot-assets/pull/1694). A new
106+
integration test suite now asserts that `tapd` fully supports remote-signing
107+
`lnd` backends.
108+
103109
## RPC Additions
104110

105111
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
@@ -119,12 +125,15 @@
119125
when requesting quotes. The field can contain optional user or authentication
120126
information that helps the price oracle to decide on the optimal price rate to
121127
return.
128+
122129
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
123130
`MintAsset` RPC message field from `universe_commitments` to
124131
`enable_supply_commitments`.
132+
125133
- The `SubscribeSendEvents` RPC now supports [historical event replay of
126134
completed sends with efficient database-level
127135
filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
136+
128137
- [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
129138
that allows users to fetch the supply leaves of a universe supply commitment.
130139
This is useful for verification.
@@ -175,7 +184,9 @@
175184
the default "all script key types" [to the value
176185
`bip86`](https://github.com/lightninglabs/taproot-assets/pull/1690) to match
177186
the default value of the RPC interface.
178-
- [Add universe supply commit subcommand fetchleaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
187+
188+
- [Add universe supply commit subcommand
189+
`fetchleaves`](https://github.com/lightninglabs/taproot-assets/pull/1693)
179190
that allows users to fetch the supply leaves of a universe supply commitment.
180191
This is useful for verification.
181192

0 commit comments

Comments
 (0)