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
andfrom_root_xpublic_key
functions are now merged intofrom_xprivate_key
andfrom_xpublic_key
functions. - Now, you can drive both
from_xprivate_key
andfrom_xpublic_key
functions. - Drop both
from_root_xprivate_key
andfrom_root_xpublic_key
functions.
Fix Bugs
- Fix derivation path value of
Derivation
class offrom_index
function set toNone
value.
Dependencies
- Add
Click
v8.0.3 andClick-Aliases
v1.0.1 packages tools for CLI. - Add
Tabulate
v0.8.9 package for Table list.