hashgraph / hedera-sdk-go

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

feat(HIP-904): Token Reject #991

Closed 0xivanov closed 1 month ago

0xivanov commented 2 months ago

Description: Implementation of TokenRejectTransaction

Related issue(s):

Fixes #960 #992

Notes for reviewer:

Checklist

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
2 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud

codecov[bot] commented 2 months ago

Codecov Report

Attention: Patch coverage is 78.65169% with 76 lines in your changes missing coverage. Please review.

Project coverage is 73.52%. Comparing base (529e0c7) to head (ab0951c).

Files Patch % Lines
token_reject_flow.go 71.42% 35 Missing and 13 partials :warning:
token_reject_transaction.go 82.50% 24 Missing and 4 partials :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #991 +/- ## ========================================== + Coverage 73.41% 73.52% +0.10% ========================================== Files 166 168 +2 Lines 23392 23748 +356 ========================================== + Hits 17174 17460 +286 - Misses 5528 5581 +53 - Partials 690 707 +17 ```

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

sonarcloud[bot] commented 1 month ago

Quality Gate Passed Quality Gate passed

Issues
6 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
1.8% Duplication on New Code

See analysis details on SonarCloud