Skip to content

Commit 1c28bc7

Browse files
slurpyoneSlurpy Bot
authored andcommitted
chore: bump xrpl to v5.0.0 for breaking change release
1 parent c0cf1e8 commit 1c28bc7

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

packages/xrpl/HISTORY.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Subscribe to [the **xrpl-announce** mailing list](https://groups.google.com/g/xr
77
### Added
88
* Add new fields to `ServerDefinitionsResponse`: `ACCOUNT_SET_FLAGS`, `LEDGER_ENTRY_FLAGS`, `LEDGER_ENTRY_FORMATS`, `TRANSACTION_FLAGS`, and `TRANSACTION_FORMATS`, reflecting new sections returned by `server_definitions` in rippled.
99

10+
## 5.0.0 (2026-03-19)
11+
12+
### Breaking Changes
13+
* Replace deprecated `convertStringToHex` and `convertHexToString` functions with modern equivalents `stringToHex` and `hexToString`. The new functions are imported from `@xrplf/isomorphic/utils`. While the old function names remain re-exported from the xrpl package for backward compatibility, they are deprecated and will be removed in a future major version. Direct usage throughout the codebase has been updated to use the new function names.
14+
1015
## 4.6.0 (2026-02-12)
1116

1217
### Added

packages/xrpl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "xrpl",
3-
"version": "4.6.0",
3+
"version": "5.0.0",
44
"license": "ISC",
55
"description": "A TypeScript/JavaScript API for interacting with the XRP Ledger in Node.js and the browser",
66
"files": [

0 commit comments

Comments
 (0)