From 9da1255ce3cf1b5cb090d881be424b6c9a671076 Mon Sep 17 00:00:00 2001 From: GitHub Date: Thu, 18 Sep 2025 00:25:10 +0000 Subject: [PATCH] update documentation --- docs/taproot-assets/release-notes/release-notes-0.7.0.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/taproot-assets/release-notes/release-notes-0.7.0.md b/docs/taproot-assets/release-notes/release-notes-0.7.0.md index ac077381..8949b032 100644 --- a/docs/taproot-assets/release-notes/release-notes-0.7.0.md +++ b/docs/taproot-assets/release-notes/release-notes-0.7.0.md @@ -75,6 +75,7 @@ - https://github.com/lightninglabs/taproot-assets/pull/1784 - https://github.com/lightninglabs/taproot-assets/pull/1777 - https://github.com/lightninglabs/taproot-assets/pull/1796 + - https://github.com/lightninglabs/taproot-assets/pull/1797 - A new [address version 2 was introduced that supports grouped assets and custom (sender-defined) @@ -145,6 +146,12 @@ - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the `MintAsset` RPC message field from `universe_commitments` to `enable_supply_commitments`. +- [Enhanced RFQ accepted quote messages with asset identification fields](https://github.com/lightninglabs/taproot-assets/pull/1805): + The `PeerAcceptedBuyQuote` and `PeerAcceptedSellQuote` proto messages + now include asset ID and asset group pub key fields (via the `AssetSpecBytes` + message), allowing clients to directly associate quotes with their + corresponding assets without manual tracking. + - The `SubscribeSendEvents` RPC now supports [historical event replay of completed sends with efficient database-level filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).