Skip to content

Conversation

@dependabot
Copy link
Contributor

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

Bumps @hashgraph/sdk from 2.69.0 to 2.75.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.75.0

What's Changed

Bug Fixes

  • Fixed pagination issue in AddressBookQuery for web environments where only the first page of nodes from the Mirror Node API was being retrieved instead of all available pages. #3421

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

Fixed

  • Fixed pagination issue in AddressBookQuery for web environments where only the first page of nodes from the Mirror Node API was being retrieved instead of all available pages. #3421

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

... (truncated)

Commits
  • 9fae591 chore(release): v2.75.0 (#3457)
  • d1fe01d feat(TCK): add EthereumTransaction endpoint (#3446)
  • 3adc169 chore(deps-dev): bump chromedriver from 139.0.3 to 141.0.0 in /packages/crypt...
  • fc113e7 chore(deps-dev): bump geckodriver from 5.0.0 to 6.0.2 in /packages/cryptograp...
  • 3a61542 chore(deps): bump renovatebot/github-action from 43.0.14 to 43.0.17 (#3448)
  • dd6ced7 fix: fetch all nodes from addressbook (#3421)
  • e849bbf chore(deps-dev): bump vite from 6.1.6 to 6.3.6 (#3350)
  • 784e3f5 chore(deps): bump expo from 53.0.4 to 54.0.11 in /examples/react-native-examp...
  • 9d937eb chore(deps-dev): bump eslint-plugin-jsdoc from 54.1.1 to 60.6.0 in /packages/...
  • a705236 chore(deps-dev): bump jsdom from 26.0.0 to 27.0.0 (#3404)
  • 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)

Bumps [@hashgraph/sdk](https://github.com/hiero-ledger/hiero-sdk-js) from 2.69.0 to 2.75.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.75.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.75.0
  dependency-type: direct:development
  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 Oct 20, 2025
@dependabot dependabot bot requested review from a team as code owners October 20, 2025 19:56
@dependabot dependabot bot requested a review from konstantinabl October 20, 2025 19:56
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Oct 20, 2025
@quiet-node quiet-node self-assigned this Oct 23, 2025
@quiet-node quiet-node added this to the 0.73.0 milestone Oct 23, 2025
@quiet-node quiet-node merged commit 05daac8 into main Oct 24, 2025
135 of 148 checks passed
@quiet-node quiet-node deleted the dependabot/npm_and_yarn/tools/hedera-crosschain-bridge/hashgraph/sdk-2.75.0 branch October 24, 2025 15:13
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