Skip to content

Comments

Bump @hashgraph/sdk from 2.0.29 to 2.18.1#119

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hashgraph/sdk-2.18.1
Closed

Bump @hashgraph/sdk from 2.0.29 to 2.18.1#119
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/npm_and_yarn/hashgraph/sdk-2.18.1

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 5, 2022

Bumps @hashgraph/sdk from 2.0.29 to 2.18.1.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.18.1

Fixed

  • TransferTransaction incorrectly merging FT and NFT tranfers
  • ContractCreateFlow.execute() not using keys provided in .sign()
  • PublicKey.equals()

v2.18.0

Added

  • Mnemonic.to[Ed25519|Ecdsa]PrivateKey()
  • New consensus nodes to Client

Deprecated

  • Mnemonic.toPrivateKey() - Use Mnemonic.to[Ed25519|Ecdsa]PrivateKey()

Fixed

  • #1188 - Undeprecate *ContractId.fromSolidityAddress()
  • Automatic time drift calculation - See examples/time-drift.js to see how to do it manually
  • PrivateKey.toBytes() sometimes producing only 31 bytes Note: This does not change signing or verifying in anyway, only the output produced by that method

v2.17.1

Added

  • TokenNftInfo.allowanceSpenderAccountId
  • ContractCreateFlow.sign[With]()

Fixed

  • FileAppendTransaction chunk size should default to 4096
  • ContractFunctionResult.gas can be -1 when null in protobufs: #1208
  • FileAppendTransaction.setTransactionId() not locking the transaction ID list
  • TopicMessageSubmitTransaction.setTransactionId() not locking the transaction ID list

Deprecated

v2.17.0

Added

  • PrngThansaction
  • TransactionRecord.prngBytes
  • TransactionRecord.prngNumber

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.18.1

Fixed

  • TransferTransaction incorrectly merging FT and NFT tranfers
  • ContractCreateFlow.execute() not using keys provided in .sign()
  • PublicKey.equals()

v2.18.0

Added

  • Mnemonic.to[Ed25519|Ecdsa]PrivateKey()

Deprecated

  • Mnemonic.toPrivateKey() - Use Mnemonic.to[Ed25519|Ecdsa]PrivateKey()

Fixed

  • #1188 - Undeprecate *ContractId.fromSolidityAddress()

v2.17.3

Fixed

  • Query.queryPayment, Query.maxQueryPayment, and Client.maxQueryPayment interactions
  • Remove making empty requests to grpc.myhbarwallet.com to calculate time drift

Added

  • Expose setters/getters for Cache to allow users to set their own calculated values

v2.17.2

Fixed

  • TokenUpdateTransaction.pauseKey not being serialized into protobuf

v2.17.1

Added

  • TokenNftInfo.allowanceSpenderAccountId
  • ContractCreateFlow.sign[With]()

Fixed

  • FileAppendTransaction chunk size should default to 4096
  • ContractFunctionResult.gas can be -1 when null in protobufs: #1208

... (truncated)

Commits
  • d7de9d4 release(sdk): v2.18.1
  • f8444ad chore: run task format
  • 025e1e7 release(cryptography): v1.4.1
  • d843b89 fix: ContratCrateFlow.execute() should sign all transations with any key pa...
  • 196e828 fix: PublicKey.equals() should use other._key (#1249)
  • 4cd3956 Patched 🐛 Improper Neutralization of Special Elements used in a Command in Sh...
  • f350037 fix typo in function name (#1240)
  • eac2ddc fix: merging of token tranfers incorrectly assuming last token trans… (#1248)
  • e16f910 chore: make react-native peer dependencies optional (#1237)
  • aae2836 chore: update changelog
  • 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 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/hashgraph/hedera-sdk-js) from 2.0.29 to 2.18.1.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hiero-ledger/hiero-sdk-js@v2.0.29...v2.18.1)

---
updated-dependencies:
- dependency-name: "@hashgraph/sdk"
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 5, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 26, 2022

Superseded by #125.

@dependabot dependabot bot closed this Sep 26, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hashgraph/sdk-2.18.1 branch September 26, 2022 13:11
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants