Skip to content

Commit 6bdb36a

Browse files
committed
docs: add release notes
1 parent e875f5a commit 6bdb36a

File tree

1 file changed

+13
-4
lines changed

1 file changed

+13
-4
lines changed

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

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
- [An integration test flake was
2727
fixed](https://github.com/lightninglabs/taproot-assets/pull/1651).
2828

29-
- Fixed two send related bugs that would lead to either a `invalid transfer
30-
asset witness` or `unable to fund address send: error funding packet: unable
29+
- Fixed two send related bugs that would lead to either a `invalid transfer
30+
asset witness` or `unable to fund address send: error funding packet: unable
3131
to list eligible coins: unable to query commitments: mismatch of managed utxo
3232
and constructed tap commitment root` error when sending assets.
3333
The [PR that fixed the two
@@ -119,17 +119,25 @@
119119
when requesting quotes. The field can contain optional user or authentication
120120
information that helps the price oracle to decide on the optimal price rate to
121121
return.
122+
123+
- The error code returned in a response from a price oracle now has a
124+
[structured
125+
form](https://github.com/lightninglabs/taproot-assets/pull/1766),
126+
allowing price oracles to either indicate that a given asset is
127+
unsupported, or simply to return an opaque error. "Unsupported asset"
128+
errors are forwarded in reject messages sent to peers.
129+
122130
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
123131
`MintAsset` RPC message field from `universe_commitments` to
124132
`enable_supply_commitments`.
125-
- The `SubscribeSendEvents` RPC now supports [historical event replay of
133+
- 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).
128136
- [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
129137
that allows users to fetch the supply leaves of a universe supply commitment.
130138
This is useful for verification.
131139

132-
- A [new field `unconfirmed_transfers` was added to the response of the
140+
- A [new field `unconfirmed_transfers` was added to the response of the
133141
`ListBalances` RPC
134142
method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate
135143
that unconfirmed asset-related transactions don't count toward the balance.
@@ -236,5 +244,6 @@
236244

237245
- ffranr
238246
- George Tsagkarelis
247+
- jtobin
239248
- Olaoluwa Osuntokun
240249
- Oliver Gugger

0 commit comments

Comments
 (0)