Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump @hashgraph/proto from 1.1.9 to 2.0.0 in /hedera-mirror-rest/check-state-proof #2497

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 6, 2021

Bumps @hashgraph/proto from 1.1.9 to 2.0.0.

Release notes

Sourced from @​hashgraph/proto's releases.

v2.0.0

No release notes provided.

v1.4.11

Added

  • Support for CustomRoyaltyFee
  • AssessedCustomFee.payerAccountIds
  • CustomFractionalFee.assessmentMethod

v1.4.10

Added

  • Setter methods for custom fees
  • TokenCreateTransaction.setFeeScheduleKey()

Removed

  • readonly property of fields on Custom*Fee

v1.4.10-beta.1

Added

  • Support for NFTS
    • Createing NFT tokens
    • Minting NFTs
    • Burning NFTs
    • Transfering NFTs
    • Wiping NFTs
  • Support for Custom Fees on tokens:
    • Setting custom fees on a token
    • Updating custom fees on an existing token

v.1.4.9

Deprecated

  • Client has been deprecated instructing users to upgrade to version 2 of the SDK and how to easily do so

v1.4.8

Added

  • Scheduled transaction support: ScheduleCreateTransaction, ScheduleDeleteTransaction, and ScheduleSignTransaction

Fixed

  • Decreased CHUNK_SIZE 4096->1024 and increased default max chunks 10->20

Fixed

  • Ed25519PrivateKey.fromMnemonic regressed in v1.1.8 and was not working in the browser.

... (truncated)

Changelog

Sourced from @​hashgraph/proto's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

v2.0.30

Added

  • TokenNftInfo.toString() - Stringifies the JSON representation of the current TokenNftInfo
  • TokenNftInfo.toJson() - JSON representation of the current TokenNftInfo
  • Timestamp.toString() - displays as <seconds>.<nanos>. Use Timestamp.toDate() to print differently

Deprecated

  • TokenNftInfoQuery.[set|get]AccountId() with no replacement
  • TokenNftInfoQuery.[set|get]TokenId() with no replacement
  • TokenNftInfoQuery.[set|get]Start() with no replacement
  • TokenNftInfoQuery.[set|get]End() with no replacement
  • TokenMintTransaction.[add|set]Metadata() support for string metadata

v2.0.29

Added

  • Support for CustomRoyaltyFees
  • Updated Status with new response codes
  • Implemented Client.[set|get]NetworkName()

v2.0.28

Added

  • Client.pingAll() - pings all network nodes
  • Client.[set|get]NodeWaitTime() - minimum delay for nodes that are nto responding
  • Client.[set|get]MaxAttempts() - max number of attempts for each request
  • Client.[set|get]MaxNodesPerTransaction() - number of node account IDs to use per request
  • CustomFixedFee.[set|get]HbarAmount() - helper method to set both denominatingTokenId and amount when fee is an Hbar amount
  • CustomFixedFee.setDenominatingTokenToSameToken() - helper method to set denominatingTokenId to 0.0.0 which is not obvious

Changed

  • Client.ping() will no longer throw an error

Deprecated

  • *[Transaction|Query].[set|get]MaxRetries() - Use *[Transaction|Query].[set|get]MaxAttempts() instead

Fixed

... (truncated)

Commits
  • f427771 Remove to be written on the README
  • 35eec80 release: v2.0.0
  • 193b341 switch to @​hashgraph/protobufjs in more places
  • 4fc20f6 chore: update dependencies
  • aa26da4 allow mirror network to be unimplemented
  • e75bd2a fix: generalize mirror channel in hopes of getting it working on web
  • 7f6add5 release(proto): v1.0.14
  • ec0556e export protobufjs.Reader from @​hashgraph/proto
  • 3f92f91 fix getTransactionHash
  • eace345 use protobufjs/minimal from @​hashgraph fork
  • 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)

@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code labels Sep 6, 2021
@codecov
Copy link

codecov bot commented Sep 6, 2021

Codecov Report

Merging #2497 (210d11d) into main (5aadaff) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##               main    #2497   +/-   ##
=========================================
  Coverage     91.59%   91.59%           
  Complexity     2530     2530           
=========================================
  Files           421      421           
  Lines         11741    11741           
  Branches       1018     1018           
=========================================
  Hits          10754    10754           
  Misses          645      645           
  Partials        342      342           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5aadaff...210d11d. Read the comment docs.

@xin-hedera xin-hedera added this to the Mirror 0.40.0 milestone Sep 7, 2021
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hedera-mirror-rest/check-state-proof/hashgraph/proto-2.0.0 branch from 8fbb5c6 to b8cb828 Compare September 7, 2021 16:51
@xin-hedera
Copy link
Collaborator

@dependabot rebase

Bumps [@hashgraph/proto](https://github.com/hashgraph/hedera-sdk-js) from 1.1.9 to 2.0.0.
- [Release notes](https://github.com/hashgraph/hedera-sdk-js/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-js/blob/main/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-js@v1.1.9...v2.0.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/npm_and_yarn/hedera-mirror-rest/check-state-proof/hashgraph/proto-2.0.0 branch from b8cb828 to 210d11d Compare September 7, 2021 23:58
@xin-hedera xin-hedera merged commit ff2dadf into main Sep 8, 2021
@xin-hedera xin-hedera deleted the dependabot/npm_and_yarn/hedera-mirror-rest/check-state-proof/hashgraph/proto-2.0.0 branch September 8, 2021 00:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Type: Pull requests that update a dependency file javascript Pull requests that update Javascript code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant