File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 35
35
optimized sending to V2 TAP addresses by removing the need for creating
36
36
tombstone outputs on a full-value send (by using interactive transfers for V2
37
37
addresses).
38
+
38
39
- [ Updated] ( https://github.com/lightninglabs/taproot-assets/pull/1774 )
39
40
` BuyOrderRequest ` and ` SellOrderRequest ` proto docs to mark ` peer_pub_key ` as
40
41
required. Previously, the field was incorrectly documented as optional.
41
42
This change corrects the documentation to match the current implementation.
42
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
+
43
50
# New Features
44
51
45
52
## Functional Enhancements
You can’t perform that action at this time.
0 commit comments