Skip to content

chore(deps): bump @hashgraph/sdk from 2.78.0 to 2.80.0#1211

Open
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hashgraph/sdk-2.80.0
Open

chore(deps): bump @hashgraph/sdk from 2.78.0 to 2.80.0#1211
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hashgraph/sdk-2.80.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 22, 2026

Bumps @hashgraph/sdk from 2.78.0 to 2.80.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.80.0

What's Changed

This release focuses on improving correctness and stability in time handling and node health management, addressing edge cases that could lead to incorrect date decoding and excessive node backoff under high concurrency.

Bug Fixes

  • 64-bit Timestamp Overflow: Fixed an issue where validStart and expirationTime (Unix seconds represented as 64-bit values) were incorrectly converted using Long.toInt(). For timestamps greater than 2^32−1 seconds (e.g., year 2125), this caused overflow and incorrect decoding (e.g., decoding as 1988). ExchangeRate and ExpirationTime now correctly preserve 64-bit values. #3641

  • Node Health Backoff Race Condition: Fixed a race condition in node health handling where concurrent failures could repeatedly increase backoff and mark a node unhealthy for an excessive duration. Backoff is now only increased when the node is healthy, preventing runaway backoff under high concurrency. #3647

Full Changelog: hiero-ledger/hiero-sdk-js@v2.79.0...v2.80.0

v2.80.0-beta.3

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.80.0-beta.2...v2.80.0-beta.3

v2.80.0-beta.2

What's Changed

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

2.80.0

Fixed

  • Fixed an integer overflow issue where validStart and expirationTime (Unix seconds stored as 64-bit values) were incorrectly converted using Long.toInt(), causing dates beyond 2^32−1 seconds (e.g., year 2125) to decode incorrectly (e.g., as 1988). ExchangeRate and ExpirationTime now correctly use 64-bit values. #3641
  • Resolved a race condition in node health handling where concurrent failures could repeatedly increase backoff and mark a node unhealthy for an excessive duration. Backoff is now only increased when the node is healthy, preventing runaway backoff under high concurrency. #3647

2.80.0-beta.1

Changed

  • Switched to pnpm workspaces for local development library linking, replacing the unsupported yalc. This improves maintainability and contributor development experience. (#3610)
  • Improved contributor experience by integrating solo as a development dependency with predefined start scripts and supporting documentation. (#3614)

2.79.0

Addded

  • Tests for HIP-1300

2.79.0-beta.13

Added

  • Support for Ethereum type 4 transaction (currently not supported in consensus node)

2.79.0-beta.12

Added

  • Updated publishing mechanism to support npmjs' new OIDC trusted publishers #3572
Commits
Maintainer changes

This version was pushed to npm by [GitHub Actions](https://www.npmjs.com/~GitHub Actions), a new releaser for @​hashgraph/sdk since your current version.


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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2026
@dependabot dependabot bot requested review from a team as code owners January 22, 2026 10:33
@dependabot dependabot bot requested a review from leninmehedy January 22, 2026 10:33
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 22, 2026
@github-actions
Copy link

github-actions bot commented Jan 22, 2026

Integration Test Results

23 tests    3 ✅  27s ⏱️
17 suites   0 💤
 1 files    20 ❌

For more details on these failures, see this check.

Results for commit 5ca87d7.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Jan 22, 2026

Unit Test Results

627 tests  ±0   627 ✅ ±0   36s ⏱️ ±0s
 62 suites ±0     0 💤 ±0 
  1 files   ±0     0 ❌ ±0 

Results for commit 5ca87d7. ± Comparison against base commit f435d03.

♻️ This comment has been updated with latest results.

Bumps [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) from 2.78.0 to 2.80.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.78.0...v2.80.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hashgraph/sdk-2.80.0 branch from 76f2805 to 5ca87d7 Compare January 30, 2026 08:36
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.

0 participants