chore: Bump @hashgraph/sdk from 2.41.0 to 2.44.0 in /test/cypress
Bumps @hashgraph/sdk from 2.41.0 to 2.44.0.
Release notes
Sourced from @hashgraph/sdk's releases.
v2.44.0
What's Changed
- chore(ci): update the publish workflow to release the cryptography and proto artifacts if needed by
@nathanklickin hashgraph/hedera-sdk-js#2198- fix: integer overflow isuue for defaultMaxQueryPayment field by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2213- update: add a new getter to the TransferTransaction class by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2214- fix: set correct autoRenrewAccountId by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2217- release: stable version 2.44.0 by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2262Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.43.0...v2.44.0
v2.43.0
What's Changed
- fix: do not instantiate logger inside a method by
@leninmehedyin hashgraph/hedera-sdk-js#2195- fix: hbar presentation after serialization/deserialization by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2189- fix: inability to create and execute freeze transaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2171- update: update steps for release process in RELEASE.md file by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201- update: add section in README.md file on how to start the tests by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.29.0...v2.43.0
v2.43.0-beta.1
What's Changed
- fix: do not instantiate logger inside a method by
@leninmehedyin hashgraph/hedera-sdk-js#2195- release: proto beta version 2.14.0-beta.5 by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2196- fix: hbar presentation after serialization/deserialization by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2189- fix: inability to create and execute freeze transaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2171- update: update steps for release process in REALEASE.md file by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201- update: add section in README.md file on how to start the tests by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.42.0...v2.43.0-beta.1
v2.42.0
What's Changed
- feature: handling and externalisation improvements for account nonce updates by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2176Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.41.0...v2.42.0
v2.42.0-beta.4
What's Changed
- chore(ci): fix permissions preventing Github release creation by
@nathanklickin hashgraph/hedera-sdk-js#2149- fix: use one of preselected nodes to execute the transaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2165Full Changelog: https://github.com/hashgraph/hedera-sdk-js/compare/v2.42.0-beta.3...v2.42.0-beta.4
v2.42.0-beta.3
What's Changed
... (truncated)
Changelog
Sourced from @hashgraph/sdk's changelog.
v2.44.0
What's Changed
- fix: set correct autoRenrewAccountId by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2217- update: add a new getter to the TransferTransaction class by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2214- fix: integer overflow isuue for defaultMaxQueryPayment field by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2213- chore(ci): update the publish workflow to release the cryptography and proto artifacts if needed by
@nathanklickin hashgraph/hedera-sdk-js#2198v2.43.0
What's Changed
- fix: do not instantiate logger inside a method by
@leninmehedyin hashgraph/hedera-sdk-js#2195- release: proto beta version 2.14.0-beta.5 by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2196- fix: hbar presentation after serialization/deserialization by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2189- fix: inability to create and execute freeze transaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2171- update: update steps for release process in RELEASE.md file by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201- update: add section in README.md file on how to start the tests by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201v2.43.0-beta.1
What's Changed
- fix: do not instantiate logger inside a method by
@leninmehedyin hashgraph/hedera-sdk-js#2195- release: proto beta version 2.14.0-beta.5 by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2196- fix: hbar presentation after serialization/deserialization by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2189- fix: inability to create and execute freeze transaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2171- update: update steps for release process in REALEASE.md file by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201- update: add section in README.md file on how to start the tests by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2201v2.42.0
What's Changed
- feature: handling and externalisation improvements for account nonce updates (HIP-844) by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2176v2.42.0-beta.4
What's Changed
- fix: use one of preselected nodes to execute the transaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2165v2.42.0-beta.3
What's Changed
- fix: deserialize the FileAppendTransaction by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2145- chore: ensure CI release workflow properly handles prerelease builds by
@nathanklickin hashgraph/hedera-sdk-js#2142- fix: update copy of transaction in transaction list by
@svetoslav-nikol0vin hashgraph/hedera-sdk-js#2139
... (truncated)
Commits
65a2323release: stable version 2.44.0 (#2262)def492afix: set correct autoRenrewAccountId (#2217)f067bbbupdate: add a new getter to the TransferTransaction class (#2214)f868f1ffix: integer overflow isuue for defaultMaxQueryPayment field (#2213)627462echore(ci): update the publish workflow to release the cryptography and proto ...5467a47release: SDK stable version 2.43.0 (#2215)7682060release: SDK beta version v2.43.0-beta.1 (#2201)6b985e6fix: do not instantiate logger inside a method (#2195)e72674drelease: proto beta version 2.14.0-beta.5 (#2196)e4a80a1fix: hbar presentation after serialization/deserialization (#2189)- Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Quality Gate passed
Issues
0 New issues
0 Accepted issues
Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code
Superseded by #621.