|
26 | 26 | - [An integration test flake was |
27 | 27 | fixed](https://github.com/lightninglabs/taproot-assets/pull/1651). |
28 | 28 |
|
29 | | -- Fixed two send related bugs that would lead to either a `invalid transfer |
30 | | - asset witness` or `unable to fund address send: error funding packet: unable |
| 29 | +- Fixed two send related bugs that would lead to either a `invalid transfer |
| 30 | + asset witness` or `unable to fund address send: error funding packet: unable |
31 | 31 | to list eligible coins: unable to query commitments: mismatch of managed utxo |
32 | 32 | and constructed tap commitment root` error when sending assets. |
33 | 33 | The [PR that fixed the two |
|
101 | 101 | controls whether the peer's identity public key is sent to the local price |
102 | 102 | oracle when querying asset price rates. |
103 | 103 |
|
| 104 | +- [TLS connections with price oracles will now be constructed by |
| 105 | + default](https://github.com/lightninglabs/taproot-assets/pull/1775), using |
| 106 | + the operating system's root CA list for certificate verification. |
| 107 | + `experimental.rfq.priceoracletls` (default `true`) can be set to `false` |
| 108 | + to disable TLS entirely. For certificate-level configuration, |
| 109 | + `experimental.rfq.priceoracletlsnosystemcas` (default `false`) can be set |
| 110 | + to `true` to disable use of the OS's root CA list, and |
| 111 | + `experimental.rfq.priceoracletlscertpath` allows a custom (root CA or |
| 112 | + self-signed) certificate to be used. |
| 113 | + `experimental.rfq.priceoracletlsinsecure` can be used to skip certificate |
| 114 | + verification (default `false`). |
| 115 | + |
104 | 116 | ## RPC Additions |
105 | 117 |
|
106 | 118 | - The [price oracle RPC calls now have an intent, optional peer ID and metadata |
|
123 | 135 | - [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the |
124 | 136 | `MintAsset` RPC message field from `universe_commitments` to |
125 | 137 | `enable_supply_commitments`. |
126 | | -- The `SubscribeSendEvents` RPC now supports [historical event replay of |
| 138 | +- The `SubscribeSendEvents` RPC now supports [historical event replay of |
127 | 139 | completed sends with efficient database-level |
128 | 140 | filtering](https://github.com/lightninglabs/taproot-assets/pull/1685). |
129 | 141 | - [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693) |
130 | 142 | that allows users to fetch the supply leaves of a universe supply commitment. |
131 | 143 | This is useful for verification. |
132 | 144 |
|
133 | | -- A [new field `unconfirmed_transfers` was added to the response of the |
| 145 | +- A [new field `unconfirmed_transfers` was added to the response of the |
134 | 146 | `ListBalances` RPC |
135 | 147 | method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate |
136 | 148 | that unconfirmed asset-related transactions don't count toward the balance. |
|
0 commit comments