File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change 54
54
[ related PR] ( https://github.com/lightninglabs/taproot-assets/pull/1613 ) for
55
55
more info.
56
56
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
+
57
66
## RPC Additions
58
67
59
68
- The [ price oracle RPC calls now have an intent, optional peer ID and metadata
66
75
[ API
67
76
docs] ( https://lightning.engineering/api-docs/api/taproot-assets/price-oracle/query-asset-rates/#priceoraclerpcintent )
68
77
for more information on the different values and their meaning.
78
+
69
79
- The ` SendPayment ` , ` AddInvoice ` and ` DecodeAssetPayReq ` RPCs now have a [ new
70
80
` price_oracle_metadata ` field the user can specify to send additional metadata
71
81
to a price oracle] ( https://github.com/lightninglabs/taproot-assets/pull/1677 )
You can’t perform that action at this time.
0 commit comments