vechain / thor

A general purpose blockchain highly compatible with Ethereum's ecosystem
GNU Lesser General Public License v3.0
796 stars 247 forks source link

use uint64 for number flags #779

Closed libotony closed 2 months ago

libotony commented 3 months ago

Description

This is a minor improvement of the flags parsing component.

Checklist:

codecov-commenter commented 3 months ago

Codecov Report

Attention: Patch coverage is 0% with 31 lines in your changes missing coverage. Please review.

Project coverage is 62.50%. Comparing base (5d05048) to head (0aa0527). Report is 1 commits behind head on master.

Files Patch % Lines
cmd/thor/main.go 0.00% 24 Missing :warning:
cmd/thor/utils.go 0.00% 7 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #779 +/- ## ========================================== - Coverage 62.54% 62.50% -0.05% ========================================== Files 199 199 Lines 18140 18153 +13 ========================================== Hits 11346 11346 - Misses 5710 5723 +13 Partials 1084 1084 ```

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