Skip to content

Commit 77cad42

Browse files
committed
docs: add release notes
1 parent fe6c5ea commit 77cad42

File tree

1 file changed

+16
-4
lines changed

1 file changed

+16
-4
lines changed

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

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
- [An integration test flake was
2727
fixed](https://github.com/lightninglabs/taproot-assets/pull/1651).
2828

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
3131
to list eligible coins: unable to query commitments: mismatch of managed utxo
3232
and constructed tap commitment root` error when sending assets.
3333
The [PR that fixed the two
@@ -101,6 +101,18 @@
101101
controls whether the peer's identity public key is sent to the local price
102102
oracle when querying asset price rates.
103103

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+
104116
## RPC Additions
105117

106118
- The [price oracle RPC calls now have an intent, optional peer ID and metadata
@@ -123,14 +135,14 @@
123135
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
124136
`MintAsset` RPC message field from `universe_commitments` to
125137
`enable_supply_commitments`.
126-
- The `SubscribeSendEvents` RPC now supports [historical event replay of
138+
- The `SubscribeSendEvents` RPC now supports [historical event replay of
127139
completed sends with efficient database-level
128140
filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
129141
- [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
130142
that allows users to fetch the supply leaves of a universe supply commitment.
131143
This is useful for verification.
132144

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
134146
`ListBalances` RPC
135147
method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate
136148
that unconfirmed asset-related transactions don't count toward the balance.

0 commit comments

Comments
 (0)