-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
add isBase58 functionality #1445
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1445 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 95 96 +1
Lines 1256 1263 +7
=========================================
+ Hits 1256 1263 +7
Continue to review full report at Codecov.
|
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.
LGMT, thanks!
@tux-tn -- can have a look at this? |
@profnandaa this looks good and I have tested this |
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.
LGTM 🎉
feat(isBase58): add isBase58 functionality
Add functionality of isBase58 based on a recommendation from @genus1 as stated in #1421.
Checklist