Skip to content

Bump @hashgraph/sdk from 2.0.29 to 2.14.2#89

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

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

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 23, 2022

Bumps @hashgraph/sdk from 2.0.29 to 2.14.2.

Release notes

Sourced from @​hashgraph/sdk's releases.

v2.14.2

Added

  • Exported RequestType

Fixed

  • RequestType missing codes

v2.14.1

Added

  • Exported FeeComponents
  • Exported FeeData
  • Exported FeeDataType
  • Exported FeeSchedule
  • Exported FeeSchedules
  • Exported TransactionFeeSchedule

v2.14.0

Added

  • AccountId.aliasEvmAddress
  • ContractCreateTransaction.[get|set]MaxAutomaticTokenAssociations()
  • ContractCreateTransaction.[get|set]Bytecode()
  • ContractUpdateTransaction.[get|set]MaxAutomaticTokenAssociations()
  • ContractCreateFlow.[get|set]MaxAutomaticTokenAssociations()
  • AccountInfo.ethereumNonce
  • ContractCallResult.senderAccountId
  • ContractCallQuery.[get|set]SenderAccountId()
  • TransactionRecord.ethereumHash
  • EthereumTransaction
  • TransactionResponse.get[Receipt|Record]Query()
  • [Wallet|Signer|Provider].sendRequest() -> [Wallet|Signer|Provider].call()
  • [Wallet|Signer].[sign|populate|check]Transaction() are now generic over the parameter
  • Wallet.checkTransaction should not error if the Transaction.transactionId is null
  • More status codes to Status

Fixed

  • Bumped @hashgraph/proto version to correctly support account allowances
  • TransactionId.transactionId accessor should not error if there is no transaction ID set and instead should return a nullable TransactionId
  • ContractFunctionParameters.addBytes() where the byte length is a factor of 32 and greater than 32
  • [Web|Native]Channel should correctly propagate the error from fetch()

v2.14.0-beta.3

Added

  • AccountId.aliasEvmAddress

... (truncated)

Changelog

Sourced from @​hashgraph/sdk's changelog.

v2.14.2

Added

  • Exported RequestType

Fixed

  • RequestType missing codes

v2.14.1

Added

  • Exported FeeComponents
  • Exported FeeData
  • Exported FeeDataType
  • Exported FeeSchedule
  • Exported FeeSchedules
  • Exported TransactionFeeSchedule

v2.14.0

Added

  • AccountId.aliasEvmAddress
  • ContractCreateTransaction.[get|set]MaxAutomaticTokenAssociations()
  • ContractCreateTransaction.[get|set]Bytecode()
  • ContractUpdateTransaction.[get|set]MaxAutomaticTokenAssociations()
  • ContractCreateFlow.[get|set]MaxAutomaticTokenAssociations()
  • AccountInfo.ethereumNonce
  • ContractCallResult.senderAccountId
  • ContractCallQuery.[get|set]SenderAccountId()
  • TransactionRecord.ethereumHash
  • EthereumTransaction
  • TransactionResponse.get[Receipt|Record]Query()
  • [Wallet|Signer|Provider].sendRequest() -> [Wallet|Signer|Provider].call()
  • [Wallet|Signer].[sign|populate|check]Transaction() are now generic over the parameter
  • Wallet.checkTransaction should not error if the Transaction.transactionId is null
  • More status codes to Status

Fixed

  • Bumped @hashgraph/proto version to correctly support account allowances
  • TransactionId.transactionId accessor should not error if there is no transaction ID set and instead should return a nullable TransactionId
  • ContractFunctionParameters.addBytes() where the byte length is a factor of 32 and greater than 32
  • [Web|Native]Channel should correctly propagate the error from fetch()

v2.14.0-beta.2

... (truncated)

Commits
  • 3fbcac9 release(sdk): prepare v2.14.2
  • 32fcd78 feat: export RequestType and update with new fields
  • d44958d feat: export FeeData, FeeDataType, FeeComponents, TransactionFeeSchedule
  • 453c827 release(sdk): prepare v2.14.1
  • 056a4c2 fix: export Fee* classes
  • b9deb74 fix: just publish should make sure we don't use link: within package.json
  • cc1b696 fix: update common js test to use testnet
  • 5a2ed90 chore: update changelog
  • f52a95c release(sdk): prepare v2.14.0
  • 25a6721 feat: update contract with max automatic token assocations
  • 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.14.2.
- [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.14.2)

---
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 May 23, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 6, 2022

Superseded by #94.

@dependabot dependabot bot closed this Jun 6, 2022
@dependabot dependabot bot deleted the dependabot/npm_and_yarn/hashgraph/sdk-2.14.2 branch June 6, 2022 13:12
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