Skip to content

Commit fef333f

Browse files
authored
update ripple-binary-codec to 2.5.1 (#3126)
* update version * update history
1 parent afd2a1e commit fef333f

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/xrpl/HISTORY.md

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

55
## Unreleased
66

7+
### Fixed
8+
* Update ripple-binary-codec to 2.5.1 to address serialization/deserialization issues in `Issue` serialized type for MPTIssue.
9+
710
## 4.4.3 (2025-11-07)
811

912
### Added

packages/xrpl/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.5.0",
32+
"ripple-binary-codec": "^2.5.1",
3333
"ripple-keypairs": "^2.0.0",
3434
"fast-json-stable-stringify": "^2.1.0"
3535
},

0 commit comments

Comments
 (0)