Skip to content
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

refactor(types): Hrp wraps bech32::Hrp #1413

Merged

Conversation

Alex6323
Copy link
Contributor

@Alex6323 Alex6323 commented Oct 10, 2023

Description of change

Turns Hrp type into a wrapper of bech32::Hrp. This way we can use their parsing logic, but still implement foreign traits on it.

Links to any relevant issues

Closes #472

Type of change

@Alex6323 Alex6323 changed the base branch from develop to 2.0 October 10, 2023 16:17
@Alex6323 Alex6323 changed the title Refactor/hrp from bech32 0.10 refactor(types): Hrp wraps bech32::Hrp Oct 10, 2023
@Alex6323 Alex6323 marked this pull request as ready for review October 10, 2023 22:02
Copy link

@DaughterOfMars DaughterOfMars left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tests failing :/

@Alex6323 Alex6323 added this to the v2.0.0 milestone Oct 11, 2023
@Alex6323 Alex6323 linked an issue Oct 11, 2023 that may be closed by this pull request
@thibault-martinez thibault-martinez removed this from the v2.0.0 milestone Oct 11, 2023
@kwek20
Copy link
Contributor

kwek20 commented Oct 16, 2023

hrp_from_str test fails :(

DaughterOfMars
DaughterOfMars previously approved these changes Oct 16, 2023
DaughterOfMars
DaughterOfMars previously approved these changes Oct 17, 2023
@thibault-martinez thibault-martinez dismissed stale reviews from DaughterOfMars and themself via b56ee5f October 17, 2023 15:38
@thibault-martinez thibault-martinez merged commit 2b83eb9 into iotaledger:2.0 Oct 17, 2023
28 of 31 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace our Hrp with the bech32 crate one
4 participants