|
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 |
|
36 | 36 | tombstone outputs on a full-value send (by using interactive transfers for V2 |
37 | 37 | addresses). |
38 | 38 |
|
39 | | -- [Updated](https://github.com/lightninglabs/taproot-assets/pull/1774) |
| 39 | +- [Updated](https://github.com/lightninglabs/taproot-assets/pull/1774) |
40 | 40 | `BuyOrderRequest` and `SellOrderRequest` proto docs to mark `peer_pub_key` as |
41 | 41 | required. Previously, the field was incorrectly documented as optional. |
42 | 42 | This change corrects the documentation to match the current implementation. |
|
171 | 171 | - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the |
172 | 172 | `MintAsset` RPC message field from `universe_commitments` to |
173 | 173 | `enable_supply_commitments`. |
| 174 | + |
174 | 175 | - [Enhanced RFQ accepted quote messages with asset identification fields](https://github.com/lightninglabs/taproot-assets/pull/1805): |
175 | 176 | The `PeerAcceptedBuyQuote` and `PeerAcceptedSellQuote` proto messages |
176 | 177 | now include asset ID and asset group pub key fields (via the `AssetSpecBytes` |
177 | 178 | message), allowing clients to directly associate quotes with their |
178 | 179 | corresponding assets without manual tracking. |
179 | 180 |
|
180 | | -- The `SubscribeSendEvents` RPC now supports [historical event replay of |
| 181 | +- The `SubscribeSendEvents` RPC now supports [historical event replay of |
181 | 182 | completed sends with efficient database-level |
182 | 183 | filtering](https://github.com/lightninglabs/taproot-assets/pull/1685). |
183 | 184 | - [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693) |
184 | 185 | that allows users to fetch the supply leaves of a universe supply commitment. |
185 | 186 | This is useful for verification. |
186 | 187 |
|
187 | | -- A [new field `unconfirmed_transfers` was added to the response of the |
| 188 | +- A [new field `unconfirmed_transfers` was added to the response of the |
188 | 189 | `ListBalances` RPC |
189 | 190 | method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate |
190 | 191 | that unconfirmed asset-related transactions don't count toward the balance. |
|
196 | 197 | - The `AddrReceives` RPC now supports timestamp filtering with |
197 | 198 | [new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794). |
198 | 199 |
|
199 | | -- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829) |
200 | | - is now accessible without authentication when the universe server is |
201 | | - configured with public read access. This matches the behavior of the |
| 200 | +- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829) |
| 201 | + is now accessible without authentication when the universe server is |
| 202 | + configured with public read access. This matches the behavior of the |
202 | 203 | existing FetchSupplyCommit RPC endpoint. |
203 | 204 |
|
204 | 205 | - [PR#1839](https://github.com/lightninglabs/taproot-assets/pull/1839) The |
|
231 | 232 | includes unset and zero-valued proto fields (e.g. transaction output indexes). |
232 | 233 | This ensures consistent output shape across all proto messages. |
233 | 234 |
|
234 | | -- The `tapcli addrs receives` command now supports |
| 235 | +- The `tapcli addrs receives` command now supports |
235 | 236 | [new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794). |
236 | 237 |
|
237 | 238 | - The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and |
|
0 commit comments