Skip to content

build(deps-dev): Bump @hashgraph/sdk from 2.63.0 to 2.64.5 #1351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 14, 2025

Bumps @hashgraph/sdk from 2.63.0 to 2.64.5.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.64.5

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.64.4...v2.64.5

v2.64.3

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.64.2...v2.64.3

v2.64.0-beta.1

What's Changed

Full Changelog: hiero-ledger/hiero-sdk-js@v2.63.0...v2.64.0-beta.1

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.64.5

Added

  • Support for HIP-1064 Daily Rewards For Active Nodes https://hips.hedera.com/hip/hip-1064 This HIP proposes a reward mechanism that will incentivize nodes to remain active on the network. #3099
    • NodeCreateTransaction declineReward: whether the node declines rewards
    • NodeCreateTransaction setDeclineReward: update whether the node declines reward
  • Added the x-user-agent header to all gRPC calls to enable SDK version tracking, following the approach outlined in #3089
  • Included examples that demonstrate proper error handling in realistic, real-world scenarios, including how to manage network connectivity issues when interacting with a single node. #3064

v2.64.0-beta.1

Added

  • Support for HIP-551 Batch Transaction https://hips.hedera.com/hip/hip-551 It defines a mechanism to execute batch transactions such that a series of transactions (HAPI calls) depending on each other can be rolled into one transaction that passes the ACID test (atomicity, consistency, isolation, and durability). #3039
    • New BatchTransaction struct that has a list of innerTransactions and innerTransactionIds.
    • New batchKey field in Transaction class that must sign the BatchTransaction
    • New batchify method that sets the batch key and marks a transaction as part of a batch transaction (inner transaction). The transaction is signed by the client of the operator and frozen.
  • Extend setKeyWithAlias funcs to support PublicKey. #3051
  • Enhancing the retry mechanism for the status code THROTTLED_AT_CONSENSUS using backoffs retry mechanism. #3065 #3076
Commits

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.63.0 to 2.64.5.
- [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.63.0...v2.64.5)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-version: 2.64.5
  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 May 14, 2025
@dependabot dependabot bot requested a review from a team as a code owner May 14, 2025 20:59
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels May 14, 2025
@swirlds-automation
Copy link
Contributor

swirlds-automation commented May 14, 2025

🎉 Snyk checks have passed. No issues have been found so far.

security/snyk check is complete. No issues have been found. (View Details)

license/snyk check is complete. No issues have been found. (View Details)

Copy link

Test Results

 19 files   -  2  101 suites  +2   26m 2s ⏱️ - 3m 33s
344 tests  - 40  323 ✅  - 47  6 💤  - 2  15 ❌ +9 
421 runs   - 60  400 ✅  - 67  6 💤  - 2  15 ❌ +9 

For more details on these failures, see this check.

Results for commit c1bc543. ± Comparison against base commit d881a8b.

This pull request removes 67 and adds 27 tests. Note that renamed tests count towards both.
"before all" hook in "HIP583 Test Suite - Contract Transfer TX" ‑ HIP583 Test Suite - Contract Transfer TX "before all" hook in "HIP583 Test Suite - Contract Transfer TX"
"before all" hook in "HIP583 Test Suite - Ethereum Transfer TX via system-contracts" ‑ HIP583 Test Suite - Ethereum Transfer TX via system-contracts "before all" hook in "HIP583 Test Suite - Ethereum Transfer TX via system-contracts"
"before all" hook in "HIP583 Test Suite" ‑ HIP583 Test Suite "before all" hook in "HIP583 Test Suite"
Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom ‑ @OZIERC721Receiver Test Suite Should NOT be able to send ERC721 token to invalidErc721Receiver via safeTransferFrom
Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom ‑ @OZIERC721Receiver Test Suite Should be able to send ERC721 token to validErc721Receiver via safeTransferFrom
Should deploy contracts to proper addresses ‑ @OZIERC721Receiver Test Suite Should deploy contracts to proper addresses
should NOT be able call tokenByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenByIndex
should NOT be able call tokenOfOwnerByIndex ‑ ERC721Contract Test Suite Unsupported operations should NOT be able call tokenOfOwnerByIndex
should NOT be able execute safeTransferFrom ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFrom
should NOT be able execute safeTransferFromWithData ‑ ERC721Contract Test Suite Unsupported operations should NOT be able execute safeTransferFromWithData
…
"before each" hook for "should be able to update royalty fee in HBARs for NFT" ‑ TokenManagmentContract Test Suite Update fees "before each" hook for "should be able to update royalty fee in HBARs for NFT"
should be able to create hollow account and transfer HBARs ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to create hollow account and transfer HBARs
should be able to make Fungible Tokens transfer and sign with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make Fungible Tokens transfer and sign with hollow account
should be able to make HBARs transfer and sign it with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to make HBARs transfer and sign it with hollow account
should be able to make Non-Fungible Token transfer and sign it with hollow account ‑ HIP583 Test Suite Direct Ethereum Tx Positive Non-Fungible Token Test should be able to make Non-Fungible Token transfer and sign it with hollow account
should be able to make second Fungible Tokens transfer ‑ HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should be able to make second Fungible Tokens transfer
should be able to make second HBARs transfer ‑ HIP583 Test Suite Direct Ethereum Tx Positive HBAR Test should be able to make second HBARs transfer
should be able to make second Non-Fungible Token transfer ‑ HIP583 Test Suite Direct Ethereum Tx Positive Non-Fungible Token Test should be able to make second Non-Fungible Token transfer
should create hollow account and transfer Fungible Tokens ‑ HIP583 Test Suite - Contract Transfer TX Fungible Token Test should create hollow account and transfer Fungible Tokens
should create hollow account and transfer Fungible Tokens ‑ HIP583 Test Suite Direct Ethereum Tx Positive Fungible Token Test should create hollow account and transfer Fungible Tokens
…

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