|
26 | 26 | - [An integration test flake was
|
27 | 27 | fixed](https://github.com/lightninglabs/taproot-assets/pull/1651).
|
28 | 28 |
|
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 |
31 | 31 | to list eligible coins: unable to query commitments: mismatch of managed utxo
|
32 | 32 | and constructed tap commitment root` error when sending assets.
|
33 | 33 | The [PR that fixed the two
|
|
119 | 119 | when requesting quotes. The field can contain optional user or authentication
|
120 | 120 | information that helps the price oracle to decide on the optimal price rate to
|
121 | 121 | 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 | + |
122 | 130 | - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
|
123 | 131 | `MintAsset` RPC message field from `universe_commitments` to
|
124 | 132 | `enable_supply_commitments`.
|
125 |
| -- The `SubscribeSendEvents` RPC now supports [historical event replay of |
| 133 | +- The `SubscribeSendEvents` RPC now supports [historical event replay of |
126 | 134 | completed sends with efficient database-level
|
127 | 135 | filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
|
128 | 136 | - [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
|
129 | 137 | that allows users to fetch the supply leaves of a universe supply commitment.
|
130 | 138 | This is useful for verification.
|
131 | 139 |
|
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 |
133 | 141 | `ListBalances` RPC
|
134 | 142 | method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate
|
135 | 143 | that unconfirmed asset-related transactions don't count toward the balance.
|
|
236 | 244 |
|
237 | 245 | - ffranr
|
238 | 246 | - George Tsagkarelis
|
| 247 | +- jtobin |
239 | 248 | - Olaoluwa Osuntokun
|
240 | 249 | - Oliver Gugger
|
0 commit comments