Releases: bitcoindevkit/bdk-swift
Releases · bitcoindevkit/bdk-swift
Release 1.0.0-alpha.2a
Release 1.0.0-alpha.2a
Release 0.30.0
Release 0.30.0
Release 0.29.0
Release 0.29.0
Release 0.28.0
Release 0.28.0
Release 0.28.0-rc.0
Release 0.28.0-rc.0
Release 0.25.1
Release 0.25.1
Release 0.27.1
Release 0.27.1
Release 0.26.0
Release 0.26.0
Release 0.25.0
Changelog
- Update BDK to latest version 0.25.0 #272
- APIs Added:
- from_string() constructors now available on DescriptorSecretKey and DescriptorPublicKey #247
What's Changed
- Update publish-spm workflow by @notmandatory in #40
Full Changelog: 0.7.1...0.25.0
Release 0.7.1
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 aMnemonic
instead of aString
.
- The constructor on the
- APIs added
- Added
Mnemonic
struct #219 with following methods:new(word_count: WordCount)
generates and returnsMnemonic
with random entropyfrom_string(mnemonic: String)
converts string Mnemonic toMnemonic
type with errorfrom_entropy(entropy: Vec<u8>)
generates and returnsMnemonic
with given entropyas_string()
viewMnemonic
as 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