hashgraph / hedera-smart-contracts

Contains Hedera Smart Contract Service supporting files
Apache License 2.0
38 stars 53 forks source link

build(deps-dev): Bump @hashgraph/sdk from 2.41.0 to 2.45.0 #750

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps @hashgraph/sdk from 2.41.0 to 2.45.0.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.45.0

What's Changed

New Contributors

Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.44.0...v2.45.0

v2.45.0-beta.1

What's Changed

Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.44.0...v2.45.0-beta.1

v2.44.0

What's Changed

Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.43.0...v2.44.0

v2.43.0

What's Changed

Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.29.0...v2.43.0

v2.43.0-beta.1

What's Changed

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.45.0

What's Changed

v2.45.0-beta.1

What's Changed

v2.44.0

What's Changed

v2.43.0

What's Changed

v2.43.0-beta.1

What's Changed

v2.42.0

What's Changed

... (truncated)

Commits
  • 985f844 release: v2.45.0 (#2288)
  • 7b38c8a fix: typo on PrivateKey.fromBytes warning (#2264)
  • c49352a update: release wrkflow (#2273)
  • 5f5c1b4 release: v2.45.0-beta.1 (#2270)
  • 5fffabe feature: update metadata field of fungible and non-fungible tokens, and dynam...
  • 473d67c fix: solve backward compatibility issues between the SDK and hedera-services ...
  • 65a2323 release: stable version 2.44.0 (#2262)
  • def492a fix: set correct autoRenrewAccountId (#2217)
  • f067bbb update: add a new getter to the TransferTransaction class (#2214)
  • f868f1f fix: integer overflow isuue for defaultMaxQueryPayment field (#2213)
  • 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 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)
quiet-node commented 4 months ago

Bug is reported in https://github.com/hashgraph/hedera-sdk-js/issues/2291

quiet-node commented 4 months ago

The issue was resolved in this pull request. Previously, the accountId set for the auto-renew account was ignored and replaced by the operator account ID, which is why it passed without any exceptions. With this update, the autoRenewAccountID must sign the transaction.