Skip to content

v0.1.17

Choose a tag to compare

@coreyphillips coreyphillips released this 25 Sep 17:27
ca925c0

This Release:

  • Bumps bitcoin-address-generator version to 0.2.0
  • Bumps version to 0.1.17
  • Aligns external types
  • Adds the following functions:
    • validate_mnemonic() - Validate BIP39 mnemonic phrases
    • is_valid_bip39_word() - Check if a word is in the BIP39 wordlist
    • get_bip39_suggestions() - Autocomplete/suggestions for partial words
    • get_bip39_wordlist() - Access the complete BIP39 wordlist
    • mnemonic_to_entropy() - Convert mnemonic to entropy bytes
    • entropy_to_mnemonic() - Convert entropy to mnemonic phrase
    • mnemonic_to_seed() - Generate seed from mnemonic with optional passphrase