Meherett Python Hdwallet Versions Save

Python-based library for the implementation of a hierarchical deterministic wallet generator for more than 140+ multiple cryptocurrencies.

v2.2.1

1 year ago

Fix Bugs

v2.2.0

1 year ago

New Cryptocurrencies

  • Add Flux FLUX cryptocurrency by @MorningLightMountain713
  • Add Ycash YEC cryptocurrency by @nultinator

v2.1.1

2 years ago

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.

v2.1.0

2 years ago

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.

v2.0.1

2 years ago

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.

v2.0.0

2 years ago

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.

v1.3.2

2 years ago

New Cryptocurrencies

  • Zcash ZECTEST test network cryptocurrency.

Fix Bugs

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

v1.3.1

2 years ago

Fix Bugs

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

v1.3.0

2 years ago

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.