Skip to content

Releases: meherett/python-hdwallet

hdwallet v2.2.1

22 Dec 09:02
Compare
Choose a tag to compare

Fix Bugs

  • da3a3b8 Fix auto language selection for mnemonic when generating with CLI
  • Fix CLI version output.

hdwallet v2.2.0

07 Dec 15:00
Compare
Choose a tag to compare

New Cryptocurrencies

hdwallet v2.1.2

09 Nov 09:08
4c9d2c5
Compare
Choose a tag to compare

Fix Bugs

Fix #69

hdwallet v2.1.1

19 Feb 14:58
Compare
Choose a tag to compare

Improvements

  • Command Line Interface (CLI) requirements moved from requirements.txt to setup.py extra_requires param.

Fix Bugs

  • Fix typo error of furo package in extras_require of dcos.

hdwallet v2.1.0

25 Dec 05:09
Compare
Choose a tag to compare

New Cryptocurrencies

Fix Bugs

  • Fix derivation path class value of hardened ' key removed from default path when initializing BIP32HDWallet, BIP44HDWallet, BIP49HDWallet, BIP84HDWallet and BIP141HDWallet of from_xpublic_key function.

hdwallet v2.0.1

24 Oct 18:07
Compare
Choose a tag to compare

Improvements

  • Add auto semantic selection for from_xprivate_key and from_xpublic_key functions.
  • BTC symbol is now the default values for both generate and addresses commands on CLI.

hdwallet v2.0.0

19 Oct 09:31
Compare
Choose a tag to compare

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.

hdwallet v1.3.2

02 Sep 05:13
Compare
Choose a tag to compare

New Cryptocurrencies

  • Zcash ZECTEST test network cryptocurrency.

Fix Bugs

  • Fix Litecoin mainnet values.
  • Fix some documentation errors.

hdwallet v1.3.1

18 Jun 14:27
Compare
Choose a tag to compare

Fix Bugs

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

hdwallet v1.3.0

11 Jun 20:07
Compare
Choose a tag to compare

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.