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: Simplified ipv4 address #1038

Open gsstoykov opened 2 weeks ago

gsstoykov commented 2 weeks ago

Description: Ipv4 implementation had a useless abstraction.

Related issue(s):

Fixes https://github.com/hashgraph/hedera-sdk-go/issues/1036

Notes for reviewer:

Checklist

sonarcloud[bot] commented 2 weeks ago

Quality Gate Passed Quality Gate passed

Issues
0 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 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 73.70%. Comparing base (6fbbb28) to head (1faf744).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1038 +/- ## ========================================== + Coverage 73.64% 73.70% +0.06% ========================================== Files 171 170 -1 Lines 24299 24270 -29 ========================================== - Hits 17894 17889 -5 + Misses 5688 5665 -23 + Partials 717 716 -1 ```

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