Skip to content

chore(deps): bump @hiero-ledger/sdk from 2.78.0 to 2.80.0#5684

Open
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/hiero-ledger/sdk-2.80.0
Open

chore(deps): bump @hiero-ledger/sdk from 2.78.0 to 2.80.0#5684
dependabot[bot] wants to merge 1 commit intodevelopfrom
dependabot/npm_and_yarn/develop/hiero-ledger/sdk-2.80.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 2, 2026

Bumps @hiero-ledger/sdk from 2.78.0 to 2.80.0.

Release notes

Sourced from @​hiero-ledger/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 @​hiero-ledger/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 @​hiero-ledger/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)

Bumps [@hiero-ledger/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: "@hiero-ledger/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 added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@dependabot dependabot bot requested review from a team as code owners February 2, 2026 08:51
@dependabot dependabot bot requested a review from andrewb1269 February 2, 2026 08:51
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Feb 2, 2026
@dependabot dependabot bot requested a review from kpachhai February 2, 2026 08:51
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