Skip to content

Commit 5623f39

Browse files
committed
docs: add release notes
1 parent 9bcedab commit 5623f39

File tree

2 files changed

+22
-9
lines changed

2 files changed

+22
-9
lines changed

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

Lines changed: 10 additions & 9 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
@@ -36,7 +36,7 @@
3636
tombstone outputs on a full-value send (by using interactive transfers for V2
3737
addresses).
3838

39-
- [Updated](https://github.com/lightninglabs/taproot-assets/pull/1774)
39+
- [Updated](https://github.com/lightninglabs/taproot-assets/pull/1774)
4040
`BuyOrderRequest` and `SellOrderRequest` proto docs to mark `peer_pub_key` as
4141
required. Previously, the field was incorrectly documented as optional.
4242
This change corrects the documentation to match the current implementation.
@@ -171,20 +171,21 @@
171171
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
172172
`MintAsset` RPC message field from `universe_commitments` to
173173
`enable_supply_commitments`.
174+
174175
- [Enhanced RFQ accepted quote messages with asset identification fields](https://github.com/lightninglabs/taproot-assets/pull/1805):
175176
The `PeerAcceptedBuyQuote` and `PeerAcceptedSellQuote` proto messages
176177
now include asset ID and asset group pub key fields (via the `AssetSpecBytes`
177178
message), allowing clients to directly associate quotes with their
178179
corresponding assets without manual tracking.
179180

180-
- The `SubscribeSendEvents` RPC now supports [historical event replay of
181+
- The `SubscribeSendEvents` RPC now supports [historical event replay of
181182
completed sends with efficient database-level
182183
filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
183184
- [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
184185
that allows users to fetch the supply leaves of a universe supply commitment.
185186
This is useful for verification.
186187

187-
- A [new field `unconfirmed_transfers` was added to the response of the
188+
- A [new field `unconfirmed_transfers` was added to the response of the
188189
`ListBalances` RPC
189190
method](https://github.com/lightninglabs/taproot-assets/pull/1691) to indicate
190191
that unconfirmed asset-related transactions don't count toward the balance.
@@ -196,9 +197,9 @@
196197
- The `AddrReceives` RPC now supports timestamp filtering with
197198
[new `StartTimestamp` and `EndTimestamp` fields](https://github.com/lightninglabs/taproot-assets/pull/1794).
198199

199-
- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829)
200-
is now accessible without authentication when the universe server is
201-
configured with public read access. This matches the behavior of the
200+
- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829)
201+
is now accessible without authentication when the universe server is
202+
configured with public read access. This matches the behavior of the
202203
existing FetchSupplyCommit RPC endpoint.
203204

204205
- [PR#1839](https://github.com/lightninglabs/taproot-assets/pull/1839) The
@@ -231,7 +232,7 @@
231232
includes unset and zero-valued proto fields (e.g. transaction output indexes).
232233
This ensures consistent output shape across all proto messages.
233234

234-
- The `tapcli addrs receives` command now supports
235+
- The `tapcli addrs receives` command now supports
235236
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).
236237

237238
- The `tapcli addrs receives` command now has new flags `--limit`, `--offset` and

docs/release-notes/release-notes-0.8.0.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,18 @@
3434

3535
## RPC Updates
3636

37+
- [TLS connections with price oracles will now be constructed by
38+
default](https://github.com/lightninglabs/taproot-assets/pull/1775), using
39+
the operating system's root CA list for certificate verification.
40+
`experimental.rfq.priceoracletls` (default `true`) can be set to `false`
41+
to disable TLS entirely. For certificate-level configuration,
42+
`experimental.rfq.priceoracletlsnosystemcas` (default `false`) can be set
43+
to `true` to disable use of the OS's root CA list, and
44+
`experimental.rfq.priceoracletlscertpath` allows a custom (root CA or
45+
self-signed) certificate to be used.
46+
`experimental.rfq.priceoracletlsinsecure` can be used to skip certificate
47+
verification (default `false`).
48+
3749
- [PR#1841](https://github.com/lightninglabs/taproot-assets/pull/1841): Remove
3850
the defaultMacaroonWhitelist map and inline its entries directly
3951
into the conditional logic within MacaroonWhitelist. This ensures that

0 commit comments

Comments
 (0)