Skip to content
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

build(deps-dev): Bump @hashgraph/hedera-local from 2.32.6 to 2.33.0 #1181

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 16, 2025

Bumps @hashgraph/hedera-local from 2.32.6 to 2.33.0.

Release notes

Sourced from @​hashgraph/hedera-local's releases.

v2.33.0

What's Changed

New Contributors

Full Changelog: hiero-ledger/hiero-local-node@v2.32.6...v2.33.0

Commits
  • 41813db ci: Update flow-pr-title-check.yaml (#913)
  • 265fc28 ci: Update self-hosted-runners for hiero-local-node (#911)
  • 3099354 chore: Switch license declarations to SPDX (#902)
  • 7617476 chore: bump version (#909)
  • dcacdb0 chore: release version 2.32.7 (#908)
  • a463d30 feat: adds support for frictionless airdrops (#888)
  • e14cb55 I, Roger Barker, retroactively sign off on the these commits:
  • c142a49 chore: Update team name from devops-ci to platform-ci (#907)
  • 7d82b03 chore: Bump step-security/harden-runner from 2.10.2 to 2.10.3 (#900)
  • See full diff 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)

Fixes: #1171

@dependabot dependabot bot requested review from a team as code owners January 16, 2025 21:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Jan 16, 2025
@dependabot dependabot bot requested a review from natanasow January 16, 2025 21:02
@quiet-node quiet-node added this to the 0.12.0 milestone Jan 16, 2025
Copy link

github-actions bot commented Jan 16, 2025

Test Results

 17 files  + 2   83 suites  +14   11m 50s ⏱️ +39s
294 tests +43  286 ✅ +39  8 💤 +5  0 ❌  - 1 
303 runs  +35  294 ✅ +30  9 💤 +6  0 ❌  - 1 

Results for commit 571998d. ± Comparison against base commit 88472c9.

This pull request removes 1 and adds 44 tests. Note that renamed tests count towards both.
"before each" hook for "Should be able to mint a new token" ‑ @OZERC1155Token Test Suite "before each" hook for "Should be able to mint a new token"
Should NOT allow a non-operator to transfer tokens to another account ‑ @OZERC1155Token Test Suite Should NOT allow a non-operator to transfer tokens to another account
Should NOT burn insufficient amount of token ‑ @OZERC1155Token Test Suite Should NOT burn insufficient amount of token
Should NOT transfer the ownership to another account if the caller is not owner ‑ @OZERC1155Token Test Suite Should NOT transfer the ownership to another account if the caller is not owner
Should allow an operator to transfer a token to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer a token to another account
Should allow an operator to transfer tokens in batch to another account ‑ @OZERC1155Token Test Suite Should allow an operator to transfer tokens in batch to another account
Should be able to mint a new token ‑ @OZERC1155Token Test Suite Should be able to mint a new token
Should be able to mint new tokens in batch ‑ @OZERC1155Token Test Suite Should be able to mint new tokens in batch
Should burn token in batch ‑ @OZERC1155Token Test Suite Should burn token in batch
Should burn token ‑ @OZERC1155Token Test Suite Should burn token
Should check if an address is another address's operator ‑ @OZERC1155Token Test Suite Should check if an address is another address's operator
…
This pull request skips 2 tests.
should fail when updating NFT token fees to more than 10 ‑ TokenManagmentContract Test Suite Update fees Update fees negative cases should fail when updating NFT token fees to more than 10
should fail when updating fungible token fees to more than 10 ‑ TokenManagmentContract Test Suite Update fees Update fees negative cases should fail when updating fungible token fees to more than 10

♻️ This comment has been updated with latest results.

@quiet-node quiet-node removed the request for review from nadezhdapopovaa January 21, 2025 16:15
@nadezhdapopovaa nadezhdapopovaa force-pushed the dependabot/npm_and_yarn/hashgraph/hedera-local-2.33.0 branch from f0485b5 to c10ec3d Compare January 23, 2025 15:51
@quiet-node quiet-node self-assigned this Jan 24, 2025
dependabot bot and others added 9 commits January 24, 2025 13:21
Bumps [@hashgraph/hedera-local](https://github.com/hashgraph/hedera-local-node) from 2.32.6 to 2.33.0.
- [Release notes](https://github.com/hashgraph/hedera-local-node/releases)
- [Changelog](https://github.com/hiero-ledger/hiero-local-node/blob/main/release.config.js)
- [Commits](hiero-ledger/hiero-local-node@v2.32.6...v2.33.0)

---
updated-dependencies:
- dependency-name: "@hashgraph/hedera-local"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
…s with insufficient gas

Signed-off-by: Nadezhda Popova <[email protected]>
…sactions with insufficient gas

Signed-off-by: Nadezhda Popova <[email protected]>
Signed-off-by: Logan Nguyen <[email protected]>
@quiet-node quiet-node force-pushed the dependabot/npm_and_yarn/hashgraph/hedera-local-2.33.0 branch from 43caf4b to 571998d Compare January 24, 2025 19:21
@quiet-node quiet-node merged commit fbb3cc8 into main Jan 24, 2025
35 of 36 checks passed
@quiet-node quiet-node deleted the dependabot/npm_and_yarn/hashgraph/hedera-local-2.33.0 branch January 24, 2025 19:34
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.

upgrade the local node version of the repo to support HIP-904
2 participants