mirror of
https://github.com/Xahau/xahau.js.git
synced 2026-06-28 04:56:52 +00:00
Compare commits
1 Commits
xahau-bina
...
xahau-bina
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
94751fc4bc |
2
.github/workflows/nodejs.yml
vendored
2
.github/workflows/nodejs.yml
vendored
@@ -4,7 +4,7 @@
|
|||||||
name: Node.js CI
|
name: Node.js CI
|
||||||
|
|
||||||
env:
|
env:
|
||||||
XAHAUD_VERSION: 2026.6.16-dev+3330
|
XAHAUD_VERSION: 2026.6.21-release+3350
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
|
|||||||
6
package-lock.json
generated
6
package-lock.json
generated
@@ -16048,7 +16048,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/xahau": {
|
"packages/xahau": {
|
||||||
"version": "4.1.0-alpha.0",
|
"version": "4.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@scure/bip32": "^1.3.1",
|
"@scure/bip32": "^1.3.1",
|
||||||
@@ -16058,7 +16058,7 @@
|
|||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"xahau-address-codec": "^5.0.0",
|
"xahau-address-codec": "^5.0.0",
|
||||||
"xahau-binary-codec": "^2.2.0-alpha.0",
|
"xahau-binary-codec": "^2.2.0",
|
||||||
"xahau-keypairs": "^2.0.0"
|
"xahau-keypairs": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
@@ -16091,7 +16091,7 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"packages/xahau-binary-codec": {
|
"packages/xahau-binary-codec": {
|
||||||
"version": "2.2.0-alpha.0",
|
"version": "2.2.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@xrplf/isomorphic": "^1.0.1",
|
"@xrplf/isomorphic": "^1.0.1",
|
||||||
|
|||||||
@@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 2.1.0 (2026-06-23)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Support for the Price Oracles amendment (XLS-47).
|
* Support for the Price Oracles amendment (XLS-47).
|
||||||
|
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xahau-binary-codec",
|
"name": "xahau-binary-codec",
|
||||||
"version": "2.2.0-alpha.0",
|
"version": "2.2.0",
|
||||||
"description": "Xahau Network binary codec",
|
"description": "Xahau Network binary codec",
|
||||||
"files": [
|
"files": [
|
||||||
"dist/*",
|
"dist/*",
|
||||||
|
|||||||
@@ -1,9 +1,9 @@
|
|||||||
# xrpl.js Release History
|
# xahau.js Release History
|
||||||
|
|
||||||
Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xrpl-announce) for release announcements. We recommend that xrpl.js (ripple-lib) users stay up-to-date with the latest stable release.
|
|
||||||
|
|
||||||
## Unreleased Changes
|
## Unreleased Changes
|
||||||
|
|
||||||
|
## 4.1.0 (2026-06-23)
|
||||||
|
|
||||||
### Added
|
### Added
|
||||||
* Support for HookOnV2 Amendment
|
* Support for HookOnV2 Amendment
|
||||||
* Support for IOUClaimReward Amendment
|
* Support for IOUClaimReward Amendment
|
||||||
|
|||||||
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "xahau",
|
"name": "xahau",
|
||||||
"version": "4.1.0-alpha.0",
|
"version": "4.1.0",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
"description": "A TypeScript/JavaScript API for interacting with the Xahau Network in Node.js and the browser",
|
"description": "A TypeScript/JavaScript API for interacting with the Xahau Network in Node.js and the browser",
|
||||||
"files": [
|
"files": [
|
||||||
@@ -29,7 +29,7 @@
|
|||||||
"bignumber.js": "^9.0.0",
|
"bignumber.js": "^9.0.0",
|
||||||
"eventemitter3": "^5.0.1",
|
"eventemitter3": "^5.0.1",
|
||||||
"xahau-address-codec": "^5.0.0",
|
"xahau-address-codec": "^5.0.0",
|
||||||
"xahau-binary-codec": "^2.2.0-alpha.0",
|
"xahau-binary-codec": "^2.2.0",
|
||||||
"xahau-keypairs": "^2.0.0"
|
"xahau-keypairs": "^2.0.0"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|||||||
Reference in New Issue
Block a user