File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
docs/taproot-assets/release-notes Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change 47
47
migration] ( https://github.com/lightninglabs/taproot-assets/pull/1612 ) was
48
48
added that retroactively inserts all burned assets into that table.
49
49
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
+
50
57
## RPC Additions
51
58
52
59
- The [ price oracle RPC calls now have an intent, optional peer ID and metadata
65
72
when requesting quotes. The field can contain optional user or authentication
66
73
information that helps the price oracle to decide on the optimal price rate to
67
74
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 ` .
68
78
69
79
## tapcli Additions
70
80
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
+
71
85
# Improvements
72
86
73
87
## Functional Updates
You can’t perform that action at this time.
0 commit comments