Skip to content
This repository was archived by the owner on Mar 7, 2023. It is now read-only.

v3.32.1

Pre-release
Pre-release

Choose a tag to compare

@Sjors Sjors released this 31 May 11:40
· 515 commits to master since this release
v3.32.1

Bug Fixes

  • api: add default root api url
    (3ea1d590)
  • crypto:
    • check that iterations passed to stretchPassword is positive
      (2613d1b5)
    • check for password of empty string
      (0ee03d28)
  • wallet: call correct function to load external
    (bf3f64a3)

Dependencies

Features

  • crypto: use latest pbkdf2 for better performance
    (ecf0a9ac)

Refactor

  • crypto: use crypto for password stretching instead of sjcl
    (67001673)

Chore

Pull requests merged

  • Merge pull request #389 from blockchain/package-es5
    (881cd8b9)
  • Merge pull request #388 from blockchain/crypto-pbkdf2
    (8b026b8a)