Skip to content

chore: Bump @hashgraph/sdk from 2.64.5 to 2.65.1 in /test/cypress #1101

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 30, 2025

Bumps @hashgraph/sdk from 2.64.5 to 2.65.1.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.65.1

What's Changed

This release introduces robust support for external transaction signing via Hardware Security Modules (HSMs), enabling secure workflows for enterprise and regulated environments. It also includes several enhancements and bug fixes aimed at improving SDK reliability and developer experience.

Upgrading

For detailed guidance on implementing HSM-based signing and transaction size tracking, refer to the updated SDK documentation and examples provided.

Enhancements

  • HSM Support for External Signing:

    • Introduced SignableNodeTransactionBodyBytes to encapsulate nodeAccountId, transactionId, and canonical bodyBytes.
    • Added Transaction.signableNodeBodyBytesList() to return node-specific, signable transaction bytes for HSM workflows.
    • Enables secure external signing (e.g., via HSM or KMS) and injection of signatures back into the transaction.
      #3119

    Usage Example:

    const bytesList = transaction.signableNodeBodyBytesList;
    // Sign bytesList[i] externally and append signature back to the transaction
  • Key Type Detection Enhancement:

    • Added a utility library to determine key types.
    • Updated existing logic to use the centralized utility for consistent behavior.
      #3068
  • Transaction Size Tracking:

    • Introduced getters for transaction size, including support for chunked transactions such as FileAppendTransaction.
      #2961

Bug Fixes

  • Transaction Regression Fixes:
    • Resolved regressions in ContractCreateTransaction and TokenCreateTransaction.
      #3125

Documentation

  • Added usage documentation and examples for the HSM signing API.
    #3119
  • Documented local code coverage command to improve developer workflow.
    #3116

Full Changelog: hiero-ledger/hiero-sdk-js@v2.64.5...v2.65.0

Full Changelog: hiero-ledger/hiero-sdk-js@v2.64.5...v2.65.1

v2.65.0

What's Changed

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.65.1

Added

  • Support for external transaction signing via HSM:
    • Introduced SignableNodeTransactionBodyBytes to encapsulate nodeAccountId, transactionId, and canonical bodyBytes.
    • Added Transaction.signableNodeBodyBytesList() API to return node-specific, signable transaction bytes for HSM workflows, enabling secure external signing and signature injection.
    • Improves usability in enterprise and regulated environments. #3119
  • Test coverage for HSM-based signing added to the JavaScript SDK, including usage examples. #3119
  • Added a library to determine key type and updated relevant files to use the correct key type determination logic. #3068
  • Introduced transaction size getter for normal and chunked transactions. #2961

Fixed

  • Regressions in ContractCreateTransaction and TokenCreateTransaction resolved. #3125

Removed

  • Skipped batch transaction integration tests due to regressions. #3125

Documentation

  • Added usage instructions in an example for HSM-based signing in SDK. #3119
  • Local command introduced for checking code coverage without relying on remote results. #3116
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 [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) from 2.64.5 to 2.65.1.
- [Release notes](https://github.com/hiero-ledger/hiero-sdk-js/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.64.5...v2.65.1)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.65.1
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 30, 2025 09:59
@dependabot dependabot bot requested a review from georgi-l95 May 30, 2025 09:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 30, 2025
@lfdt-bot
Copy link

lfdt-bot commented May 30, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Copy link

codecov bot commented May 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1101   +/-   ##
=======================================
  Coverage        ?   60.11%           
=======================================
  Files           ?       29           
  Lines           ?     1246           
  Branches        ?      157           
=======================================
  Hits            ?      749           
  Misses          ?      471           
  Partials        ?       26           

Impacted file tree graph

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

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