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

Replace hexPublicKeyToBech32Address by publicKeyHash #2135

Conversation

Thoralf-M
Copy link
Member

Description of change

Replacey hexPublicKeyToBech32Address by publicKeyHash
Use Blake2b256Hash instead of ComputeAccountId/ComputeNftId/PublicKeyHash in bindings core so we have less to maintain there

Links to any relevant issues

Closes #2080

Type of change

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

How the change has been tested

Tests

Use Blake2b256Hash instead of ComputeAccountId/ComputeNftId/PublicKeyHash in bindings core
@Thoralf-M Thoralf-M marked this pull request as ready for review March 5, 2024 18:52
@Thoralf-M Thoralf-M changed the title Replacey hexPublicKeyToBech32Address by publicKeyHash Replace hexPublicKeyToBech32Address by publicKeyHash Mar 5, 2024
@Thoralf-M Thoralf-M linked an issue Mar 6, 2024 that may be closed by this pull request
@Thoralf-M Thoralf-M merged commit 5f2a80a into iotaledger:2.0 Mar 6, 2024
17 checks passed
@Thoralf-M Thoralf-M deleted the Replacey-hexPublicKeyToBech32Address-by-publicKeyHash branch March 6, 2024 16:37
Thoralf-M added a commit to Thoralf-M/iota-sdk that referenced this pull request Mar 6, 2024
* Replacey hexPublicKeyToBech32Address by publicKeyHash;
Use Blake2b256Hash instead of ComputeAccountId/ComputeNftId/PublicKeyHash in bindings core

* Fix typo, static instead of async

* Lower case

* Remove __PublicKeyHashMethod__

---------

Co-authored-by: Thibault Martinez <[email protected]>
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.

Change HexPublicKeyToBech32Address to PublicKeyHash?
3 participants