Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions docs/taproot-assets/release-notes/release-notes-0.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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).
Expand Down