Skip to content
This repository has been archived by the owner on Oct 7, 2024. It is now read-only.

4.0.2

Compare
Choose a tag to compare
@github-actions github-actions released this 20 Apr 14:26
· 38 commits to main since this release
52391a2

Added

  • Add parameter validation for constructor / deserialize method (#65)
    • As of v4.0.0, the deserialize method (which is also called by the constructor) can no longer generate accounts with the numberOfAccounts option without a mnemonic. Prior to v4.0.0, a mnemonic was generated automatically if it was missing, but we now want to ensure a mnemonic is never implicitly generated without the caller knowing.