Skip to content

Commit 3cb18c4

Browse files
Merge pull request #886 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 723be04 + 8c3b7ec commit 3cb18c4

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

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

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@
4747
migration](https://github.com/lightninglabs/taproot-assets/pull/1612) was
4848
added that retroactively inserts all burned assets into that table.
4949

50+
- Sending a payment now supports multi-rfq. This new feature allows for multiple
51+
quotes to be used in order to carry out a payment. With multiple quotes, we
52+
can use liquidity that is spread across different channels and also use
53+
multiple rates. See
54+
[related PR](https://github.com/lightninglabs/taproot-assets/pull/1613) for
55+
more info.
56+
5057
## RPC Additions
5158

5259
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
@@ -65,9 +72,16 @@
6572
when requesting quotes. The field can contain optional user or authentication
6673
information that helps the price oracle to decide on the optimal price rate to
6774
return.
75+
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
76+
`MintAsset` RPC message field from `universe_commitments` to
77+
`enable_supply_commitments`.
6878

6979
## tapcli Additions
7080

81+
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the mint
82+
asset command flag from `--universe_commitments` to
83+
`--enable_supply_commitments` for consistency with the updated terminology.
84+
7185
# Improvements
7286

7387
## Functional Updates

0 commit comments

Comments
 (0)