Release 0.7.1
Pre-release
Pre-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
DescriptorSecretKeytype now takes aMnemonicinstead of aString.
- The constructor on the
- APIs added
- Added
Mnemonicstruct #219 with following methods:new(word_count: WordCount)generates and returnsMnemonicwith random entropyfrom_string(mnemonic: String)converts string Mnemonic toMnemonictype with errorfrom_entropy(entropy: Vec<u8>)generates and returnsMnemonicwith given entropyas_string()viewMnemonicas string
- Added
- APIs removed #219
generate_mnemonic(word_count: WordCount)
What's Changed
- Update bdk-ffi v0.7.0 by @notmandatory in #24
- Updated bdk-ffi to v0.10.0 (bdk 0.23) by @notmandatory in #32
- Use the release-smaller profile in publish-spm workflow by @notmandatory in #35
- Fix publish-spm workflow with release-smaller profile by @notmandatory in #37
- Add MIT and Apache 2.0 licenses by @notmandatory in #38
- Fix publish-spm to commit updated BitcoinDevKit.swift by @notmandatory in #39
Full Changelog: 0.6.0...0.7.1