Skip to content

Comments

build(deps): bump @hashgraph/sdk from 2.75.0 to 2.78.0 in /dapp-example#4664

Open
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/dapp-example/hashgraph/sdk-2.78.0
Open

build(deps): bump @hashgraph/sdk from 2.75.0 to 2.78.0 in /dapp-example#4664
dependabot[bot] wants to merge 2 commits intomainfrom
dependabot/npm_and_yarn/dapp-example/hashgraph/sdk-2.78.0

Conversation

@dependabot
Copy link
Contributor

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

Bumps @hashgraph/sdk from 2.75.0 to 2.78.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.78.0

What's Changed

This release introduces improved network resilience and reliability within the SDK through an enhanced retry mechanism and corrected React Native polyfills. These updates ensure smoother transaction execution, automatic network correction, and consistent behavior across environments.

Enhancements

  • Retry mechanism when a transaction hits INVALID_NODE_ACCOUNT_ID that updates the network automatically in accordance to #53

Bug Fixes

  • Fix of the pollyfills for react native environment not being loaded correctly, causing No PRNG errors #3526

Full Changelog: hiero-ledger/hiero-sdk-js@v2.77.0...v2.78.0

v2.78.0-beta.3

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.77.0...v2.78.0-beta.3

v2.78.0-beta.2

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.78.0-beta.1...v2.78.0-beta.2

v2.78.0-beta.1

Full Changelog: hiero-ledger/hiero-sdk-js@v2.77.0...v2.78.0-beta.1

v2.77.0

This release introduces client-level timeout controls and significant improvements to the WebClient and AddressBookQuery behavior in the Hiero JavaScript SDK. These updates improve consistency across SDKs, enhance reliability in web environments, and ensure better handling of network and timeout conditions.

Enhancements

  • Client-level Timeout Controls
    Introduced new client-level timeout configurations to align behavior with other SDKs and improve network resilience:
    • Client.grpcDeadline (ms):
      New per-RPC default deadline with setGrpcDeadline(int) / getGrpcDeadline().
      Default: 10,000 ms.
      Used during warmup and as a fallback when a Transaction doesn’t set its own deadline.

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

2.78.0

Added

  • Retry mechanism when a transaction hits INVALID_NODE_ACCOUNT_ID that updates the network automatically in accordance to #53

Fixed

  • Fix of the pollyfills for react native environment not being loaded correctly, causing No PRNG errors #3526

v2.78.0-beta.2

Changed

v2.77.0

Fixed

  • Resolved an issue where the mirror network was not correctly set in the client state when using WebClient.forMirrorNetwork in web environments. #3510
  • Fixed a bug preventing AddressBookQuery from executing when the Client class had an empty network state. #3510
  • Corrected a model definition issue where a property of the Node model was not marked as optional. #3510

v2.76.0

Added

  • Added New gRPC web proxy for node 32. #3482

Fixed

  • Restored backward compatibility for custom network configurations in the web environment that include a URL scheme (e.g., https://node00.swirldslabs.com:443). The SDK now normalizes these endpoints internally to the expected host:port format to prevent breaking existing integrations. A deprecation warning is logged to encourage migration to the correct format.#3480

Deprecated

  • Endpoints with URL schemes (http:// or https://) are now deprecated. While still accepted for backward compatibility, developers should update their configurations to use the documented host:port format (e.g., node00.swirldslabs.com:443). Support for scheme-prefixed endpoints will be removed in a future release.#3480
Commits

Dependabot compatibility score

You can trigger a rebase of this PR 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)

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
@dependabot dependabot bot requested review from a team as code owners December 1, 2025 22:20
@dependabot dependabot bot requested a review from acuarica December 1, 2025 22:20
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Dec 1, 2025
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dapp-example/hashgraph/sdk-2.78.0 branch from 3edc591 to f4a4737 Compare December 8, 2025 19:23
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/dapp-example/hashgraph/sdk-2.78.0 branch from f4a4737 to 2bab195 Compare December 17, 2025 17:16
@quiet-node quiet-node self-assigned this Dec 18, 2025
@quiet-node quiet-node added this to the 0.75.0 milestone Dec 18, 2025
dependabot bot and others added 2 commits December 18, 2025 11:38
Bumps [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) from 2.75.0 to 2.78.0.
- [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.75.0...v2.78.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: Logan Nguyen <logan.nguyen@swirldslabs.com>
@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/dapp-example/hashgraph/sdk-2.78.0 branch from 2bab195 to 7dbc583 Compare December 18, 2025 18:19
@github-actions
Copy link

github-actions bot commented Dec 18, 2025

Test Results

 20 files  ±0  279 suites  ±0   22m 38s ⏱️ -7s
812 tests ±0  807 ✅  - 1  4 💤 ±0  1 ❌ +1 
828 runs  ±0  823 ✅  - 1  4 💤 ±0  1 ❌ +1 

For more details on these failures, see this check.

Results for commit 7dbc583. ± Comparison against base commit c634520.

♻️ This comment has been updated with latest results.

@quiet-node quiet-node removed their assignment Dec 19, 2025
@codecov
Copy link

codecov bot commented Jan 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

@@            Coverage Diff             @@
##             main    #4664      +/-   ##
==========================================
- Coverage   95.88%   95.87%   -0.02%     
==========================================
  Files         137      137              
  Lines       21451    21451              
  Branches     1725     1725              
==========================================
- Hits        20569    20566       -3     
- Misses        864      867       +3     
  Partials       18       18              
Flag Coverage Δ
config-service 98.85% <ø> (ø)
relay 92.81% <ø> (ø)
server 88.99% <ø> (ø)
ws-server 97.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.
see 1 file with indirect coverage changes

🚀 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.

@simzzz simzzz modified the milestones: 0.75.0, 0.76.0 Feb 16, 2026
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.

2 participants