-
Notifications
You must be signed in to change notification settings - Fork 608
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
722 reuse code for parsing integer slices from string #747
722 reuse code for parsing integer slices from string #747
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Quickly reviewed it since I spent some time working on the same issue, and just have some style suggestions. Lgtm otherwise and good job
Thanks @akhtariev, your comment make a lot of sense here! I'm going to change that |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @iButcat and @akhtariev for writing and reviewing this 🙏
Codecov Report
@@ Coverage Diff @@
## main #747 +/- ##
=======================================
Coverage 18.73% 18.73%
=======================================
Files 172 172
Lines 23908 23896 -12
=======================================
Hits 4478 4478
+ Misses 18655 18643 -12
Partials 775 775
Continue to review full report at Codecov.
|
* remove repeted code to create a function from it * create function Parse Uint64 Slice From String * replace repeted code with function made for it * changelog add modification * resolve style requested
Closes: #722
Description
For contributor use:
docs/
) or specification (x/<module>/spec/
)Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorer