hdwallet v2.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_keyandfrom_root_xpublic_keyfunctions are now merged intofrom_xprivate_keyandfrom_xpublic_keyfunctions. - Now, you can drive both
from_xprivate_keyandfrom_xpublic_keyfunctions. - Drop both
from_root_xprivate_keyandfrom_root_xpublic_keyfunctions.
Fix Bugs
- Fix derivation path value of
Derivationclass offrom_indexfunction set toNonevalue.
Dependencies
- Add
Clickv8.0.3 andClick-Aliasesv1.0.1 packages tools for CLI. - Add
Tabulatev0.8.9 package for Table list.