Skip to content

Commit 3f335ff

Browse files
committed
Merge remote-tracking branch 'origin/main' into connection-parse-error
2 parents b39c219 + 0a20504 commit 3f335ff

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
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/ripple-binary-codec/HISTORY.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,12 @@
22

33
## Unreleased
44

5-
### Fixed
5+
## 2.7.0 (2026-02-12)
6+
7+
### Added
68
* Add `Int32` serialized type.
9+
10+
### Fixed
711
* Fix STNumber serialization logic to work with large mantissa scale [10^18, 10^19-1].
812
* Error if a decimal is passed into a `UInt`-typed field.
913

packages/ripple-binary-codec/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ripple-binary-codec",
3-
"version": "2.6.0",
3+
"version": "2.7.0",
44
"description": "XRP Ledger binary codec",
55
"files": [
66
"dist/*",

0 commit comments

Comments
 (0)