You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/xrpl/HISTORY.md
+2
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
12
12
*`OracleSet` transaction accepts hexadecimal string values for `AssetPrice` field
13
13
*`TransactionStream` model includes `hash` field in APIv2
14
14
*`TransactionStream` model includes `close_time_iso` field only for APIv2
15
+
* Adds `MPTCurrency` type
15
16
16
17
## 4.2.0 (2025-2-13)
17
18
@@ -41,6 +42,7 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
41
42
*`TransactionStream` model supports APIv2
42
43
*`TransactionStream` model includes `close_time_iso` field
43
44
*`Ledger` model includes `close_time_iso` field
45
+
* Remove hard-coded reference to 10 drops as the reference transaction cost. Ensure tests passed for all transaction fee scenarios and `AMMCreate` transaction fee calculation is correct in case `owner_reserve` increases.
0 commit comments