Skip to content

v1.3.1

Choose a tag to compare

@codsay codsay released this 25 May 14:32
· 7 commits to master since this release

What's Changed

  • Support custom derivation path of HD wallet by @codsay in #35
    When creating a new user, we now can pass a custom derivation path to create wallets
const user = new User("user-password", {
    passwordValidator: {
      validatorRegex: "passwordRegexValidation",
    },
    "m/PURPOSE'/COINT_TYPE'/INDEX'"
});

Ref README for more details

Full Changelog: v.1.2.1...v1.3.1