Releases: ebellocchia/py_crypto_hd_wallet
Releases · ebellocchia/py_crypto_hd_wallet
Version 0.2.0
- Refactor
HdWallet
class to split creation, generation and saving responsibilities:HdWalletFactory
is in charge of creatingHdWallet
instancesHdWalletSaver
is in charge of saving aHdWallet
instance to fileHdWallet
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 theHdWalletDataTypes
enum - Public key also output in uncompressed format
- Remove the possibility to load a wallet from file
Version 0.1.0
First release