Skip to content

Releases: talonlab/python-hdwallet

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.

hdwallet v1.2.0

22 May 19:55
Compare
Choose a tag to compare

New

  • Now, You can generate address from master xpublic and public keys
  • Added both from_xpublic_key and from_public_key functions.

Improvements

  • Added new public key decompressor script.
  • Added compressed boolean parameter on getting public_key function, default to True.
  • Added compressed string parameter on getting uncompressed function, default to None.
  • Added uncompressed string parameter on getting compressed function, default to None.

hdwallet v1.1.1

03 Apr 04:33
Compare
Choose a tag to compare

Fix Bugs

  • Fix default derivation path of from_root_xprivate_key function.

hdwallet v1.1.0

15 Mar 16:11
Compare
Choose a tag to compare

New

  • Added more than 140+ multiple cryptocurrencies.
  • Added Segwit address implementations
    • Pay To Public Key Hash (P2PKH)
    • Pay To Script Hash (P2SH)
    • Pay To Witness Public Key Hash (P2WPKH)
    • Pay To Witness Public Key Hash nested in Pay To Script Hash (P2WPKH_In_P2SH)
    • Pay To Witness Script Hash (P2WSH)
    • Pay To Witness Script Hash nested in Pay To Script Hash (P2WSH_In_P2SH)
  • Added new HDWallet classes for BIP's
    • BIP32HDWallet
    • BIP44HDWallet
    • BIP49HDWallet
    • BIP84HDWallet
    • BIP141HDWallet
  • Added derivations python package classes.
    • Derivation
    • BIP32Derivation
    • BIP44Derivation
    • BIP49Derivation
    • BIP84Derivation
    • BIP141Derivation

hdwallet v0.2.0

09 Dec 18:55
Compare
Choose a tag to compare

New Cryptocurrencies

  • Added Bitcoin Cash - (BCH) cryptocurrency
  • Added Bitcoin Gold - (BTG) cryptocurrency

Improvements

  • Mnemonic Unicode data normalizer changed from NFKC to NFKD type.