-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Implement Base58 Encode and Decode Interops on Neo #1833
Conversation
I will close this because it has been discussed and be denied in #263. |
@erikzhang #263 is about the address conversion to script hash, that takes some other validations besides the base58 conversion. |
|
@meevee98 could you update the base branch? |
f1a3f1d
to
4d11613
Compare
* base58 encode and decode interop * protected methods * coverage
Included two new interops:
System.Binary.Base58Encode
System.Binary.Base58Decode