v0.1.17
This Release:
- Bumps
bitcoin-address-generatorversion to0.2.0 - Bumps version to 0.1.17
- Aligns external types
- Adds the following functions:
validate_mnemonic()- Validate BIP39 mnemonic phrasesis_valid_bip39_word()- Check if a word is in the BIP39 wordlistget_bip39_suggestions()- Autocomplete/suggestions for partial wordsget_bip39_wordlist()- Access the complete BIP39 wordlistmnemonic_to_entropy()- Convert mnemonic to entropy bytesentropy_to_mnemonic()- Convert entropy to mnemonic phrasemnemonic_to_seed()- Generate seed from mnemonic with optional passphrase