github meherett/python-hdwallet v2.0.0
hdwallet v2.0.0

latest releases: v2.2.1, v2.2.0, v2.1.2...
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.

Don't miss a new python-hdwallet release

NewReleases is sending notifications on new releases.