Skip to content

Commit c061c01

Browse files
Merge pull request #911 from lightninglabs/docs-taproot-assets
Update taproot-assets documentation
2 parents 053c839 + c98d6be commit c061c01

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

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

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,17 @@
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)
40+
`BuyOrderRequest` and `SellOrderRequest` proto docs to mark `peer_pub_key` as
41+
required. Previously, the field was incorrectly documented as optional.
42+
This change corrects the documentation to match the current implementation.
43+
44+
- [Invoice tolerance calculations were fixed to properly account for per-HTLC
45+
conversion errors](https://github.com/lightninglabs/taproot-assets/pull/1673).
46+
This improves the accuracy of asset payment acceptance by correctly modeling
47+
rounding errors that accumulate when converting between asset units and
48+
millisatoshis across multiple HTLCs.
49+
3950
# New Features
4051

4152
## Functional Enhancements
@@ -53,6 +64,7 @@
5364
- https://github.com/lightninglabs/taproot-assets/pull/1554
5465
- https://github.com/lightninglabs/taproot-assets/pull/1587
5566
- https://github.com/lightninglabs/taproot-assets/pull/1716
67+
- https://github.com/lightninglabs/taproot-assets/pull/1675
5668

5769
- A new [address version 2 was introduced that supports grouped assets and
5870
custom (sender-defined)

0 commit comments

Comments
 (0)