Closed berendsliedrecht closed 4 months ago
Latest commit: b1aeac6392f7665be2700ef8ea1ddb8f9afaae59
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
keyId
property on theKey
class as it was not ready yet. It caused some issues as some places we just infer the key id as thepublicKeyBase58
and because of that, some keys with a custom would not work.publicKeyBase58
, but for the underlying hardware key in the secure element it will just be a UUID.When we do a bigger crypto move I would like to bring the custom key id back.