hashgraph / hedera-mirror-node-explorer

Hedera Mirror Node Explorer for the Hedera Hashgraph DLT.
Apache License 2.0
14 stars 9 forks source link

chore(deps): bump @hashgraph/proto from 2.13.0 to 2.15.0 #1096

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps @hashgraph/proto from 2.13.0 to 2.15.0.

Release notes

Sourced from @​hashgraph/proto's releases.

v2.15.0

Added

  • EthereumFlow
  • EthereumTransactionData
  • EthereumTransactionDataLegacy
  • EthereumTransactionDataEip1559
  • Signer.getAccountKey() - Signature providers should be implementing this method, but it was added in a none-breaking change way so old signer provider implementations won't break when updating to the latest JS SDK version
  • ContractCreateFlow.executeWithSigner() - Execute a flow using a signer
  • AccountInfoFlow.verify[Signature|Transaction]WithSigner() - Execute a flow using a signer
  • A third party time source will be used for transaction ID generation when possible.

Deprecated

  • EthereumTransaction.[set|get]CallData() - Use EthereumTransaction.[set|get]CallDataFileId() instead
  • EthereumTransaction.[set|get]MaxGasAllowance() - Use EthereumTransaction.[set|get]MaxGasAllowanceHbar() instead

v2.15.0-beta.1

Added

  • ScheduleCreateTransaction.[waitForExpiry|expirationTime]
  • ContractCreateTransaction.[get|set]AutoRenewAccountId()
  • ContractUpdateTransaction.[get|set|clear]AutoRenewAccountId()
  • ContractCreateFlow.[get|set]AutoRenewAccountId()

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

... (truncated)

Changelog

Sourced from @​hashgraph/proto's changelog.

v2.15.0

Added

  • EthereumFlow
  • EthereumTransactionData
  • EthereumTransactionDataLegacy
  • EthereumTransactionDataEip1559
  • Signer.getAccountKey() - Signature providers should be implementing this method, but it was added in a none-breaking change way so old signer provider implementations won't break when updating to the latest JS SDK version
  • ContractCreateFlow.executeWithSigner() - Execute a flow using a signer
  • AccountInfoFlow.verify[Signature|Transaction]WithSigner() - Execute a flow using a signer
  • A third party time source will be used for transaction ID generation when possible.

Deprecated

  • EthereumTransaction.[set|get]CallData() - Use EthereumTransaction.[set|get]CallDataFileId() instead
  • EthereumTransaction.[set|get]MaxGasAllowance() - Use EthereumTransaction.[set|get]MaxGasAllowanceHbar() instead

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()

... (truncated)

Commits
  • a1e728e feat: add new status codes
  • a05be83 release(sdk): prepare v2.15.0
  • ae42e5c release(cryptography): prepare v1.2.0
  • 9d1f7e6 release(proto): prepare v2.5.0
  • f5ebec1 chore: update changelog
  • e696b77 fix: warnigns
  • 047910a Deprecating existing setMaxGasAllowance method and adding setMaxGasAl… (#1144)
  • eebe29c chore: update changelog
  • 55556ef chore: update changelog
  • b79159c feat: implement time drift syncing (#1141)
  • Additional commits viewable in compare view
Maintainer changes

This version was pushed to npm by hedera-eng-automation, a new releaser for @​hashgraph/proto since your current version.


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)
github-actions[bot] commented 1 month ago

Coverage Report

Status Category Percentage Covered / Total
🔵 Lines 82.74% 39513 / 47751
🔵 Statements 82.74% 39513 / 47751
🔵 Functions 62.88% 893 / 1420
🔵 Branches 83.97% 4109 / 4893
File CoverageNo changed files found.
Generated in workflow #967