mirror of
https://github.com/Xahau/xahau.js.git
synced 2025-12-06 17:27:59 +00:00
Release xrpl.js 2.7.0 (#2240)
This commit is contained in:
@@ -3,16 +3,19 @@
|
||||
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
|
||||
|
||||
## 2.7.0 (2023-03-08)
|
||||
|
||||
### Fixed
|
||||
* Code splitting improvements for lodash
|
||||
* Fixed missing reason code in websocket implemntation on websocket disconnect
|
||||
* Fixed missing reason code in websocket implementation on websocket disconnect
|
||||
* Fix timeout error in request manager
|
||||
* Improved typescript typing
|
||||
* Fixed empty value condition for NFTokenMinter field in AccountSet transaction
|
||||
* Renamed `lsfDisallowIncomingNFTOffer` and `asfDisallowIncomingNFTOffer` to `lsfDisallowIncomingNFTokenOffer` and `asfDisallowIncomingNFTokenOffer`
|
||||
|
||||
### Added
|
||||
- `getNFTokenID` lets you get the NFTokenID after minting an NFT
|
||||
* `getNFTokenID` lets you get the NFTokenID after minting an NFT
|
||||
* Support for `disallowIncoming` account set flags (e.g. `asfDisallowIncomingTrustline`)
|
||||
|
||||
|
||||
### Changed
|
||||
* All tests now use the Jest test runner and have been refactored for consistency across all packages
|
||||
@@ -29,7 +32,6 @@ Wallet.fromMmnemonic()
|
||||
|
||||
### Added
|
||||
* Optional custom amount field to `fundWallet`.
|
||||
* Support for `disallowIncoming` account set flags (e.g. `asfDisallowIncomingTrustline`)
|
||||
|
||||
### Changed
|
||||
* Add support for Transaction objects in `verifyTransaction`
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "xrpl",
|
||||
"version": "2.6.0",
|
||||
"version": "2.7.0",
|
||||
"license": "ISC",
|
||||
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
|
||||
"files": [
|
||||
@@ -27,9 +27,9 @@
|
||||
"bip39": "^3.0.4",
|
||||
"https-proxy-agent": "^5.0.0",
|
||||
"lodash": "^4.17.4",
|
||||
"ripple-address-codec": "^4.2.4",
|
||||
"ripple-binary-codec": "^1.4.2",
|
||||
"ripple-keypairs": "^1.1.4",
|
||||
"ripple-address-codec": "^4.2.5",
|
||||
"ripple-binary-codec": "^1.4.3",
|
||||
"ripple-keypairs": "^1.1.5",
|
||||
"ws": "^8.2.2"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
||||
Reference in New Issue
Block a user