Skip to content

Releases: talonlab/python-hdwallet

hdwallet v0.1.1

08 Dec 19:41
Compare
Choose a tag to compare

Improvements

  • Downgrading the version of the ECDSA package from v0.16.1 to v0.13.0 for compatibility.
  • Removed PointJacobi and it's replaced by Any type.

hdwallet v0.1.0

08 Dec 11:59
Compare
Choose a tag to compare

Improvement

  • The previous package name is now renamed from python_hdwallet to hdwallet.

New

  • Now, You can get entropy hex string and strength from mnemonic words.
  • Added passphrase generator on hdwallet.utils.generate_passphrase function.