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

Remove redundant address conversion methods #2151

Merged

Conversation

Thoralf-M
Copy link
Member

Description of change

Remove Bech32ToHex, HexToBech32, AccountIdToBech32, AnchorIdToBech32, NftIdToBech32 as this can all be done using AddressToBech32 and ParseBech32Address

Links to any relevant issues

Closes #2079

Type of change

  • Breaking change (fix or feature that would cause existing functionality to not work as expected)

How the change has been tested

Running tests

@Thoralf-M Thoralf-M marked this pull request as ready for review March 7, 2024 08:21
@Thoralf-M Thoralf-M linked an issue Mar 7, 2024 that may be closed by this pull request
3 tasks
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.

nice!

@thibault-martinez thibault-martinez merged commit b0baecd into iotaledger:2.0 Mar 7, 2024
37 checks passed
@Thoralf-M Thoralf-M deleted the address-converters-cleanup branch March 7, 2024 15:11
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.

Remove specific bech32 bindings converters in favour of AddressToBech32
3 participants