Skip to content

Commit fe806e8

Browse files
committed
docs: add release notes
1 parent 2984546 commit fe806e8

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.
@@ -179,20 +179,21 @@
179179
- [Rename](https://github.com/lightninglabs/taproot-assets/pull/1682) the
180180
`MintAsset` RPC message field from `universe_commitments` to
181181
`enable_supply_commitments`.
182+
182183
- [Enhanced RFQ accepted quote messages with asset identification fields](https://github.com/lightninglabs/taproot-assets/pull/1805):
183184
The `PeerAcceptedBuyQuote` and `PeerAcceptedSellQuote` proto messages
184185
now include asset ID and asset group pub key fields (via the `AssetSpecBytes`
185186
message), allowing clients to directly associate quotes with their
186187
corresponding assets without manual tracking.
187188

188-
- The `SubscribeSendEvents` RPC now supports [historical event replay of
189+
- The `SubscribeSendEvents` RPC now supports [historical event replay of
189190
completed sends with efficient database-level
190191
filtering](https://github.com/lightninglabs/taproot-assets/pull/1685).
191192
- [Add universe RPC endpoint FetchSupplyLeaves](https://github.com/lightninglabs/taproot-assets/pull/1693)
192193
that allows users to fetch the supply leaves of a universe supply commitment.
193194
This is useful for verification.
194195

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

207-
- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829)
208-
is now accessible without authentication when the universe server is
209-
configured with public read access. This matches the behavior of the
208+
- The [FetchSupplyLeaves RPC endpoint](https://github.com/lightninglabs/taproot-assets/pull/1829)
209+
is now accessible without authentication when the universe server is
210+
configured with public read access. This matches the behavior of the
210211
existing FetchSupplyCommit RPC endpoint.
211212

212213
- [PR#1839](https://github.com/lightninglabs/taproot-assets/pull/1839) The
@@ -239,7 +240,7 @@
239240
includes unset and zero-valued proto fields (e.g. transaction output indexes).
240241
This ensures consistent output shape across all proto messages.
241242

242-
- The `tapcli addrs receives` command now supports
243+
- The `tapcli addrs receives` command now supports
243244
[new `--start_timestamp` and `--end_timestamp` flags](https://github.com/lightninglabs/taproot-assets/pull/1794).
244245

245246
- 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)