This repository has been archived by the owner on Oct 7, 2024. It is now read-only.
4.0.2
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 thenumberOfAccounts
option without amnemonic
. 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.
- As of v4.0.0, the