Skip to content

6.0.0

Compare
Choose a tag to compare
@uport-automation-bot uport-automation-bot released this 04 Apr 09:31
· 113 commits to master since this release

6.0.0 (2022-04-04)

Bug Fixes

  • remove parseKey, change ES256K and Ed25519 signers to Uint8Array only (#224) (9132caf), closes #222

BREAKING CHANGES

  • The Signer classes exported by this library no longer accept private keys with string encodings, only Uint8Array. This reduces the potential ambiguity between different formats. Some utility methods are exported that allow users to convert some popular encodings to raw Uint8Array.