hashgraph / hedera-sdk-go

Hedera™ Hashgraph SDK for Go
https://docs.hedera.com/docs/hedera-sdks
Apache License 2.0
108 stars 65 forks source link

feat: Revert Mirror Node Queries #957

Closed 0xivanov closed 5 months ago

0xivanov commented 5 months ago

Description: This PR contains the following changes:

  1. Revert Mirror Node Queries https://github.com/hashgraph/hedera-sdk-go/pull/930
  2. Populate TokenRelationships for account and contract info from consensus node

Related issue(s):

Fixes #953

Notes for reviewer:

Checklist

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 38.46154% with 40 lines in your changes missing coverage. Please review.

Project coverage is 72.68%. Comparing base (3a6f8af) to head (35db49d).

Files Patch % Lines
token_relationship.go 30.90% 37 Missing and 1 partial :warning:
contract_info.go 50.00% 1 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #957 +/- ## ========================================== - Coverage 72.90% 72.68% -0.23% ========================================== Files 167 166 -1 Lines 23373 23320 -53 ========================================== - Hits 17041 16949 -92 - Misses 5631 5691 +60 + Partials 701 680 -21 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

Issues
3 New issues
0 Accepted issues

Measures
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud