-
Notifications
You must be signed in to change notification settings - Fork 83
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
added a convert tool between bech32 and hex #1502
base: shimmer-develop
Are you sure you want to change the base?
added a convert tool between bech32 and hex #1502
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.
Thanks for the PR, can you fix the clippy warnings please?
@thibault-martinez done! the licenses test seems to be failing on one of the imported crates. |
Yeah don't worry about that. I'll review tonight or tomorrow, thanks. |
Co-authored-by: Thibault Martinez <[email protected]>
Co-authored-by: Thibault Martinez <[email protected]>
Co-authored-by: Thibault Martinez <[email protected]>
Description of change
Added a conversion tool between Bech32, Hex and public key encoding.
Links to any relevant issues
#263
Type of change
How the change has been tested
I included 3 unit tests for each function. The conversions are available in the spec page https://github.com/iotaledger/tips/blob/main/tips/TIP-0011/tip-0011.md
Change checklist