Skip to content

Commit da60f26

Browse files
committed
docs: add release notes
1 parent 453b208 commit da60f26

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
[related PR](https://github.com/lightninglabs/taproot-assets/pull/1613) for
5555
more info.
5656

57+
- [Two new configuration values were added to improve privacy when using public
58+
or untrusted third-party price
59+
oracles](https://github.com/lightninglabs/taproot-assets/pull/1677):
60+
`experimental.rfq.sendpricehint` controls whether a price hint is queried
61+
from the local price oracle and sent to the peer when requesting a price
62+
quote (opt-in, default `false`). `experimental.rfq.priceoraclesendpeerid`
63+
controls whether the peer's identity public key is sent to the local price
64+
oracle when querying asset price rates.
65+
5766
## RPC Additions
5867

5968
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
@@ -66,6 +75,7 @@
6675
[API
6776
docs](https://lightning.engineering/api-docs/api/taproot-assets/price-oracle/query-asset-rates/#priceoraclerpcintent)
6877
for more information on the different values and their meaning.
78+
6979
- The `SendPayment`, `AddInvoice` and `DecodeAssetPayReq` RPCs now have a [new
7080
`price_oracle_metadata` field the user can specify to send additional metadata
7181
to a price oracle](https://github.com/lightninglabs/taproot-assets/pull/1677)

0 commit comments

Comments
 (0)