iotaledger / iota-sdk

The IOTA SDK provides developers with a seamless experience to develop on IOTA by providing account abstractions and clients to interact with node APIs.
Apache License 2.0
59 stars 41 forks source link

Replace hexPublicKeyToBech32Address by publicKeyHash #2135

Closed Thoralf-M closed 8 months ago

Thoralf-M commented 8 months ago

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 https://github.com/iotaledger/iota-sdk/issues/2080

Type of change

How the change has been tested

Tests