Skip to content

Releases: ebellocchia/py_crypto_hd_wallet

Version 0.2.0

11 Apr 12:46
cae4991
Compare
Choose a tag to compare
  • Refactor HdWallet class to split creation, generation and saving responsibilities:
    • HdWalletFactory is in charge of creating HdWallet instances
    • HdWalletSaver is in charge of saving a HdWallet instance to file
    • HdWallet is now only in charge of generating keys and addresses
    • Add possibility to get the wallet data as JSON string
    • Wallet data can be got by type using the GetData/HasData methods and the HdWalletDataTypes enum
    • Public key also output in uncompressed format
    • Remove the possibility to load a wallet from file

Version 0.1.0

10 Apr 15:45
4b11675
Compare
Choose a tag to compare

First release