Skip to content

@cardano-sdk/[email protected]

Compare
Choose a tag to compare
@lace-bot lace-bot released this 17 Jan 12:58
· 104 commits to master since this release
5bc90ee

0.44.0 (2025-01-17)

⚠ BREAKING CHANGES

  • The package now exports an async ready function that must be called before any of crypto related functions can be called
  • Bip32PrivateKe async functions are all now sync
  • Bip32PublicKey class async functions are all now sync
  • Ed25519PrivateKey class async functions are all now sync
  • Ed25519PublicKey class async functions are all now sync
  • Bip32Ed25519 interface async functions are all now sync
  • SodiumBip32Ed25519 cosntructor is now private
  • SodiumBip32Ed25519 now has a new async factory method create

Features

  • remove async from crypto API (91b7fa2)

Bug Fixes

  • core: zero value fields CBOR serialization (7ee40ed)
  • resolve invalid CBOR serialization for maps (3257320), closes #1561