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.5 to 2.1.7 in /hedera-mirror-rosetta #2148

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

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

Release notes

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

v2.1.7

Fixed

  • TopicMessageQuery.maxBackoff was not being used at all
  • TopicMessageQuery.limit was being incorrectly update with full TopicMessages rather than per chunk
  • TopicMessageQuery.startTime was not being updated each time a message was received
  • TopicMessageQuery.completionHandler was be called at incorrect times

v2.1.6

Added

  • Exposed Hbar.Negated()
  • Support for MaxBackoff, MaxAttempts, RetryHandler, and CompletionHandler in TopicMessageQuery
  • Default logging behavior to TopicMessageQuery if an error handler or completion handler was not set

Fixed

  • Renamed ScheduleInfo.Signers -> ScheduleInfo.Signatories
  • TopicMessageQuery retry handling; this should retry on more gRPC errors
  • TopicMessageQuery max retry timeout; before this would could wait up to 4m with no feedback
  • durationFromProtobuf() incorrectly calculation duration
  • *Token.GetAutoRenewPeriod() and *Token.GetExpirationTime() nil dereference
  • Hbar.As() using multiplication instead of division, and should return a float64
Changelog

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

v2.1.7

Fixed

  • TopicMessageQuery.MaxBackoff was not being used at all
  • TopicMessageQuery.Limit was being incorrectly update with full TopicMessages rather than per chunk
  • TopicMessageQuery.StartTime was not being updated each time a message was received
  • TopicMessageQuery.CompletionHandler was be called at incorrect times
  • Removed the use of locks and sync.Map within TopicMessageQuery as it is unncessary
  • Added default logging to ErrorHandler and CompletionHandler

v2.1.6

  • Support for MaxBackoff, MaxAttempts, RetryHandler, and CompletionHandler in TopicMessageQuery
  • Default logging behavior to TopicMessageQuery if an error handler or completion handler was not set

Fixed

  • Renamed ScheduleInfo.Signers -> ScheduleInfo.Signatories
  • TopicMessageQuery retry handling; this should retry on more gRPC errors
  • TopicMessageQuery max retry timeout; before this would could wait up to 4m with no feedback
  • durationFromProtobuf() incorrectly calculation duration
  • *Token.GetAutoRenewPeriod() and *Token.GetExpirationTime() nil dereference
  • Hbar.As() using multiplication instead of division, and should return a float64

Added

  • Exposed Hbar.Negated()
Commits
  • b0d3f8d chore: update changelog
  • 277df4d fix: TopicMessageQuery should use maxBackoff, update limit and `startTi...
  • 2608ee5 chore: update changelog
  • d64e3ff chore: update changelog
  • 788459b fix: TransactionReceiptQuery should err on non Success status and should ...
  • b48f094 refactor: TopicMessageQuery
  • c85349e fix: setTokenExiprationTime bug fix
  • c881918 chore: run go fmt
  • 1e3e763 fix: fixed durationFromProtobuf, create stateful contract example
  • d3fbb1f Merge pull request #159 from hashgraph/feature/null-dereference-fixes
  • 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 go labels Jun 21, 2021
@codecov
Copy link

codecov bot commented Jun 21, 2021

Codecov Report

Merging #2148 (83a264d) into master (0000d7b) will increase coverage by 23.78%.
The diff coverage is n/a.

Impacted file tree graph

@@              Coverage Diff              @@
##             master    #2148       +/-   ##
=============================================
+ Coverage     57.92%   81.71%   +23.78%     
- Complexity        0     2116     +2116     
=============================================
  Files            56      410      +354     
  Lines          2491    10944     +8453     
  Branches        325      922      +597     
=============================================
+ Hits           1443     8943     +7500     
- Misses          903     1691      +788     
- Partials        145      310      +165     
Impacted Files Coverage Δ
...n/java/com/hedera/datagenerator/DataGenerator.java 0.00% <ø> (ø)
...dera/datagenerator/DataGeneratorConfiguration.java 0.00% <ø> (ø)
.../hedera/datagenerator/DataGeneratorProperties.java 0.00% <ø> (ø)
...agenerator/common/CryptoTransactionProperties.java 0.00% <ø> (ø)
...com/hedera/datagenerator/common/EntityManager.java 0.00% <ø> (ø)
...atagenerator/common/FileTransactionProperties.java 0.00% <ø> (ø)
...tagenerator/common/TopicTransactionProperties.java 0.00% <ø> (ø)
...era/datagenerator/common/TransactionGenerator.java 0.00% <ø> (ø)
...nerator/common/TransactionGeneratorProperties.java 0.00% <ø> (ø)
.../java/com/hedera/datagenerator/common/Utility.java 86.95% <ø> (ø)
... and 507 more

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 72f07ca...83a264d. Read the comment docs.

Bumps [github.com/hashgraph/hedera-sdk-go/v2](https://github.com/hashgraph/hedera-sdk-go) from 2.1.5 to 2.1.7.
- [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.5...v2.1.7)

---
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 force-pushed the dependabot/go_modules/hedera-mirror-rosetta/github.com/hashgraph/hedera-sdk-go/v2-2.1.7 branch from ccce3fc to 83a264d Compare June 21, 2021 18:27
@steven-sheehy steven-sheehy added this to the Mirror 0.37.0 milestone Jun 21, 2021
@xin-hedera xin-hedera merged commit 8a47eb8 into master Jun 21, 2021
@xin-hedera xin-hedera deleted the dependabot/go_modules/hedera-mirror-rosetta/github.com/hashgraph/hedera-sdk-go/v2-2.1.7 branch June 21, 2021 18:40
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.

2 participants