Py-crypto-hd-wallet

Latest version: v1.3.3

Safety actively analyzes 629564 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 4 of 4

0.3.1

- Update code to support *bip_utils* library version 1.0.0

0.3.0

- Add `HdWalletKeys` and `HdWalletAddresses` classes for allowing an easier and better management of keys and addresses
- `HdWalletKeys` is in charge of generating and storing keys, allowing to get them both as dictionary or string in JSON format
- `HdWalletAddresses` is in charge of generating and storing addresses, allowing to get them both as dictionary or string in JSON format

This allows a more "natural" use of keys and addresses, e.g.:
- Keys can be got individually by specifiying the key type
- It's possible to iterate over the addresses like an array and get and individual address by its index. Each address is a `HdWalletKeys` object, so it can be used as any other key.

0.2.0

- 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

Page 4 of 4

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.