v1.0.0-beta.6
Pre-release
Pre-release
This release updates the bdk-ffi
libraries to the latest bdk_wallet
1.0.0-beta.6
and related libraries (Esplora, Electrum, etc).
Added
DescriptorPublicKey::is_multipath
#625DescriptorPublicKey::master_fingerprint
#625Descriptor::is_multipath
#625Descriptor:: to_single_descriptors
#625EsploraClient::get_height
#623Psbt::finalize
#630TxBuilder::add_data
#611TxBuilder::current_height
#611TxBuilder::nlocktime
#611TxBuilder::allow_dust
#611TxBuilder::version
#611TxBuilder::policy_path
#629Wallet::cancel_tx
#601Wallet::get_utxo
#601Wallet::derivation_of_spk
#601Wallet::descriptor_checksum
#603Wallet:: finalize_psbt
#604Wallet:: policies
#629
Other
- Added documentation via docstrings
What's Changed
- Create android build script for windows by @ItoroD in #607
- Bump snapshot and dev versions of libraries by @reez in #609
- Fix jvm and android readmes by @thunderbiscuit in #608
- chore: ci test-swift from macos-12 to macos-13 by @reez in #618
- feat: add get_height to esplora by @reez in #623
- feat: transactions use transactions_sort_by by @reez in #617
- Add docstrings to
Wallet
by @reez in #615 - feat: expose Wallet::policies method by @thunderbiscuit in #629
- Add methods to
Descriptor
+DescriptorPublicKey
by @reez in #625 - Add
finalize
toPsbt
by @rustaceanrob in #630 - Add TxBuilder APIs by @thunderbiscuit in #611
- docs: wallet type docstrings by @reez in #616
- Build Kotlin API docs in CI by @thunderbiscuit in #632
- Use
macos-14
image in CI by @thunderbiscuit in #634 - deps: bump bdk to beta_6 by @reez in #637
- chore: update libraries to official release versions by @reez in #640
- chore: use macos-14 image in publish-jvm.yaml by @reez in #644
Full Changelog: v1.0.0-beta.5...v1.0.0-beta.6