Skip to content

Conversation

@dependabot
Copy link

@dependabot dependabot bot commented on behalf of github Dec 15, 2025

Bumps @bsv/sdk from 1.7.4 to 1.9.24.

Changelog

Sourced from @​bsv/sdk's changelog.

[1.9.24] - 2025-12-09

Fixed

  • Addressed TOB-20: clarified and corrected byte-order helper behavior in Hash.ts.
    • The original htonl() implementation (a byte-swap) is now formally exposed as swapBytes32() for clarity.
    • Introduced realHtonl(), which applies true host-to-network conversion based on runtime endianness.
    • Added isHostLittleEndian export to ensure deterministic behavior and allow complete test coverage.

Added

  • Comprehensive unit tests for swapBytes32(), realHtonl(), and all 32-bit edge cases, including simulated big-endian environments.

Security

  • TOB-20 remediation ensures byte-order correctness for PBKDF2, SHA-family padding, and any future code paths relying on word-level endian handling.

[1.9.23] - 2025-12-08

Fixed

  • Implemented strict infinity normalization for JacobianPoint, ensuring all infinity representations (null, "0", or BigNumber(0)) are treated canonically and compare equal (TOB-18).
  • Gracefully handle encoding of the point at infinity (TOB-19). Point.encode() now returns the SEC1-compliant 0x00 encoding instead of triggering internal assertions when coordinates are null.

Security

  • Addressed TOB-18 and TOB-19: eliminated assertion failures and ensured standards-compliant behavior for malformed or edge-case elliptic curve point objects.

[1.9.22] - 2025-12-04

Changed

  • Removed the export of DRBG from the package.
  • Added disclaimer to DRBG documentation.

[1.9.21] - 2025-12-04

... (truncated)

Commits

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [@bsv/sdk](https://github.com/bsv-blockchain/ts-sdk) from 1.7.4 to 1.9.24.
- [Changelog](https://github.com/bsv-blockchain/ts-sdk/blob/master/CHANGELOG.md)
- [Commits](https://github.com/bsv-blockchain/ts-sdk/commits/v1.9.24)

---
updated-dependencies:
- dependency-name: "@bsv/sdk"
  dependency-version: 1.9.24
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code labels Dec 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file javascript Pull requests that update javascript code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant