Skip to content

Commit 318a970

Browse files
Release 4.6.0: release-xrpl-4.6.0 → main (#3204)
update version Co-authored-by: Raj Patel <rajp@ripple.com>
1 parent 0a20504 commit 318a970

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/xrpl/HISTORY.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
44

55
## Unreleased
66

7+
## 4.6.0 (2026-02-12)
8+
79
### Added
810
* Add `faucetProtocol` (http or https) option to `fundWallet` method. Makes `fundWallet` work with locally running faucet servers.
911
* Add `signLoanSetByCounterparty` and `combineLoanSetCounterpartySigners` helper functions to sign and combine LoanSet transactions signed by the counterparty.

packages/xrpl/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xrpl",
3-
"version": "4.5.0",
3+
"version": "4.6.0",
44
"license": "ISC",
55
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
66
"files": [
@@ -29,7 +29,7 @@
2929
"bignumber.js": "^9.0.0",
3030
"eventemitter3": "^5.0.1",
3131
"ripple-address-codec": "^5.0.0",
32-
"ripple-binary-codec": "^2.6.0",
32+
"ripple-binary-codec": "^2.7.0",
3333
"ripple-keypairs": "^2.0.0",
3434
"fast-json-stable-stringify": "^2.1.0"
3535
},

0 commit comments

Comments
 (0)