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 github.com/hashgraph/hedera-sdk-go/v2 from 2.1.7 to 2.1.10 in /hedera-mirror-rosetta #2235

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 5, 2021

Bumps github.com/hashgraph/hedera-sdk-go/v2 from 2.1.7 to 2.1.10.

Release notes

Sourced from github.com/hashgraph/hedera-sdk-go/v2's releases.

v2.1.10

Added

  • All requests should retry on gRPC error INTERNAL if the message contains RST_STREAM
  • AccountBalance.Tokens as a replacement for AccountBalance.Token
  • AccountBalance.TokenDecimals
  • All transactions will now sign-on-demand which should result in improved performance

Fixed

  • TopicMessageQuery not calling Unsubscribe when a stream is cancelled
  • TopicMessageQuery should add 1 nanosecond to the StartTime of the last received message
  • TopicMessageQuery allocate space for entire chunked message ahead of time for retries
  • TokenDeleteTransaction.SetTokenID() incorrectly setting tokenID resulting in GetTokenID() always returning an empty TokenID
  • TransferTransaction.GetTokenTransfers() incorrectly setting an empty value

Deprecated

  • AccountBalance.Token use AccountBalance.Tokens instead

v2.1.9

Fixed

  • Client.SetMirroNetwork() producing a nil pointer exception on next use of a mirror network
  • Mirror node TLS no longer producing nil pointer exception

v2.1.8

Added

  • Support TLS for mirror node connections.
  • Support for entity ID checksums which are validated whenever a request begins execution. This includes the IDs within the request, the account ID within the transaction ID, and query responses will contain entity IDs with a checksum for the network the query was executed on.

Fixed

  • TransactionTransaction.AddHbarTransfer() incorrectly determine total transfer per account ID
Changelog

Sourced from github.com/hashgraph/hedera-sdk-go/v2's changelog.

v2.1.10

Added

  • All requests should retry on gRPC error INTERNAL if the message contains RST_STREAM
  • AccountBalance.Tokens as a replacement for AccountBalance.Token
  • AccountBalance.TokenDecimals
  • All transactions will now sign-on-demand which should result in improved performance

Fixed

  • TopicMessageQuery not calling Unsubscribe when a stream is cancelled
  • TopicMessageQuery should add 1 nanosecond to the StartTime of the last received message
  • TopicMessageQuery allocate space for entire chunked message ahead of time for retries
  • TokenDeleteTransaction.SetTokenID() incorrectly setting tokenID resulting in GetTokenID() always returning an empty TokenID
  • TransferTransaction.GetTokenTransfers() incorrectly setting an empty value

Deprecated

  • AccountBalance.Token use AccountBalance.Tokens instead

v2.1.9

Fixed

  • Client.SetMirroNetwork() producing a nil pointer exception on next use of a mirror network
  • Mirror node TLS no longer producing nil pointer exception

v2.1.8

Added

  • Support TLS for mirror node connections.
  • Support for entity ID checksums which are validated whenever a request begins execution. This includes the IDs within the request, the account ID within the transaction ID, and query responses will contain entity IDs with a checksum for the network the query was executed on.

Fixed

  • TransactionTransaction.AddHbarTransfer() incorrectly determine total transfer per account ID
Commits
  • 12062e2 chore: update changelog
  • 7a38e7a chore: update changelog
  • 81f0715 fix: update test to not compare checksums
  • b87ae59 fix: update test to not compare checksums
  • 75047c2 fix: update test to not compare checksums
  • 1f9c26f fix: move handle.Unsubscribe() to beginning of if block, and update `make()...
  • c4971e1 fix:
  • 8979930 fix: create a different default retry handler for executable, and update `RST...
  • 85bd404 feat: retry on gRPC status error INTERNAL only if it fits RST_STREAM regex
  • 9061b43 feat: add sign-on-demand functionality
  • 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 [github.com/hashgraph/hedera-sdk-go/v2](https://github.com/hashgraph/hedera-sdk-go) from 2.1.7 to 2.1.10.
- [Release notes](https://github.com/hashgraph/hedera-sdk-go/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-go/blob/master/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-go@v2.1.7...v2.1.10)

---
updated-dependencies:
- dependency-name: github.com/hashgraph/hedera-sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Type: Pull requests that update a dependency file go labels Jul 5, 2021
@codecov
Copy link

codecov bot commented Jul 5, 2021

Codecov Report

❗ No coverage uploaded for pull request base (main@e2ec527). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #2235   +/-   ##
=======================================
  Coverage        ?   81.69%           
  Complexity      ?     2134           
=======================================
  Files           ?      414           
  Lines           ?    11150           
  Branches        ?      945           
=======================================
  Hits            ?     9109           
  Misses          ?     1732           
  Partials        ?      309           

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 e2ec527...e6eae99. Read the comment docs.

@xin-hedera xin-hedera added this to the Mirror 0.37.0 milestone Jul 6, 2021
@xin-hedera xin-hedera merged commit 4fc3610 into main Jul 6, 2021
@xin-hedera xin-hedera deleted the dependabot/go_modules/hedera-mirror-rosetta/github.com/hashgraph/hedera-sdk-go/v2-2.1.10 branch July 6, 2021 15:52
ijungmann pushed a commit that referenced this pull request Jul 16, 2021
…2235)

Bumps [github.com/hashgraph/hedera-sdk-go/v2](https://github.com/hashgraph/hedera-sdk-go) from 2.1.7 to 2.1.10.
- [Release notes](https://github.com/hashgraph/hedera-sdk-go/releases)
- [Changelog](https://github.com/hashgraph/hedera-sdk-go/blob/master/CHANGELOG.md)
- [Commits](hashgraph/hedera-sdk-go@v2.1.7...v2.1.10)

---
updated-dependencies:
- dependency-name: github.com/hashgraph/hedera-sdk-go/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: Ian Jungmann <ian.jungmann@hedera.com>
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 go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant