-
Notifications
You must be signed in to change notification settings - Fork 1
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
feat: Modify parseUint function to use strconv
package
#358
Conversation
Code looks good, but to merge I think we should wait for |
set as draft until gno binary contains strconv support version |
@notJoon Let's merge this since the next gno binary for test5 will include this. Our devnet reset tomorrow should include this. |
Good. I'll merge this after resolving some conflicts 👍 |
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.
@notJoon tc fails, please make sure all of parseUint to use from strconv
.
@r3v4s wrong click. I'll ping you after fixing them |
@r3v4s It has been corrected. The files were mixed up while merging process. |
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.
2 small comments, please address them.
Description
Apply
strconv
package