Hdwallet-py

Latest version: v2.2.1

Safety actively analyzes 693883 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 2 of 3

2.0.0

New
* Now, you can generate a Hierarchical Deterministic wallet from the Command Line Interface CLI (On the terminal).

> $ hdwallet
> Usage: hdwallet [OPTIONS] COMMAND [ARGS]...
>
> Options:
> -v, --version Show HDWallet version and exit.
> -h, --help Show this message and exit.
>
> Commands:
> generate (g) Select Generate for HDWallet.
> list (l) Select List for HDWallet information.


Improvements
* Both `from_root_xprivate_key` and `from_root_xpublic_key` functions are now merged into `from_xprivate_key` and `from_xpublic_key` functions.
* Now, you can drive both `from_xprivate_key` and `from_xpublic_key` functions.
* Drop both `from_root_xprivate_key` and `from_root_xpublic_key` functions.

Fix Bugs
* Fix derivation path value of `Derivation` class of `from_index` function set to `None` value.

Dependencies
* Add `Click` v8.0.3 and `Click-Aliases` v1.0.1 packages tools for CLI.
* Add `Tabulate` v0.8.9 package for Table list.

1.3.2

New Cryptocurrencies
* Zcash `ZECTEST` test network cryptocurrency.

Fix Bugs
* Fix Litecoin mainnet values.
* Fix some documentation errors.

1.3.1

Fix Bugs

- Fix derivation cleaner and added root xpublic key derivation path/indexes cleaner.

1.3.0

New
- Now, You can generate multiple addresses from master xpublic key but it's not working for the hardened derivation index.
- Added ``strict`` boolean parameter on ``from_root_xprivate_key`` and ``from_root_xpublic_key`` functions. Default value set to ``True``.
- Added master ``from_root_xpublic_key`` function.

1.2.0

New
- Now, You can generate address from master xpublic and public keys
- Added both `from_xpublic_key` and `from_public_key` functions.

Improvements
- Added new public key decompressor script.
- Added `compressed` boolean parameter on getting `public_key` function, default to True.
- Added `compressed` string parameter on getting `uncompressed` function, default to None.
- Added `uncompressed` string parameter on getting `compressed` function, default to None.

1.1.1

Fix Bugs
- Fix default derivation path of `from_root_xprivate_key` function.

Page 2 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.