Skip to content

Release 0.7.1

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 16 Nov 03:52
· 40 commits to master since this release

Summary

This release updates BDK to 0.24 and has a number of breaking changes and new APIs. See changelog for all the details.

Changelog

  • Update BDK to latest version 0.24.0 #221
  • APIs changed
    • The constructor on the DescriptorSecretKey type now takes a Mnemonic instead of a String.
  • APIs added
    • Added Mnemonic struct #219 with following methods:
      • new(word_count: WordCount) generates and returns Mnemonic with random entropy
      • from_string(mnemonic: String) converts string Mnemonic to Mnemonic type with error
      • from_entropy(entropy: Vec<u8>) generates and returns Mnemonic with given entropy
      • as_string() view Mnemonic as string
  • APIs removed #219
    • generate_mnemonic(word_count: WordCount)

What's Changed

Full Changelog: 0.6.0...0.7.1