Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 6, 2025

Bumps @hashgraph/sdk from 2.69.0 to 2.74.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.74.0

What's Changed

Enhancements

  • Extended amount field support across the SDK to accept BigNumber and bigint types in addition to existing Long and number types, ensuring consistent handling of large amounts throughout the codebase. #3394
  • Added support for latest Metro bundler by adding "react-native" to package.json's exports #3388
  • This moves the mirrorRestApiBaseUrl construction from the client to the MirrorNode class for better separation of concerns. Additional fix - port for the rest api is handled correctly for local dev environments. #3395
  • Added New gRPC web proxies for node 33 and node 34 #3384

Bug fixes

  • Fixed an issue where setMaxNodesPerTransaction() had no effect if called after a transaction was frozen. The setting is now applied correctly, allowing dApps and wallets to reduce redundant signing prompts when executing transactions. #3383

Full Changelog: hiero-ledger/hiero-sdk-js@v2.73.2...v2.74.0

v2.73.2

What's Changed

This release introduces improvements to how mirror network URLs are handled across the SDK. Specifically, it ensures that custom ports and schemes defined in client.mirrorNetwork are respected, and removes duplication of URL parsing logic. This change enhances compatibility with custom and non-standard network setups.

Enhancements

  • Introduced a new Client.mirrorRestApiBaseUrl getter that exposes the full Mirror Node REST API base URL, including scheme and port.
  • Updated AccountId.populateAccountEvmAddress and AccountId.populateAccountNum to use mirrorRestApiBaseUrl for constructing request URLs, removing string slicing logic.

Bug Fixes

  • Fixed an issue in MirrorNodeContractQuery where the port was incorrectly overridden to 8545 when connecting to custom networks.

Full Changelog: hiero-ledger/hiero-sdk-js@v2.73.1...v2.73.2

v2.73.1

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.73.0...v2.73.1

v2.73.1-beta.1

What's Changed

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.74.0

Fixed

  • Fixed an issue where setMaxNodesPerTransaction() had no effect if called after a transaction was frozen. The setting is now applied correctly, allowing dApps and wallets to reduce redundant signing prompts when executing transactions. #3383

Added

  • Extended amount field support across the SDK to accept BigNumber and bigint types in addition to existing Long and number types, ensuring consistent handling of large amounts throughout the codebase. #3394
  • Added support for latest Metro bundler by adding "react-native" to package.json's exports #3388

Changed

  • This moves the mirrorRestApiBaseUrl construction from the client to the MirrorNode class for better separation of concerns. Additional fix - port for the rest api is handled correctly for local dev environments. #3395
  • Added New gRPC web proxies for node 33 and node 34#3384

v2.73.2

Added

  • Introduced Client.mirrorRestApiBaseUrl getter to provide the full Mirror Node REST API base URL, including scheme and port. #3376

Changed

  • Updated AccountId.populateAccountEvmAddress, AccountId.populateAccountNum MirrorNodeContractQuery to construct URLs using mirrorRestApiBaseUrl instead of manually parsing strings. #3376

Fixed

  • Resolved an issue in MirrorNodeContractQuery where the port was incorrectly overridden to 8545 for custom network configurations. #3376

v2.73.1

Added

  • Added negative NodeId check in the NodeUpdateTransaction and NodeDeleteTransaction
  • Updated NodeDeleteTransaction and NodeUpdateTransaction to transform the input always to Long

Changed

  • Pin all dependency versions in the SDK package/proto package/cryptography

v2.72.0

Added

  • Validation for negative gas in ContractExecuteTransaction, ensuring safer transaction execution. #3317
  • Support for CustomFee in scheduled transaction body, enabling more flexible fee structures in scheduled transactions. #3254

v2.71.0

Added

  • Async client initialization support for WebClient to allow fetching the latest address book during setup:
    • WebClient.forMainnetAsync()

... (truncated)

Commits
  • 6498cee chore(release): v2.74.0 (#3410)
  • 1b35118 feat: add new grpc web proxies (#3384)
  • ce443d1 fix: Update SDK to work with latest Expo version (#3388)
  • 2d54ed2 refactor: move mirror rest api getter logic to mirror network (#3395)
  • 194b121 chore(deps-dev): bump chromedriver from 138.0.0 to 139.0.3 (#3321)
  • 71643bc feat: extend amount with bigint and bn types (#3394)
  • 559db5e chore(deps): bump actions/setup-node from 4.4.0 to 5.0.0 (#3341)
  • 02e96ce chore(deps): bump renovatebot/github-action from 43.0.9 to 43.0.10 (#3336)
  • 1f709d1 chore(deps): bump ncipollo/release-action from 1.18.0 to 1.20.0 (#3340)
  • b2b4913 chore(deps): bump step-security/conventional-pr-title-action from 3.2.3 to 3....
  • Additional commits viewable in compare view

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 Oct 6, 2025
@dependabot dependabot bot requested review from a team as code owners October 6, 2025 19:51
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 6, 2025
@dependabot dependabot bot requested a review from natanasow October 6, 2025 19:51
@dependabot dependabot bot added the javascript Pull requests that update Javascript code label Oct 6, 2025
simzzz
simzzz previously approved these changes Oct 10, 2025
Bumps [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) from 2.69.0 to 2.74.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.69.0...v2.74.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/tools/whbar-hardhat-example/hashgraph/sdk-2.74.0 branch from 6f16787 to d93adfd Compare October 17, 2025 18:57
Copy link

codecov bot commented Oct 17, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.

❌ Your project check has failed because the head coverage (65.17%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage.

❗ There is a different number of reports uploaded between BASE (e0b7438) and HEAD (d93adfd). Click for more details.

HEAD has 5 uploads less than BASE
Flag BASE (e0b7438) HEAD (d93adfd)
2 1
config-service 1 0
relay 1 0
server 1 0
ws-server 1 0
@@             Coverage Diff             @@
##             main    #4452       +/-   ##
===========================================
- Coverage   94.08%   65.17%   -28.91%     
===========================================
  Files         121      121               
  Lines       19946    19946               
  Branches     1690      404     -1286     
===========================================
- Hits        18766    13000     -5766     
- Misses       1143     6938     +5795     
+ Partials       37        8       -29     
Flag Coverage Δ
config-service ?
relay ?
server ?
ws-server ?

Flags with carried forward coverage won't be shown. Click here to find out more.
see 71 files 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.

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