mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-11-12 08:35:48 +00:00
4.2.0 release (#2896)
* update HISTORY * update package versions * fix version
This commit is contained in:
6
package-lock.json
generated
6
package-lock.json
generated
@@ -14507,7 +14507,7 @@
|
||||
}
|
||||
},
|
||||
"packages/ripple-binary-codec": {
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@xrplf/isomorphic": "^1.0.1",
|
||||
@@ -14540,7 +14540,7 @@
|
||||
}
|
||||
},
|
||||
"packages/xrpl": {
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@scure/bip32": "^1.3.1",
|
||||
@@ -14550,7 +14550,7 @@
|
||||
"bignumber.js": "^9.0.0",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"ripple-address-codec": "^5.0.0",
|
||||
"ripple-binary-codec": "^2.2.0",
|
||||
"ripple-binary-codec": "^2.3.0",
|
||||
"ripple-keypairs": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
@@ -2,8 +2,11 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 2.3.0 (2025-2-13)
|
||||
|
||||
### Added
|
||||
* Support for the AMMClawback amendment (XLS-73)
|
||||
* Support for the Permissioned Domains amendment (XLS-80).
|
||||
|
||||
## 2.2.0 (2024-12-23)
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "ripple-binary-codec",
|
||||
"version": "2.2.0",
|
||||
"version": "2.3.0",
|
||||
"description": "XRP Ledger binary codec",
|
||||
"files": [
|
||||
"dist/*",
|
||||
|
||||
@@ -4,10 +4,12 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 4.2.0 (2025-2-13)
|
||||
|
||||
### Added
|
||||
* Support for the AMMClawback amendment (XLS-73)
|
||||
* Adds utility function `convertTxFlagsToNumber`
|
||||
* Implementation of XLS-80d PermissionedDomain feature.
|
||||
* Support for the Permissioned Domains amendment (XLS-80).
|
||||
* Support for the `simulate` RPC ([XLS-69](https://github.com/XRPLF/XRPL-Standards/tree/master/XLS-0069-simulate))
|
||||
* Support for XLS-77d Deep-Freeze amendment
|
||||
|
||||
@@ -17,7 +19,6 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
|
||||
### Fixed
|
||||
* Include `network_id` field in the `server_state` response interface.
|
||||
|
||||
|
||||
## 4.1.0 (2024-12-23)
|
||||
|
||||
### Added
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xrpl",
|
||||
"version": "4.1.0",
|
||||
"version": "4.2.0",
|
||||
"license": "ISC",
|
||||
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
||||
"files": [
|
||||
@@ -29,7 +29,7 @@
|
||||
"bignumber.js": "^9.0.0",
|
||||
"eventemitter3": "^5.0.1",
|
||||
"ripple-address-codec": "^5.0.0",
|
||||
"ripple-binary-codec": "^2.2.0",
|
||||
"ripple-binary-codec": "^2.3.0",
|
||||
"ripple-keypairs": "^2.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user